Newer
Older
mbed-os / mbed_lib.json
@Christopher Haster Christopher Haster on 11 Jul 2016 307 bytes Added config option for stdio baud rate
{
    "name": "core",
    "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
        }
    }
}