Skip to content

Commit 74f0a3e

Browse files
kjbraceyadbridge
authored andcommitted
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 94bca9f commit 74f0a3e

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
@@ -1343,7 +1343,7 @@
13431343
"KW24D": {
13441344
"supported_form_factors": ["ARDUINO"],
13451345
"core": "Cortex-M4",
1346-
"supported_toolchains": ["ARMC5", "GCC_ARM", "IAR"],
1346+
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
13471347
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "KSDK2_MCUS", "FRDM"],
13481348
"is_disk_virtual": true,
13491349
"macros": ["CPU_MKW24D512VHA5", "FSL_RTOS_MBED"],

0 commit comments

Comments
 (0)