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
<> 135:176b8275d35d 1 {
<> 135:176b8275d35d 2 "name": "platform",
<> 135:176b8275d35d 3 "config": {
<> 135:176b8275d35d 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.",
<> 135:176b8275d35d 16 "value": false
<> 135:176b8275d35d 17 },
<> 135:176b8275d35d 18
<> 135:176b8275d35d 19 "stdio-baud-rate": {
<> 135:176b8275d35d 20 "help": "Baud rate for stdio",
<> 135:176b8275d35d 21 "value": 9600
<> 135:176b8275d35d 22 },
<> 135:176b8275d35d 23
<> 135:176b8275d35d 24 "stdio-flush-at-exit": {
<> 135:176b8275d35d 25 "help": "Enable or disable the flush of standard I/O's at exit.",
<> 135:176b8275d35d 26 "value": true
<> 135:176b8275d35d 27 },
<> 135:176b8275d35d 28
<> 135:176b8275d35d 29 "default-serial-baud-rate": {
<> 135:176b8275d35d 30 "help": "Default baud rate for a Serial or RawSerial instance (if not specified in the constructor)",
<> 135:176b8275d35d 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
<> 135:176b8275d35d 37 }
<> 135:176b8275d35d 38 },
<> 135:176b8275d35d 39 "target_overrides": {
<> 135:176b8275d35d 40 "EFM32": {
<> 135:176b8275d35d 41 "stdio-baud-rate": 115200
<> 135:176b8275d35d 42 },
<> 135:176b8275d35d 43 "EFR32": {
<> 135:176b8275d35d 44 "stdio-baud-rate": 115200
<> 135:176b8275d35d 45 }
<> 135:176b8275d35d 46 }
<> 135:176b8275d35d 47 }