[platform][stm32f2xx] disable fpu in 4xx series chip

ARM_CPU=cortex-m4f has broken fpu support, switch to cortex-m4 for now.
This commit is contained in:
Travis Geiselbrecht
2015-04-11 13:40:42 -07:00
parent 8eb710ec4f
commit c32a4cba8d

View File

@@ -23,7 +23,7 @@ GLOBAL_DEFINES += \
STM32F407=1 \
STM32F4XX=1
FOUND_CHIP := true
ARM_CPU := cortex-m4f
ARM_CPU := cortex-m4
endif
ifeq ($(FOUND_CHIP),)