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 388335e commit 721d4d8Copy full SHA for 721d4d8
targets/targets.json
@@ -693,7 +693,8 @@
693
"core": "Cortex-M4F",
694
"supported_toolchains": [
695
"ARM",
696
- "GCC_ARM"
+ "GCC_ARM",
697
+ "IAR"
698
],
699
"extra_labels_add": [
700
"Freescale",
@@ -763,6 +764,9 @@
763
764
"gcc_arm": [
765
"std",
766
"small"
767
+ ],
768
+ "iar": [
769
+ "std"
770
]
771
},
772
"supported_application_profiles": [
0 commit comments