stm32l4: Add RCC definitions

Bring in the core common code, and now that it's used, pull in the common
memorymap
This commit is contained in:
Karl Palsson
2015-11-13 01:04:05 +00:00
parent d0ac7feb3b
commit 8afc983f3e
5 changed files with 917 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ ARFLAGS = rcs
OBJS =
# common/shared objs
OBJS +=
OBJS += rcc_common_all.o
VPATH += ../../usb:../:../../cm3:../common
VPATH += ../../ethernet