[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:
committed by
Karl Palsson
parent
2e25d678ba
commit
3ef2c38120
@@ -8,6 +8,8 @@
|
||||
# include "../stm32/f3/vector_nvic.c"
|
||||
#elif defined(STM32F4)
|
||||
# include "../stm32/f4/vector_nvic.c"
|
||||
#elif defined(STM32F7)
|
||||
# include "../stm32/f7/vector_nvic.c"
|
||||
#elif defined(STM32L0)
|
||||
# include "../stm32/l0/vector_nvic.c"
|
||||
#elif defined(STM32L1)
|
||||
|
||||
Reference in New Issue
Block a user