Add initial support for STM32F4

This commit is contained in:
Stephen Caudle
2011-10-31 00:24:47 -04:00
parent 05bc9d10f1
commit 5a89d44591
23 changed files with 3217 additions and 1 deletions

View File

@@ -26,8 +26,12 @@
#ifdef STM32F2
#include <libopencm3/stm32/f2/memorymap.h>
#else
#ifdef STM32F4
#include <libopencm3/stm32/f4/memorymap.h>
#else
#error "stm32 family not defined."
#endif
#endif
#endif
#endif