Skip to content

Commit 41e3329

Browse files
committed
targets.json changes to select ARMC5 for specific targets
1 parent 65e7651 commit 41e3329

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

targets/targets.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1327,7 +1327,7 @@
13271327
"KW24D": {
13281328
"supported_form_factors": ["ARDUINO"],
13291329
"core": "Cortex-M4",
1330-
"supported_toolchains": ["GCC_ARM", "IAR"],
1330+
"supported_toolchains": ["ARMC5", "GCC_ARM", "IAR"],
13311331
"extra_labels": ["Freescale", "MCUXpresso_MCUS", "KSDK2_MCUS", "FRDM"],
13321332
"is_disk_virtual": true,
13331333
"macros": ["CPU_MKW24D512VHA5", "FSL_RTOS_MBED"],
@@ -1355,6 +1355,7 @@
13551355
"FLASH",
13561356
"802_15_4_PHY"
13571357
],
1358+
"release_versions": ["2", "5"],
13581359
"device_name": "MKW24D512xxx5",
13591360
"bootloader_supported": true,
13601361
"overrides": {
@@ -2477,6 +2478,7 @@
24772478
"inherits": ["FAMILY_STM32"],
24782479
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
24792480
"core": "Cortex-M4F",
2481+
"supported_toolchains": ["ARMC5", "uARM", "IAR", "GCC_ARM"],
24802482
"extra_labels_add": [
24812483
"STM32F4",
24822484
"STM32F412xG",
@@ -7839,7 +7841,7 @@
78397841
"inherits": ["Target"],
78407842
"macros": ["MBED_MPU_CUSTOM"],
78417843
"default_toolchain": "GCC_ARM",
7842-
"supported_toolchains": ["GCC_ARM", "ARM", "IAR"],
7844+
"supported_toolchains": ["GCC_ARM", "IAR", "ARMC5"],
78437845
"core": "Cortex-M4F",
78447846
"OUTPUT_EXT": "hex",
78457847
"device_has": [

0 commit comments

Comments
 (0)