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:
139:856d2700e60b
Child:
165:d1b4690b3f8b
mbed library. Release version 158

Who changed what in which revision?

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