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.
mbed_app.json@0:2577a4fb6e72, 2020-05-13 (annotated)
- Committer:
- hudakz
- Date:
- Wed May 13 12:25:39 2020 +0000
- Revision:
- 0:2577a4fb6e72
- Child:
- 1:290013620c42
Bluepill STM32F103C8 support for Mbed OS 6
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| hudakz | 0:2577a4fb6e72 | 1 | { |
| hudakz | 0:2577a4fb6e72 | 2 | "macros": [ |
| hudakz | 0:2577a4fb6e72 | 3 | "MBED_BLINKY_EXAMPLE=1" |
| hudakz | 0:2577a4fb6e72 | 4 | ], |
| hudakz | 0:2577a4fb6e72 | 5 | "target_overrides": { |
| hudakz | 0:2577a4fb6e72 | 6 | "*": { |
| hudakz | 0:2577a4fb6e72 | 7 | "platform.stdio-baud-rate" : 115200, |
| hudakz | 0:2577a4fb6e72 | 8 | "platform.stdio-convert-newlines" : true, |
| hudakz | 0:2577a4fb6e72 | 9 | "platform.stdio-buffered-serial" : true, |
| hudakz | 0:2577a4fb6e72 | 10 | "platform.stdio-flush-at-exit" : true, |
| hudakz | 0:2577a4fb6e72 | 11 | "mbed-trace.enable" : null |
| hudakz | 0:2577a4fb6e72 | 12 | } |
| hudakz | 0:2577a4fb6e72 | 13 | } |
| hudakz | 0:2577a4fb6e72 | 14 | } |