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:
148:fd96258d940d
Child:
165:d1b4690b3f8b
mbed library. Release version 158

Who changed what in which revision?

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