test

Committer:
elijahsj
Date:
Mon Nov 09 00:33:19 2020 -0500
Revision:
2:4364577b5ad8
Parent:
1:8a094db1347f
copied mbed library

Who changed what in which revision?

UserRevisionLine numberNew contents of line
elijahsj 1:8a094db1347f 1 {
elijahsj 1:8a094db1347f 2 "name": "platform",
elijahsj 1:8a094db1347f 3 "config": {
elijahsj 1:8a094db1347f 4 "stdio-convert-newlines": {
elijahsj 1:8a094db1347f 5 "help": "Enable conversion to standard newlines on stdin/stdout",
elijahsj 1:8a094db1347f 6 "value": false
elijahsj 1:8a094db1347f 7 },
elijahsj 1:8a094db1347f 8
elijahsj 1:8a094db1347f 9 "stdio-baud-rate": {
elijahsj 1:8a094db1347f 10 "help": "Baud rate for stdio",
elijahsj 1:8a094db1347f 11 "value": 9600
elijahsj 1:8a094db1347f 12 },
elijahsj 1:8a094db1347f 13
elijahsj 1:8a094db1347f 14 "stdio-flush-at-exit": {
elijahsj 1:8a094db1347f 15 "help": "Enable or disable the flush of standard I/O's at exit.",
elijahsj 1:8a094db1347f 16 "value": true
elijahsj 1:8a094db1347f 17 },
elijahsj 1:8a094db1347f 18
elijahsj 1:8a094db1347f 19 "default-serial-baud-rate": {
elijahsj 1:8a094db1347f 20 "help": "Default baud rate for a Serial or RawSerial instance (if not specified in the constructor)",
elijahsj 1:8a094db1347f 21 "value": 9600
elijahsj 1:8a094db1347f 22 }
elijahsj 1:8a094db1347f 23 },
elijahsj 1:8a094db1347f 24 "target_overrides": {
elijahsj 1:8a094db1347f 25 "EFM32": {
elijahsj 1:8a094db1347f 26 "stdio-baud-rate": 115200
elijahsj 1:8a094db1347f 27 },
elijahsj 1:8a094db1347f 28 "EFR32": {
elijahsj 1:8a094db1347f 29 "stdio-baud-rate": 115200
elijahsj 1:8a094db1347f 30 }
elijahsj 1:8a094db1347f 31 }
elijahsj 1:8a094db1347f 32 }