Merge pull request #13279 from jamesbeyond/remove_targets

TESTS: removed mbed OS 6 unsupported target in examples test
pull/13298/head^2
Martin Kojtal 2020-07-31 12:06:33 +01:00 committed by GitHub
commit 74a1a05cce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 7 deletions

View File

@ -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,