Skip to content

Commit 20ac1c9

Browse files
committed
KW24D: Use default ARM compiler (ARMC6)
KW24D was set to ARMC5 because the ARMC6 tooling didn't correctly handle Cortex-M4 without floating-point. Now fixed.
1 parent 744e2cc commit 20ac1c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

targets/targets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1347,7 +1347,7 @@
13471347
"KW24D": {
13481348
"supported_form_factors": ["ARDUINO"],
13491349
"core": "Cortex-M4",
1350-
"supported_toolchains": ["ARMC5", "GCC_ARM", "IAR"],
1350+
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
13511351
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "KSDK2_MCUS", "FRDM"],
13521352
"is_disk_virtual": true,
13531353
"macros": ["CPU_MKW24D512VHA5", "FSL_RTOS_MBED"],

0 commit comments

Comments
 (0)