[stm32f7] Add initial support of the family, GPIO support.

Most changes are noise from doxygen.
Readme udpated to explain newer FP_FLAGS for m7
stm32f7 library is skipped if the toolchain doesn't support it yet.
This commit is contained in:
Frantisek Burian
2014-10-08 00:55:44 +02:00
committed by Karl Palsson
parent 2e25d678ba
commit 3ef2c38120
46 changed files with 973 additions and 5 deletions

View File

@@ -2,6 +2,8 @@
# include "../stm32/f3/vector_chipset.c"
#elif defined(STM32F4)
# include "../stm32/f4/vector_chipset.c"
#elif defined(STM32F7)
# include "../stm32/f7/vector_chipset.c"
#elif defined(LPC43XX_M4)
# include "../lpc43xx/m4/vector_chipset.c"
#elif defined(VF6XX)