Skip to content

Commit ac2a52a

Browse files
committed
Remove gnuarmeclipse from baremetal export testing
baremetal does not currently work with gnuarmeclipse
1 parent 8084fd9 commit ac2a52a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tools/test/examples/examples.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"features" : [],
2626
"targets" : ["K66F", "NUCLEO_F429ZI", "ARCH_PRO", "LPC1768"],
2727
"toolchains" : [],
28-
"exporters": [],
28+
"exporters": ["iar", "make_armc5", "make_armc6", "make_gcc_arm", "make_iar"],
2929
"compile" : true,
3030
"export": true,
3131
"auto-update" : true
@@ -389,10 +389,10 @@
389389
"mbed": [],
390390
"test-repo-source": "github",
391391
"features" : [],
392-
"targets" : ["CY8CKIT_062_WIFI_BT_PSA",
393-
"K64F",
394-
"K66F",
395-
"NUCLEO_F429ZI",
392+
"targets" : ["CY8CKIT_062_WIFI_BT_PSA",
393+
"K64F",
394+
"K66F",
395+
"NUCLEO_F429ZI",
396396
"UBLOX_ODIN_EVK_W2",
397397
"LPC55S69_NS"
398398
],

0 commit comments

Comments
 (0)