Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of mbed-dev by
platform/mbed_lib.json@152:9a67f0b066fc, 2016-12-15 (annotated)
- Committer:
- <>
- Date:
- Thu Dec 15 11:48:27 2016 +0000
- Revision:
- 152:9a67f0b066fc
- Parent:
- 149:156823d33999
- Child:
- 153:fa9ff456f731
This updates the lib to the mbed lib v131
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 | } |
