Skip to content

Commit a27346f

Browse files
Qinghao ShiQinghao Shi
authored andcommitted
TESTS: add new psa targets
1 parent ae09039 commit a27346f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tools/test/examples/examples.json

Lines changed: 3 additions & 3 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_B1", "K64F"],
342+
"targets" : ["ARM_MUSCA_B1", "K64F", "CY8CKIT_064B0S2_4343W"],
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,7 +441,7 @@
441441
"sub-repo-example": false,
442442
"subs": [],
443443
"features" : [],
444-
"targets" : [ "K66F", "NUCLEO_F429ZI" ],
444+
"targets" : [ "K66F", "NUCLEO_F429ZI", "ARM_MUSCA_B1"],
445445
"toolchains" : [],
446446
"exporters": [],
447447
"compile" : true,

0 commit comments

Comments
 (0)