Skip to content

Commit 9244a89

Browse files
bridadanadbridge
authored andcommitted
Only enable ARMC6 for a few targets
The affected targets are Renesas targets, USI_WM_BN_BM_22 based targets, and the MTB_MXCHIP_EMW3166.
1 parent 1286b7b commit 9244a89

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

targets/targets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2594,7 +2594,7 @@
25942594
},
25952595
"MTB_MXCHIP_EMW3166": {
25962596
"inherits": ["FAMILY_STM32"],
2597-
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
2597+
"supported_toolchains": ["ARMC6", "GCC_ARM", "IAR"],
25982598
"core": "Cortex-M4F",
25992599
"extra_labels_add": [
26002600
"STM32F4",
@@ -2627,7 +2627,7 @@
26272627
},
26282628
"USI_WM_BN_BM_22": {
26292629
"inherits": ["FAMILY_STM32"],
2630-
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
2630+
"supported_toolchains": ["ARMC6", "GCC_ARM", "IAR"],
26312631
"components_add": ["SPIF", "FLASHIAP"],
26322632
"core": "Cortex-M4F",
26332633
"extra_labels_add": [
@@ -5273,7 +5273,7 @@
52735273
"RZ_A1XX": {
52745274
"inherits": ["Target"],
52755275
"core": "Cortex-A9",
5276-
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
5276+
"supported_toolchains": ["ARMC6", "GCC_ARM", "IAR"],
52775277
"extra_labels": ["RENESAS", "RZ_A1XX"],
52785278
"device_has": [
52795279
"SLEEP",

0 commit comments

Comments
 (0)