We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15a263f commit 15e8511Copy full SHA for 15e8511
targets/targets.json
@@ -4808,8 +4808,7 @@
4808
"core": "Cortex-A9",
4809
"supported_toolchains": [
4810
"ARM",
4811
- "GCC_ARM",
4812
- "IAR"
+ "GCC_ARM"
4813
],
4814
"extra_labels": [
4815
"RENESAS",
@@ -4941,7 +4940,7 @@
4941
4940
"inherits": ["Target"],
4942
"public": false,
4943
4944
- "supported_toolchains": ["ARM", "GCC_ARM", "IAR"],
+ "supported_toolchains": ["ARM", "GCC_ARM"],
4945
"extra_labels": ["RENESAS", "RZ_A2XX"],
4946
"device_has": [
4947
"SLEEP",
0 commit comments