Skip to content

Commit 7a3e1a7

Browse files
FRASTMfabiobaltieri
authored andcommitted
boards: arm: stm32f3 boards have no FPU by default
Remove the CONFIG_FPU for the stm32f3_disco and stm32373c eval boards. The FPU exists like on many other stm32 series but CONFIG_FPU has not to be defined here. Signed-off-by: Francois Ramu <[email protected]>
1 parent b71a301 commit 7a3e1a7

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

boards/arm/stm32373c_eval/stm32373c_eval_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,6 @@ CONFIG_SOC_SERIES_STM32F3X=y
66
# Platform Configuration
77
CONFIG_SOC_STM32F373XC=y
88

9-
# Floating Point Options
10-
CONFIG_FPU=y
11-
129
# Enable MPU
1310
CONFIG_ARM_MPU=y
1411

boards/arm/stm32f3_disco/stm32f3_disco_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
CONFIG_SOC_SERIES_STM32F3X=y
44
CONFIG_SOC_STM32F303XC=y
55

6-
# Floating Point Options
7-
CONFIG_FPU=y
8-
96
# Enable MPU
107
CONFIG_ARM_MPU=y
118

0 commit comments

Comments
 (0)