inport from local

Dependents:   Hobbyking_Cheetah_0511

Committer:
NYX
Date:
Mon Mar 16 06:35:48 2020 +0000
Revision:
0:85b3fd62ea1a
reinport to mbed;

Who changed what in which revision?

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