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.
2 parents 36045bd + 2ebe0d5 commit 30c2ea2Copy full SHA for 30c2ea2
targets/targets.json
@@ -7711,7 +7711,8 @@
7711
"is_disk_virtual": true,
7712
"supported_toolchains": [
7713
"ARM",
7714
- "GCC_ARM"
+ "GCC_ARM",
7715
+ "IAR"
7716
],
7717
"config": {
7718
"hxt-present": {
@@ -7837,6 +7838,9 @@
7837
7838
"gcc_arm": [
7839
"std",
7840
"small"
7841
+ ],
7842
+ "iar": [
7843
+ "std"
7844
]
7845
},
7846
"supported_application_profiles": [
0 commit comments