mbed library sources. Supersedes mbed-src.
Fork of mbed-dev by
platform/mbed_lib.json
- Committer:
- AnnaBridge
- Date:
- 2018-04-19
- Revision:
- 184:08ed48f1de7f
- Parent:
- 180:96ed750bd169
- Child:
- 186:707f6e361f3e
File content as of revision 184:08ed48f1de7f:
{ "name": "platform", "config": { "stdio-convert-newlines": { "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 }, "stdio-baud-rate": { "help": "Baud rate for stdio", "value": 9600 }, "stdio-flush-at-exit": { "help": "Enable or disable the flush of standard I/O's at exit.", "value": true }, "default-serial-baud-rate": { "help": "Default baud rate for a Serial or RawSerial instance (if not specified in the constructor)", "value": 9600 }, "force-non-copyable-error": { "help": "Force compile time error when a NonCopyable object is copied", "value": false } }, "target_overrides": { "EFM32": { "stdio-baud-rate": 115200 }, "EFR32": { "stdio-baud-rate": 115200 } } }