Skip to content

Commit 25371d4

Browse files
authored
Merge pull request #10288 from bridadan/allow_armc5_for_renesas_targets
Revert limiting Renesas targets to ARMC6
2 parents 46dc15e + 57cfa0b commit 25371d4

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": [
@@ -5374,7 +5374,7 @@
53745374
"RZ_A1XX": {
53755375
"inherits": ["Target"],
53765376
"core": "Cortex-A9",
5377-
"supported_toolchains": ["ARMC6", "GCC_ARM", "IAR"],
5377+
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
53785378
"extra_labels": ["RENESAS", "RZ_A1XX"],
53795379
"device_has": [
53805380
"SLEEP",

0 commit comments

Comments
 (0)