2016-06-16 01:57:25 +00:00
|
|
|
{
|
2016-09-30 22:20:37 +00:00
|
|
|
"name": "platform",
|
2016-06-16 01:57:25 +00:00
|
|
|
"config": {
|
|
|
|
"stdio-convert-newlines": {
|
2016-06-16 10:53:11 +00:00
|
|
|
"help": "Enable conversion to standard newlines on stdin/stdout",
|
|
|
|
"value": false
|
2016-06-22 05:38:41 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"stdio-baud-rate": {
|
|
|
|
"help": "Baud rate for stdio",
|
|
|
|
"value": 9600
|
2016-09-19 09:33:48 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"stdio-flush-at-exit": {
|
|
|
|
"help": "Enable or disable the flush of standard I/O's at exit.",
|
|
|
|
"value": true
|
2016-08-11 10:01:33 +00:00
|
|
|
},
|
|
|
|
|
|
|
|
"default-serial-baud-rate": {
|
|
|
|
"help": "Default baud rate for a Serial or RawSerial instance (if not specified in the constructor)",
|
|
|
|
"value": 9600
|
2016-06-16 01:57:25 +00:00
|
|
|
}
|
2016-09-23 08:32:56 +00:00
|
|
|
},
|
|
|
|
"target_overrides": {
|
|
|
|
"EFM32": {
|
|
|
|
"stdio-baud-rate": 115200
|
|
|
|
}
|
2016-06-16 01:57:25 +00:00
|
|
|
}
|
|
|
|
}
|