fixed drive strength
Fork of mbed-dev by
platform/mbed_lib.json@149:156823d33999, 2016-10-28 (annotated)
- Committer:
- <>
- Date:
- Fri Oct 28 11:17:30 2016 +0100
- Revision:
- 149:156823d33999
- Child:
- 153:fa9ff456f731
This updates the lib to the mbed lib v128
NOTE: This release includes a restructuring of the file and directory locations and thus some
include paths in your code may need updating accordingly.
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
<> | 149:156823d33999 | 1 | { |
<> | 149:156823d33999 | 2 | "name": "platform", |
<> | 149:156823d33999 | 3 | "config": { |
<> | 149:156823d33999 | 4 | "stdio-convert-newlines": { |
<> | 149:156823d33999 | 5 | "help": "Enable conversion to standard newlines on stdin/stdout", |
<> | 149:156823d33999 | 6 | "value": false |
<> | 149:156823d33999 | 7 | }, |
<> | 149:156823d33999 | 8 | |
<> | 149:156823d33999 | 9 | "stdio-baud-rate": { |
<> | 149:156823d33999 | 10 | "help": "Baud rate for stdio", |
<> | 149:156823d33999 | 11 | "value": 9600 |
<> | 149:156823d33999 | 12 | }, |
<> | 149:156823d33999 | 13 | |
<> | 149:156823d33999 | 14 | "stdio-flush-at-exit": { |
<> | 149:156823d33999 | 15 | "help": "Enable or disable the flush of standard I/O's at exit.", |
<> | 149:156823d33999 | 16 | "value": true |
<> | 149:156823d33999 | 17 | }, |
<> | 149:156823d33999 | 18 | |
<> | 149:156823d33999 | 19 | "default-serial-baud-rate": { |
<> | 149:156823d33999 | 20 | "help": "Default baud rate for a Serial or RawSerial instance (if not specified in the constructor)", |
<> | 149:156823d33999 | 21 | "value": 9600 |
<> | 149:156823d33999 | 22 | } |
<> | 149:156823d33999 | 23 | }, |
<> | 149:156823d33999 | 24 | "target_overrides": { |
<> | 149:156823d33999 | 25 | "EFM32": { |
<> | 149:156823d33999 | 26 | "stdio-baud-rate": 115200 |
<> | 149:156823d33999 | 27 | } |
<> | 149:156823d33999 | 28 | } |
<> | 149:156823d33999 | 29 | } |