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 Jun 22 15:38:59 2018 +0100
Revision:
169:a7c7b631e539
Parent:
165:d1b4690b3f8b
Child:
170:e95d10626187
mbed library. Release version 162

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": {
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.",
Kojto 148:fd96258d940d 16 "value": false
Kojto 148:fd96258d940d 17 },
Kojto 148:fd96258d940d 18
Kojto 148:fd96258d940d 19 "stdio-baud-rate": {
Kojto 148:fd96258d940d 20 "help": "Baud rate for stdio",
Kojto 148:fd96258d940d 21 "value": 9600
Kojto 148:fd96258d940d 22 },
Kojto 148:fd96258d940d 23
Kojto 148:fd96258d940d 24 "stdio-flush-at-exit": {
Kojto 148:fd96258d940d 25 "help": "Enable or disable the flush of standard I/O's at exit.",
Kojto 148:fd96258d940d 26 "value": true
Kojto 148:fd96258d940d 27 },
Kojto 148:fd96258d940d 28
Kojto 148:fd96258d940d 29 "default-serial-baud-rate": {
Kojto 148:fd96258d940d 30 "help": "Default baud rate for a Serial or RawSerial instance (if not specified in the constructor)",
Kojto 148:fd96258d940d 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
Anna Bridge 169:a7c7b631e539 37 },
Anna Bridge 169:a7c7b631e539 38
Anna Bridge 169:a7c7b631e539 39 "poll-use-lowpower-timer": {
Anna Bridge 169:a7c7b631e539 40 "help": "Enable use of low power timer class for poll(). May cause missing events.",
Anna Bridge 169:a7c7b631e539 41 "value": false
Kojto 148:fd96258d940d 42 }
Kojto 148:fd96258d940d 43 },
Kojto 148:fd96258d940d 44 "target_overrides": {
Kojto 148:fd96258d940d 45 "EFM32": {
Kojto 148:fd96258d940d 46 "stdio-baud-rate": 115200
Kojto 148:fd96258d940d 47 },
Kojto 148:fd96258d940d 48 "EFR32": {
Kojto 148:fd96258d940d 49 "stdio-baud-rate": 115200
Kojto 148:fd96258d940d 50 }
Kojto 148:fd96258d940d 51 }
Kojto 148:fd96258d940d 52 }