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:
Sam Grove
Date:
Tue Sep 27 21:53:48 2016 -0700
Parent:
8172:df96c9ee2cd0
Parent:
8173:2607621faaf2
Child:
8179:ee067a6e8d16
Commit message:
Merge pull request #2793 from akselsm/efm32-baudrate-fix

[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	Tue Sep 27 21:53:28 2016 -0700
+++ b/mbed_lib.json	Tue Sep 27 21:53:48 2016 -0700
@@ -15,5 +15,10 @@
             "help": "Enable or disable the flush of standard I/O's at exit.",
             "value": true
         }
+    },
+    "target_overrides": {
+        "EFM32": {
+            "stdio-baud-rate": 115200
+        }
     }
 }