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:
committed by
Karl Palsson
parent
0ca7123fe6
commit
378069091a
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user