The official Mbed 2 C/C++ SDK provides the software platform and libraries to build your applications.

Dependents:   hello SerialTestv11 SerialTestv12 Sierpinski ... more

mbed 2

This is the mbed 2 library. If you'd like to learn about Mbed OS please see the mbed-os docs.

Committer:
AnnaBridge
Date:
Fri May 26 12:30:20 2017 +0100
Revision:
143:86740a56073b
Parent:
133:99b5ccf27215
Child:
160:5571c4ff569f
Release 143 of the mbed library.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
<> 133:99b5ccf27215 1 {
<> 133:99b5ccf27215 2 "name": "platform",
<> 133:99b5ccf27215 3 "config": {
<> 133:99b5ccf27215 4 "stdio-convert-newlines": {
<> 133:99b5ccf27215 5 "help": "Enable conversion to standard newlines on stdin/stdout",
<> 133:99b5ccf27215 6 "value": false
<> 133:99b5ccf27215 7 },
<> 133:99b5ccf27215 8
<> 133:99b5ccf27215 9 "stdio-baud-rate": {
<> 133:99b5ccf27215 10 "help": "Baud rate for stdio",
<> 133:99b5ccf27215 11 "value": 9600
<> 133:99b5ccf27215 12 },
<> 133:99b5ccf27215 13
<> 133:99b5ccf27215 14 "stdio-flush-at-exit": {
<> 133:99b5ccf27215 15 "help": "Enable or disable the flush of standard I/O's at exit.",
<> 133:99b5ccf27215 16 "value": true
<> 133:99b5ccf27215 17 },
<> 133:99b5ccf27215 18
<> 133:99b5ccf27215 19 "default-serial-baud-rate": {
<> 133:99b5ccf27215 20 "help": "Default baud rate for a Serial or RawSerial instance (if not specified in the constructor)",
<> 133:99b5ccf27215 21 "value": 9600
<> 133:99b5ccf27215 22 }
<> 133:99b5ccf27215 23 },
<> 133:99b5ccf27215 24 "target_overrides": {
<> 133:99b5ccf27215 25 "EFM32": {
<> 133:99b5ccf27215 26 "stdio-baud-rate": 115200
<> 133:99b5ccf27215 27 },
<> 133:99b5ccf27215 28 "EFR32": {
<> 133:99b5ccf27215 29 "stdio-baud-rate": 115200
<> 133:99b5ccf27215 30 }
<> 133:99b5ccf27215 31 }
<> 133:99b5ccf27215 32 }