From 3206d96487ea6f2419b0bbd250f655d6c508f7a3 Mon Sep 17 00:00:00 2001 From: Aksel Skauge Mellbye Date: Fri, 23 Sep 2016 10:32:56 +0200 Subject: [PATCH] [EFM32] Set default baud rate to 115200. --- mbed_lib.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/mbed_lib.json b/mbed_lib.json index 6300a4b0f2..0d79b40630 100644 --- a/mbed_lib.json +++ b/mbed_lib.json @@ -10,5 +10,10 @@ "help": "Baud rate for stdio", "value": 9600 } + }, + "target_overrides": { + "EFM32": { + "stdio-baud-rate": 115200 + } } }