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
Updating mbed 2 version number

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