[STM32F0] Add preliminary support for the family

This commit is contained in:
BuFran
2013-07-08 14:44:21 +02:00
committed by Piotr Esden-Tempski
parent e1ebcc9da8
commit 18c4d299c1
20 changed files with 1758 additions and 11 deletions

View File

@@ -1,4 +1,6 @@
#if defined(STM32F1)
#if defined(STM32F0)
# include "../stm32/f0/vector_nvic.c"
#elif defined(STM32F1)
# include "../stm32/f1/vector_nvic.c"
#elif defined(STM32F2)
# include "../stm32/f2/vector_nvic.c"