Skip to content

Commit 721d4d8

Browse files
committed
Temporarily re-add IAR for K64F
The Travis check for each PR still uses K64F to test IAR configs. In the future, we should remove IAR tests.
1 parent 388335e commit 721d4d8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

targets/targets.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,8 @@
693693
"core": "Cortex-M4F",
694694
"supported_toolchains": [
695695
"ARM",
696-
"GCC_ARM"
696+
"GCC_ARM",
697+
"IAR"
697698
],
698699
"extra_labels_add": [
699700
"Freescale",
@@ -763,6 +764,9 @@
763764
"gcc_arm": [
764765
"std",
765766
"small"
767+
],
768+
"iar": [
769+
"std"
766770
]
767771
},
768772
"supported_application_profiles": [

0 commit comments

Comments
 (0)