This is a fork of the `events` subdirectory of https://github.com/ARMmbed/mbed-os

Dependents:   HelloWorld_CCA01M1 HelloWorld_CCA02M1 CI-data-logger-server HelloWorld_CCA02M1 ... more

This is a fork of the events subdirectory of https://github.com/ARMmbed/mbed-os.

Note, you must import this library with import name: events!!!

Files at this revision

API Documentation at this revision

Comitter:
Aksel Skauge Mellbye
Date:
Fri Sep 23 10:32:56 2016 +0200
Parent:
7998:ecb031844aa0
Child:
8174:a7848a46e60d
Commit message:
[EFM32] Set default baud rate to 115200.

Changed in this revision

mbed_lib.json Show annotated file Show diff for this revision Revisions of this file
--- a/mbed_lib.json	Thu Sep 22 17:23:04 2016 -0500
+++ b/mbed_lib.json	Fri Sep 23 10:32:56 2016 +0200
@@ -10,5 +10,10 @@
             "help": "Baud rate for stdio",
             "value": 9600
         }
+    },
+    "target_overrides": {
+        "EFM32": {
+            "stdio-baud-rate": 115200
+        }
     }
 }