More progress towards L1 support.

Believe gpio is complete, but untested without finishing at least the
RCC defines.

RCC defines are a work in progress
This commit is contained in:
Karl Palsson
2012-07-19 22:41:52 +00:00
parent 2011941b55
commit 8318384cf1
11 changed files with 1113 additions and 2 deletions

View File

@@ -28,7 +28,7 @@ CFLAGS = -Os -g -Wall -Wextra -I../../../include -fno-common \
-ffunction-sections -fdata-sections -MD -DSTM32L1
# ARFLAGS = rcsv
ARFLAGS = rcs
OBJS = vector.o desig.o crc.o
OBJS = vector.o desig.o crc.o gpio.o
VPATH += ../../usb:../