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:
Fri Apr 20 11:08:29 2018 +0100
Revision:
166:5aab5a7997ee
Parent:
165:d1b4690b3f8b
Child:
169:a7c7b631e539
Updating mbed 2 version number

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": {
AnnaBridge 165:d1b4690b3f8b 5 "help": "Enable conversion to standard newlines on stdin/stdout/stderr",
AnnaBridge 165:d1b4690b3f8b 6 "value": false
AnnaBridge 165:d1b4690b3f8b 7 },
AnnaBridge 165:d1b4690b3f8b 8
AnnaBridge 165:d1b4690b3f8b 9 "stdio-convert-tty-newlines": {
AnnaBridge 165:d1b4690b3f8b 10 "help": "Enable conversion to standard newlines on any tty FILE stream",
AnnaBridge 165:d1b4690b3f8b 11 "value": false
AnnaBridge 165:d1b4690b3f8b 12 },
AnnaBridge 165:d1b4690b3f8b 13
AnnaBridge 165:d1b4690b3f8b 14 "stdio-buffered-serial": {
AnnaBridge 165:d1b4690b3f8b 15 "help": "Use UARTSerial driver to obtain buffered serial I/O on stdin/stdout/stderr. If false, unbuffered serial_getc and serial_putc are used directly.",
<> 139:856d2700e60b 16 "value": false
<> 139:856d2700e60b 17 },
<> 139:856d2700e60b 18
<> 139:856d2700e60b 19 "stdio-baud-rate": {
<> 139:856d2700e60b 20 "help": "Baud rate for stdio",
<> 139:856d2700e60b 21 "value": 9600
<> 139:856d2700e60b 22 },
<> 139:856d2700e60b 23
<> 139:856d2700e60b 24 "stdio-flush-at-exit": {
<> 139:856d2700e60b 25 "help": "Enable or disable the flush of standard I/O's at exit.",
<> 139:856d2700e60b 26 "value": true
<> 139:856d2700e60b 27 },
<> 139:856d2700e60b 28
<> 139:856d2700e60b 29 "default-serial-baud-rate": {
<> 139:856d2700e60b 30 "help": "Default baud rate for a Serial or RawSerial instance (if not specified in the constructor)",
<> 139:856d2700e60b 31 "value": 9600
Anna Bridge 160:5571c4ff569f 32 },
Anna Bridge 160:5571c4ff569f 33
Anna Bridge 160:5571c4ff569f 34 "force-non-copyable-error": {
Anna Bridge 160:5571c4ff569f 35 "help": "Force compile time error when a NonCopyable object is copied",
Anna Bridge 160:5571c4ff569f 36 "value": false
<> 139:856d2700e60b 37 }
<> 139:856d2700e60b 38 },
<> 139:856d2700e60b 39 "target_overrides": {
<> 139:856d2700e60b 40 "EFM32": {
<> 139:856d2700e60b 41 "stdio-baud-rate": 115200
<> 139:856d2700e60b 42 },
<> 139:856d2700e60b 43 "EFR32": {
<> 139:856d2700e60b 44 "stdio-baud-rate": 115200
<> 139:856d2700e60b 45 }
<> 139:856d2700e60b 46 }
<> 139:856d2700e60b 47 }