Skip to content

Commit 15e8511

Browse files
Remove IAR from list of supported toolchains
1 parent 15a263f commit 15e8511

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

targets/targets.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4808,8 +4808,7 @@
48084808
"core": "Cortex-A9",
48094809
"supported_toolchains": [
48104810
"ARM",
4811-
"GCC_ARM",
4812-
"IAR"
4811+
"GCC_ARM"
48134812
],
48144813
"extra_labels": [
48154814
"RENESAS",
@@ -4941,7 +4940,7 @@
49414940
"inherits": ["Target"],
49424941
"public": false,
49434942
"core": "Cortex-A9",
4944-
"supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
4943+
"supported_toolchains": ["ARM", "GCC_ARM"],
49454944
"extra_labels": ["RENESAS", "RZ_A2XX"],
49464945
"device_has": [
49474946
"SLEEP",

0 commit comments

Comments
 (0)