From 74f0a3e3f57edc996aec9d2b51e6da0fa10232e7 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 634c9e5301..92f3e8c94e 100644 --- a/targets/targets.json +++ b/targets/targets.json @@ -1343,7 +1343,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"],