example-psa - add MUSCA_S1 and update baudrate

pull/14250/head
Saheer Babu 2021-02-05 14:46:09 +00:00
parent 7135c6545a
commit 51d3afe04a
1 changed files with 2 additions and 2 deletions

View File

@ -288,13 +288,13 @@
"sub-repo-example": false,
"subs": [],
"features" : [],
"targets" : ["ARM_MUSCA_B1", "K64F"],
"targets" : ["ARM_MUSCA_S1", "ARM_MUSCA_B1", "K64F"],
"toolchains" : ["GCC_ARM", "ARM"],
"exporters": [],
"compile" : true,
"export": true,
"test" : true,
"baud_rate": 9600,
"baud_rate": 115200,
"compare_log": ["mbed-os-example-psa/tests/psa.log"],
"auto-update" : true
},