stm32l4: initial memorymap and vector support

Values from RM0351rev1, with the correction of the duplicate TIM1_CC entry.

Only stub support so far, but this opens up the beginning of build testing.
This commit is contained in:
Karl Palsson
2015-11-10 22:30:09 +00:00
parent 00cbf86e77
commit 507c184456
7 changed files with 375 additions and 1 deletions

View File

@@ -14,6 +14,8 @@
# include "../stm32/l0/vector_nvic.c"
#elif defined(STM32L1)
# include "../stm32/l1/vector_nvic.c"
#elif defined(STM32L4)
# include "../stm32/l4/vector_nvic.c"
#elif defined(EFM32TG)
# include "../efm32/efm32tg/vector_nvic.c"