Skip to content

Commit 74a1a05

Browse files
authored
Merge pull request #13279 from jamesbeyond/remove_targets
TESTS: removed mbed OS 6 unsupported target in examples test
2 parents e446a68 + c4c120b commit 74a1a05

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

tools/test/examples/examples.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -339,13 +339,13 @@
339339
"sub-repo-example": false,
340340
"subs": [],
341341
"features" : [],
342-
"targets" : ["ARM_MUSCA_A1", "ARM_MUSCA_B1", "K64F", "CY8CKIT_064S2_4343W"],
342+
"targets" : ["ARM_MUSCA_B1", "K64F"],
343343
"toolchains" : ["GCC_ARM", "ARM"],
344344
"exporters": [],
345345
"compile" : true,
346346
"export": true,
347347
"test" : true,
348-
"baud_rate": 115200,
348+
"baud_rate": 9600,
349349
"compare_log": ["mbed-os-example-psa/tests/psa.log"],
350350
"auto-update" : true
351351
},
@@ -441,11 +441,7 @@
441441
"sub-repo-example": false,
442442
"subs": [],
443443
"features" : [],
444-
"targets" : ["CY8CKIT_062_WIFI_BT_PSA",
445-
"K66F",
446-
"NUCLEO_F429ZI",
447-
"LPC55S69_NS"
448-
],
444+
"targets" : [ "K66F", "NUCLEO_F429ZI", "ARM_MUSCA_B1"],
449445
"toolchains" : [],
450446
"exporters": [],
451447
"compile" : true,

0 commit comments

Comments
 (0)