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:
Anna Bridge
Date:
Wed Jan 17 16:13:02 2018 +0000
Revision:
160:5571c4ff569f
Parent:
140:97feb9bacc10
Child:
165:d1b4690b3f8b
mbed library. Release version 158

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
Anna Bridge 160:5571c4ff569f 22 },
Anna Bridge 160:5571c4ff569f 23
Anna Bridge 160:5571c4ff569f 24 "force-non-copyable-error": {
Anna Bridge 160:5571c4ff569f 25 "help": "Force compile time error when a NonCopyable object is copied",
Anna Bridge 160:5571c4ff569f 26 "value": false
<> 140:97feb9bacc10 27 }
<> 140:97feb9bacc10 28 },
<> 140:97feb9bacc10 29 "target_overrides": {
<> 140:97feb9bacc10 30 "EFM32": {
<> 140:97feb9bacc10 31 "stdio-baud-rate": 115200
<> 140:97feb9bacc10 32 },
<> 140:97feb9bacc10 33 "EFR32": {
<> 140:97feb9bacc10 34 "stdio-baud-rate": 115200
<> 140:97feb9bacc10 35 }
<> 140:97feb9bacc10 36 }
<> 140:97feb9bacc10 37 }