Skip to content

Commit a3b9aee

Browse files
authored
Merge pull request #14386 from harmut01/freescale_refactor
Freescale: Remove IAR from list of supported toolchains
2 parents ae432b2 + 4afd24c commit a3b9aee

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

targets/targets.json

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -429,8 +429,7 @@
429429
"is_disk_virtual": true,
430430
"supported_toolchains": [
431431
"ARM",
432-
"GCC_ARM",
433-
"IAR"
432+
"GCC_ARM"
434433
],
435434
"inherits": [
436435
"Target"
@@ -487,8 +486,7 @@
487486
"is_disk_virtual": true,
488487
"supported_toolchains": [
489488
"GCC_ARM",
490-
"ARM",
491-
"IAR"
489+
"ARM"
492490
],
493491
"inherits": [
494492
"Target"
@@ -538,8 +536,7 @@
538536
"core": "Cortex-M4F",
539537
"supported_toolchains": [
540538
"ARM",
541-
"GCC_ARM",
542-
"IAR"
539+
"GCC_ARM"
543540
],
544541
"components_add": [
545542
"FLASHIAP"
@@ -628,8 +625,7 @@
628625
"core": "Cortex-M0+",
629626
"supported_toolchains": [
630627
"GCC_ARM",
631-
"ARM",
632-
"IAR"
628+
"ARM"
633629
],
634630
"extra_labels": [
635631
"Freescale",
@@ -698,8 +694,7 @@
698694
"core": "Cortex-M0+",
699695
"supported_toolchains": [
700696
"ARM",
701-
"GCC_ARM",
702-
"IAR"
697+
"GCC_ARM"
703698
],
704699
"extra_labels": [
705700
"Freescale",
@@ -762,8 +757,7 @@
762757
"core": "Cortex-M4F",
763758
"supported_toolchains": [
764759
"ARM",
765-
"GCC_ARM",
766-
"IAR"
760+
"GCC_ARM"
767761
],
768762
"extra_labels_add": [
769763
"Freescale",
@@ -1104,8 +1098,7 @@
11041098
"core": "Cortex-M4F",
11051099
"supported_toolchains": [
11061100
"ARM",
1107-
"GCC_ARM",
1108-
"IAR"
1101+
"GCC_ARM"
11091102
],
11101103
"extra_labels": [
11111104
"Freescale",

0 commit comments

Comments
 (0)