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