[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

@@ -11,6 +11,7 @@
<tab type="modules" visible="yes" title="STM32F2" intro=""/>
<tab type="user" visible="yes" url="../../stm32f3/html/modules.html" title="STM32F3" intro=""/>
<tab type="user" visible="yes" url="../../stm32f4/html/modules.html" title="STM32F4" intro=""/>
<tab type="user" visible="yes" url="../../stm32f7/html/modules.html" title="STM32F7" intro=""/>
<tab type="user" visible="yes" url="../../stm32l0/html/modules.html" title="STM32L0" intro=""/>
<tab type="user" visible="yes" url="../../stm32l1/html/modules.html" title="STM32L1" intro=""/>
<tab type="user" visible="yes" url="../../lm3s/html/modules.html" title="LM3S" intro=""/>