temp

Dependencies:   mbed SDFileSystem MS5607 ADXL345_I2C FATFileSystem

Committer:
IKobayashi
Date:
Mon Mar 16 23:37:42 2020 +0900
Revision:
0:c88c3b616c00
copy

Who changed what in which revision?

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