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:
Kojto
Date:
Wed Jul 19 16:46:19 2017 +0100
Revision:
147:a97add6d7e64
Parent:
140:97feb9bacc10
Child:
160:5571c4ff569f
Release 147 of the mbed library.

Who changed what in which revision?

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