mbed library sources, mbed-dev only for TYBLE16
Fork of mbed-dev by
Please refer flowing link.
/users/kenjiArai/notebook/tyble16-module-will-become-a-mbed-family--mbedliza/
platform/mbed_lib.json
- Committer:
- kenjiArai
- Date:
- 2018-02-25
- Revision:
- 182:976b131d2800
- Parent:
- 180:96ed750bd169
File content as of revision 182:976b131d2800:
{ "name": "platform", "config": { "stdio-convert-newlines": { "help": "Enable conversion to standard newlines on stdin/stdout", "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 } } }