mirror of https://github.com/ARMmbed/mbed-os.git
[EFR32] Set default USB serial baudrate
Silicon Labs targets use a default, unchangeable baud rate of 115200 on the stdio serial-USB bridge.pull/3157/head
parent
a0f62b1e4f
commit
f344c0d204
|
@ -24,6 +24,9 @@
|
|||
"target_overrides": {
|
||||
"EFM32": {
|
||||
"stdio-baud-rate": 115200
|
||||
},
|
||||
"EFR32": {
|
||||
"stdio-baud-rate": 115200
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue