mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #8835 from OPpuolitaival/balancing_examples
Moving some examples testing from K64F to K66Fpull/8907/head
commit
d6b2a1a6da
|
|
@ -26,7 +26,7 @@
|
||||||
],
|
],
|
||||||
"test-repo-source": "mbed",
|
"test-repo-source": "mbed",
|
||||||
"features" : [],
|
"features" : [],
|
||||||
"targets" : ["K64F", "NUCLEO_F429ZI"],
|
"targets" : ["K66F", "NUCLEO_F429ZI"],
|
||||||
"toolchains" : ["GCC_ARM", "ARM"],
|
"toolchains" : ["GCC_ARM", "ARM"],
|
||||||
"exporters": [],
|
"exporters": [],
|
||||||
"compile" : true,
|
"compile" : true,
|
||||||
|
|
@ -48,7 +48,7 @@
|
||||||
],
|
],
|
||||||
"test-repo-source": "mbed",
|
"test-repo-source": "mbed",
|
||||||
"features" : ["BLE"],
|
"features" : ["BLE"],
|
||||||
"targets" : ["NRF51_DK", "NRF52_DK", "K64F", "NUCLEO_F401RE"],
|
"targets" : ["NRF51_DK", "NRF52_DK", "K66F", "NUCLEO_F401RE"],
|
||||||
"toolchains" : [],
|
"toolchains" : [],
|
||||||
"exporters": [],
|
"exporters": [],
|
||||||
"compile" : true,
|
"compile" : true,
|
||||||
|
|
@ -105,7 +105,7 @@
|
||||||
"mbed": [],
|
"mbed": [],
|
||||||
"test-repo-source": "github",
|
"test-repo-source": "github",
|
||||||
"features" : [],
|
"features" : [],
|
||||||
"targets" : ["K64F", "K66F", "NUCLEO_F429ZI"],
|
"targets" : ["K66F", "NUCLEO_F429ZI"],
|
||||||
"toolchains" : [],
|
"toolchains" : [],
|
||||||
"exporters": [],
|
"exporters": [],
|
||||||
"compile" : false,
|
"compile" : false,
|
||||||
|
|
@ -144,7 +144,7 @@
|
||||||
"mbed": [],
|
"mbed": [],
|
||||||
"test-repo-source": "github",
|
"test-repo-source": "github",
|
||||||
"features" : [],
|
"features" : [],
|
||||||
"targets" : ["K64F"],
|
"targets" : ["K66F"],
|
||||||
"toolchains" : [],
|
"toolchains" : [],
|
||||||
"exporters": [],
|
"exporters": [],
|
||||||
"compile" : true,
|
"compile" : true,
|
||||||
|
|
@ -157,7 +157,7 @@
|
||||||
"mbed": [],
|
"mbed": [],
|
||||||
"test-repo-source": "github",
|
"test-repo-source": "github",
|
||||||
"features" : [],
|
"features" : [],
|
||||||
"targets" : ["K64F"],
|
"targets" : ["K66F"],
|
||||||
"toolchains" : [],
|
"toolchains" : [],
|
||||||
"exporters": [],
|
"exporters": [],
|
||||||
"compile" : true,
|
"compile" : true,
|
||||||
|
|
@ -266,7 +266,7 @@
|
||||||
],
|
],
|
||||||
"test-repo-source": "github",
|
"test-repo-source": "github",
|
||||||
"features" : [],
|
"features" : [],
|
||||||
"targets" : ["DISCO_F469NI", "DISCO_F746NG", "K64F", "K66F",
|
"targets" : ["DISCO_F469NI", "DISCO_F746NG", "K66F",
|
||||||
"NUCLEO_F429ZI", "NUCLEO_F439ZI", "NUCLEO_F746ZG",
|
"NUCLEO_F429ZI", "NUCLEO_F439ZI", "NUCLEO_F746ZG",
|
||||||
"NUCLEO_F756ZG", "NUCLEO_F767ZI",
|
"NUCLEO_F756ZG", "NUCLEO_F767ZI",
|
||||||
"NUMAKER_PFM_NUC472", "UBLOX_EVK_ODIN_W2"],
|
"NUMAKER_PFM_NUC472", "UBLOX_EVK_ODIN_W2"],
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue