[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

@@ -12,6 +12,8 @@
# include <libopencm3/stm32/f3/nvic.h>
#elif defined(STM32F4)
# include <libopencm3/stm32/f4/nvic.h>
#elif defined(STM32F7)
# include <libopencm3/stm32/f7/nvic.h>
#elif defined(STM32L0)
# include <libopencm3/stm32/l0/nvic.h>
#elif defined(STM32L1)