Merge pull request #14250 from saheerb/example-psa-115200

example-psa - add MUSCA_S1 and update baudrate
pull/14257/head
Martin Kojtal 2021-02-09 14:47:52 +00:00 committed by GitHub
commit aa561ee8f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
},