Skip to content

Commit 2b75dfd

Browse files
committed
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 a8032db commit 2b75dfd

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": [
@@ -5309,7 +5309,7 @@
53095309
"RZ_A1XX": {
53105310
"inherits": ["Target"],
53115311
"core": "Cortex-A9",
5312-
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
5312+
"supported_toolchains": ["ARMC6", "GCC_ARM", "IAR"],
53135313
"extra_labels": ["RENESAS", "RZ_A1XX"],
53145314
"device_has": [
53155315
"SLEEP",

0 commit comments

Comments
 (0)