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