Nicolas Borla
/
BBR_1Ebene
BBR 1 Ebene
mbed-os/platform/mbed_lib.json@0:fbdae7e6d805, 2018-05-14 (annotated)
- Committer:
- borlanic
- Date:
- Mon May 14 11:29:06 2018 +0000
- Revision:
- 0:fbdae7e6d805
BBR
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
borlanic | 0:fbdae7e6d805 | 1 | { |
borlanic | 0:fbdae7e6d805 | 2 | "name": "platform", |
borlanic | 0:fbdae7e6d805 | 3 | "config": { |
borlanic | 0:fbdae7e6d805 | 4 | "stdio-convert-newlines": { |
borlanic | 0:fbdae7e6d805 | 5 | "help": "Enable conversion to standard newlines on stdin/stdout/stderr", |
borlanic | 0:fbdae7e6d805 | 6 | "value": false |
borlanic | 0:fbdae7e6d805 | 7 | }, |
borlanic | 0:fbdae7e6d805 | 8 | |
borlanic | 0:fbdae7e6d805 | 9 | "stdio-convert-tty-newlines": { |
borlanic | 0:fbdae7e6d805 | 10 | "help": "Enable conversion to standard newlines on any tty FILE stream", |
borlanic | 0:fbdae7e6d805 | 11 | "value": false |
borlanic | 0:fbdae7e6d805 | 12 | }, |
borlanic | 0:fbdae7e6d805 | 13 | |
borlanic | 0:fbdae7e6d805 | 14 | "stdio-buffered-serial": { |
borlanic | 0:fbdae7e6d805 | 15 | "help": "Use UARTSerial driver to obtain buffered serial I/O on stdin/stdout/stderr. If false, unbuffered serial_getc and serial_putc are used directly.", |
borlanic | 0:fbdae7e6d805 | 16 | "value": false |
borlanic | 0:fbdae7e6d805 | 17 | }, |
borlanic | 0:fbdae7e6d805 | 18 | |
borlanic | 0:fbdae7e6d805 | 19 | "stdio-baud-rate": { |
borlanic | 0:fbdae7e6d805 | 20 | "help": "Baud rate for stdio", |
borlanic | 0:fbdae7e6d805 | 21 | "value": 9600 |
borlanic | 0:fbdae7e6d805 | 22 | }, |
borlanic | 0:fbdae7e6d805 | 23 | |
borlanic | 0:fbdae7e6d805 | 24 | "stdio-flush-at-exit": { |
borlanic | 0:fbdae7e6d805 | 25 | "help": "Enable or disable the flush of standard I/O's at exit.", |
borlanic | 0:fbdae7e6d805 | 26 | "value": true |
borlanic | 0:fbdae7e6d805 | 27 | }, |
borlanic | 0:fbdae7e6d805 | 28 | |
borlanic | 0:fbdae7e6d805 | 29 | "default-serial-baud-rate": { |
borlanic | 0:fbdae7e6d805 | 30 | "help": "Default baud rate for a Serial or RawSerial instance (if not specified in the constructor)", |
borlanic | 0:fbdae7e6d805 | 31 | "value": 9600 |
borlanic | 0:fbdae7e6d805 | 32 | }, |
borlanic | 0:fbdae7e6d805 | 33 | |
borlanic | 0:fbdae7e6d805 | 34 | "force-non-copyable-error": { |
borlanic | 0:fbdae7e6d805 | 35 | "help": "Force compile time error when a NonCopyable object is copied", |
borlanic | 0:fbdae7e6d805 | 36 | "value": false |
borlanic | 0:fbdae7e6d805 | 37 | }, |
borlanic | 0:fbdae7e6d805 | 38 | |
borlanic | 0:fbdae7e6d805 | 39 | "poll-use-lowpower-timer": { |
borlanic | 0:fbdae7e6d805 | 40 | "help": "Enable use of low power timer class for poll(). May cause missing events.", |
borlanic | 0:fbdae7e6d805 | 41 | "value": false |
borlanic | 0:fbdae7e6d805 | 42 | } |
borlanic | 0:fbdae7e6d805 | 43 | }, |
borlanic | 0:fbdae7e6d805 | 44 | "target_overrides": { |
borlanic | 0:fbdae7e6d805 | 45 | "EFM32": { |
borlanic | 0:fbdae7e6d805 | 46 | "stdio-baud-rate": 115200 |
borlanic | 0:fbdae7e6d805 | 47 | }, |
borlanic | 0:fbdae7e6d805 | 48 | "EFR32": { |
borlanic | 0:fbdae7e6d805 | 49 | "stdio-baud-rate": 115200 |
borlanic | 0:fbdae7e6d805 | 50 | } |
borlanic | 0:fbdae7e6d805 | 51 | } |
borlanic | 0:fbdae7e6d805 | 52 | } |