mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #13279 from jamesbeyond/remove_targets
TESTS: removed mbed OS 6 unsupported target in examples testpull/13298/head^2
commit
74a1a05cce
|
@ -339,13 +339,13 @@
|
|||
"sub-repo-example": false,
|
||||
"subs": [],
|
||||
"features" : [],
|
||||
"targets" : ["ARM_MUSCA_A1", "ARM_MUSCA_B1", "K64F", "CY8CKIT_064S2_4343W"],
|
||||
"targets" : ["ARM_MUSCA_B1", "K64F"],
|
||||
"toolchains" : ["GCC_ARM", "ARM"],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
"export": true,
|
||||
"test" : true,
|
||||
"baud_rate": 115200,
|
||||
"baud_rate": 9600,
|
||||
"compare_log": ["mbed-os-example-psa/tests/psa.log"],
|
||||
"auto-update" : true
|
||||
},
|
||||
|
@ -441,11 +441,7 @@
|
|||
"sub-repo-example": false,
|
||||
"subs": [],
|
||||
"features" : [],
|
||||
"targets" : ["CY8CKIT_062_WIFI_BT_PSA",
|
||||
"K66F",
|
||||
"NUCLEO_F429ZI",
|
||||
"LPC55S69_NS"
|
||||
],
|
||||
"targets" : [ "K66F", "NUCLEO_F429ZI", "ARM_MUSCA_B1"],
|
||||
"toolchains" : [],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
|
|
Loading…
Reference in New Issue