stm32:l0: Add RCC register definitions

Tested with a miniblink example on the l053 discovery board.

Only register definitions at this stage, no helpers.
Register definitions from RM0367r2, hopefully the biggest
superset of L0 parts.

Signed-off-by: Karl Palsson <karlp@tweak.net.au>
This commit is contained in:
Karl Palsson
2014-11-17 22:41:57 +00:00
committed by Karl Palsson
parent 0ca7123fe6
commit 378069091a
3 changed files with 608 additions and 1 deletions

View File

@@ -36,7 +36,7 @@ ARFLAGS = rcs
OBJS = gpio.o
OBJS += gpio_common_all.o gpio_common_f0234.o
OBJS += gpio_common_all.o gpio_common_f0234.o rcc_common_all.o
VPATH += ../../usb:../:../../cm3:../common