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:
mbed_official
Date:
Thu Dec 21 18:20:02 2017 +0000
Revision:
159:7130f322cb7e
mbed library version 157

Who changed what in which revision?

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