Skip to content

Commit 78bb74a

Browse files
committed
fpu with single/double precision - rebasing
- master branch got two new cortex-m4f targets -> travis build failed
1 parent 4fe41d4 commit 78bb74a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

hal/targets.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -759,7 +759,8 @@
759759
},
760760
"NUCLEO_F429ZI": {
761761
"inherits": ["Target"],
762-
"core": "Cortex-M4F",
762+
"core": "Cortex-M4",
763+
"fpu": "single",
763764
"default_toolchain": "uARM",
764765
"extra_labels": ["STM", "STM32F4", "STM32F429", "STM32F429ZI"],
765766
"supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
@@ -783,7 +784,8 @@
783784
},
784785
"NUCLEO_F446ZE": {
785786
"supported_form_factors": ["ARDUINO", "MORPHO"],
786-
"core": "Cortex-M4F",
787+
"core": "Cortex-M4",
788+
"fpu": "single",
787789
"default_toolchain": "uARM",
788790
"extra_labels": ["STM", "STM32F4", "STM32F446ZE"],
789791
"supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],

0 commit comments

Comments
 (0)