Skip to content

Commit f985169

Browse files
Remove IAR from list of supported toolchains
1 parent 6238f2e commit f985169

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

targets/targets.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -818,8 +818,7 @@
818818
"core": "Cortex-M4F",
819819
"supported_toolchains": [
820820
"ARM",
821-
"GCC_ARM",
822-
"IAR"
821+
"GCC_ARM"
823822
],
824823
"macros": [
825824
"__ADUCM4050__",
@@ -873,8 +872,7 @@
873872
"core": "Cortex-M3",
874873
"supported_toolchains": [
875874
"ARM",
876-
"GCC_ARM",
877-
"IAR"
875+
"GCC_ARM"
878876
],
879877
"macros": [
880878
"__ADUCM3029__",

0 commit comments

Comments
 (0)