[stm32l0] Initial support for STM32L0 architecture, Add GPIO peripheral

This commit is contained in:
Frantisek Burian
2014-10-15 17:05:19 +02:00
parent 7cef59a83f
commit f9152eb00a
12 changed files with 402 additions and 2 deletions

View File

@@ -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"