Skip to content

Commit 57cfa0b

Browse files
committed
Revert "Only enable ARMC6 for a few targets"
These targets appear to run fine with ARMC5. This reverts commit 2b75dfd.
1 parent 333da46 commit 57cfa0b

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
@@ -2597,7 +2597,7 @@
25972597
},
25982598
"MTB_MXCHIP_EMW3166": {
25992599
"inherits": ["FAMILY_STM32"],
2600-
"supported_toolchains": ["ARMC6", "GCC_ARM", "IAR"],
2600+
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
26012601
"core": "Cortex-M4F",
26022602
"extra_labels_add": [
26032603
"STM32F4",
@@ -2630,7 +2630,7 @@
26302630
},
26312631
"USI_WM_BN_BM_22": {
26322632
"inherits": ["FAMILY_STM32"],
2633-
"supported_toolchains": ["ARMC6", "GCC_ARM", "IAR"],
2633+
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
26342634
"components_add": ["SPIF", "FLASHIAP"],
26352635
"core": "Cortex-M4F",
26362636
"extra_labels_add": [
@@ -5348,7 +5348,7 @@
53485348
"RZ_A1XX": {
53495349
"inherits": ["Target"],
53505350
"core": "Cortex-A9",
5351-
"supported_toolchains": ["ARMC6", "GCC_ARM", "IAR"],
5351+
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
53525352
"extra_labels": ["RENESAS", "RZ_A1XX"],
53535353
"device_has": [
53545354
"SLEEP",

0 commit comments

Comments
 (0)