[stm32l0] Initial support for STM32L0 architecture, Add GPIO peripheral
This commit is contained in:
@@ -8,6 +8,8 @@
|
||||
# include "../stm32/f3/vector_nvic.c"
|
||||
#elif defined(STM32F4)
|
||||
# include "../stm32/f4/vector_nvic.c"
|
||||
#elif defined(STM32L0)
|
||||
# include "../stm32/l0/vector_nvic.c"
|
||||
#elif defined(STM32L1)
|
||||
# include "../stm32/l1/vector_nvic.c"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user