Skip to content

Commit aa561ee

Browse files
authored
Merge pull request #14250 from saheerb/example-psa-115200
example-psa - add MUSCA_S1 and update baudrate
2 parents ce6ff0a + 51d3afe commit aa561ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/test/examples/examples.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -288,13 +288,13 @@
288288
"sub-repo-example": false,
289289
"subs": [],
290290
"features" : [],
291-
"targets" : ["ARM_MUSCA_B1", "K64F"],
291+
"targets" : ["ARM_MUSCA_S1", "ARM_MUSCA_B1", "K64F"],
292292
"toolchains" : ["GCC_ARM", "ARM"],
293293
"exporters": [],
294294
"compile" : true,
295295
"export": true,
296296
"test" : true,
297-
"baud_rate": 9600,
297+
"baud_rate": 115200,
298298
"compare_log": ["mbed-os-example-psa/tests/psa.log"],
299299
"auto-update" : true
300300
},

0 commit comments

Comments
 (0)