Add most of the rcc functions.

(Add the forgotten gpio.c file from before)
This commit is contained in:
Karl Palsson
2012-07-22 21:58:09 +00:00
parent 9aed64a19d
commit e4f84278f2
5 changed files with 511 additions and 5 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 gpio.o
OBJS = vector.o desig.o crc.o gpio.o rcc.o
VPATH += ../../usb:../