Skip to content

Commit f344c0d

Browse files
committed
[EFR32] Set default USB serial baudrate
Silicon Labs targets use a default, unchangeable baud rate of 115200 on the stdio serial-USB bridge.
1 parent a0f62b1 commit f344c0d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

platform/mbed_lib.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@
2424
"target_overrides": {
2525
"EFM32": {
2626
"stdio-baud-rate": 115200
27+
},
28+
"EFR32": {
29+
"stdio-baud-rate": 115200
2730
}
2831
}
2932
}

0 commit comments

Comments
 (0)