mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #14250 from saheerb/example-psa-115200
example-psa - add MUSCA_S1 and update baudratepull/14257/head
commit
aa561ee8f5
|
@ -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
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue