fpu with single/double precision - rebasing

- master branch got two new cortex-m4f targets -> travis build failed
pull/2087/head
Olaf Hagendorf 2016-07-04 22:10:49 +02:00
parent 4fe41d4edd
commit 78bb74a761
1 changed files with 4 additions and 2 deletions

View File

@ -759,7 +759,8 @@
},
"NUCLEO_F429ZI": {
"inherits": ["Target"],
"core": "Cortex-M4F",
"core": "Cortex-M4",
"fpu": "single",
"default_toolchain": "uARM",
"extra_labels": ["STM", "STM32F4", "STM32F429", "STM32F429ZI"],
"supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],
@ -783,7 +784,8 @@
},
"NUCLEO_F446ZE": {
"supported_form_factors": ["ARDUINO", "MORPHO"],
"core": "Cortex-M4F",
"core": "Cortex-M4",
"fpu": "single",
"default_toolchain": "uARM",
"extra_labels": ["STM", "STM32F4", "STM32F446ZE"],
"supported_toolchains": ["ARM", "uARM", "GCC_ARM", "IAR"],