Skip to content

Commit bd92ca0

Browse files
committed
ARM_MUSCA_B1: default baud rate to 115200
The TF-M secure binary has a fixed baud rate of 115200. Having a different baud rate on the non-secure side results in broken serial outputs.
1 parent 7389671 commit bd92ca0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

platform/mbed_lib.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,10 @@
235235
"crash-capture-enabled": true,
236236
"fatal-error-auto-reboot-enabled": true
237237
},
238+
"ARM_MUSCA_B1": {
239+
"stdio-convert-newlines": true,
240+
"stdio-baud-rate": 115200
241+
},
238242
"ARM_MUSCA_S1": {
239243
"stdio-convert-newlines": true,
240244
"stdio-baud-rate": 115200

0 commit comments

Comments
 (0)