Describes predefine macros for mbed online compiler (armcc)

Committer:
MACRUM
Date:
Thu Mar 16 21:58:09 2017 +0900
Revision:
6:40e873bbc5f7
Add licence header info

Who changed what in which revision?

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