[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:
@@ -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),)
|
||||
|
||||
Reference in New Issue
Block a user