From 20ac1c92661ccd459f235209f65d311c4c7d966d Mon Sep 17 00:00:00 2001 From: Kevin Bracey Date: Wed, 17 Apr 2019 12:09:24 +0300 Subject: [PATCH] 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. --- targets/targets.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/targets/targets.json b/targets/targets.json index fa8305a0e0..a4a4840168 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -1347,7 +1347,7 @@ "KW24D": { "supported_form_factors": ["ARDUINO"], "core": "Cortex-M4", - "supported_toolchains": ["ARMC5", "GCC_ARM", "IAR"], + "supported_toolchains": ["ARM", "GCC_ARM", "IAR"], "extra_labels": ["Freescale", "MCUXpresso_MCUS", "KSDK2_MCUS", "FRDM"], "is_disk_virtual": true, "macros": ["CPU_MKW24D512VHA5", "FSL_RTOS_MBED"],