mirror of https://github.com/ARMmbed/mbed-os.git
Remove gnuarmeclipse from baremetal export testing
baremetal does not currently work with gnuarmeclipsepull/10131/head
parent
8084fd91af
commit
ac2a52a429
|
@ -25,7 +25,7 @@
|
||||||
"features" : [],
|
"features" : [],
|
||||||
"targets" : ["K66F", "NUCLEO_F429ZI", "ARCH_PRO", "LPC1768"],
|
"targets" : ["K66F", "NUCLEO_F429ZI", "ARCH_PRO", "LPC1768"],
|
||||||
"toolchains" : [],
|
"toolchains" : [],
|
||||||
"exporters": [],
|
"exporters": ["iar", "make_armc5", "make_armc6", "make_gcc_arm", "make_iar"],
|
||||||
"compile" : true,
|
"compile" : true,
|
||||||
"export": true,
|
"export": true,
|
||||||
"auto-update" : true
|
"auto-update" : true
|
||||||
|
@ -389,10 +389,10 @@
|
||||||
"mbed": [],
|
"mbed": [],
|
||||||
"test-repo-source": "github",
|
"test-repo-source": "github",
|
||||||
"features" : [],
|
"features" : [],
|
||||||
"targets" : ["CY8CKIT_062_WIFI_BT_PSA",
|
"targets" : ["CY8CKIT_062_WIFI_BT_PSA",
|
||||||
"K64F",
|
"K64F",
|
||||||
"K66F",
|
"K66F",
|
||||||
"NUCLEO_F429ZI",
|
"NUCLEO_F429ZI",
|
||||||
"UBLOX_ODIN_EVK_W2",
|
"UBLOX_ODIN_EVK_W2",
|
||||||
"LPC55S69_NS"
|
"LPC55S69_NS"
|
||||||
],
|
],
|
||||||
|
|
Loading…
Reference in New Issue