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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user