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

@@ -36,6 +36,8 @@
# include <libopencm3/stm32/l0/memorymap.h>
#elif defined(STM32L1)
# include <libopencm3/stm32/l1/memorymap.h>
#elif defined(STM32L4)
# include <libopencm3/stm32/l4/memorymap.h>
#else
# error "stm32 family not defined."
#endif