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