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.
Diff: TARGET_RO359B/mbed_lib.json
- Revision:
- 165:d1b4690b3f8b
- Parent:
- 160:5571c4ff569f
- Child:
- 169:a7c7b631e539
diff -r 994bdf8177cb -r d1b4690b3f8b TARGET_RO359B/mbed_lib.json --- a/TARGET_RO359B/mbed_lib.json Tue Mar 20 16:15:49 2018 +0000 +++ b/TARGET_RO359B/mbed_lib.json Thu Apr 19 14:31:27 2018 +0100 @@ -2,7 +2,17 @@ "name": "platform", "config": { "stdio-convert-newlines": { - "help": "Enable conversion to standard newlines on stdin/stdout", + "help": "Enable conversion to standard newlines on stdin/stdout/stderr", + "value": false + }, + + "stdio-convert-tty-newlines": { + "help": "Enable conversion to standard newlines on any tty FILE stream", + "value": false + }, + + "stdio-buffered-serial": { + "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.", "value": false },