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:48ce5ea63822, 2019-09-15 (annotated)
- Committer:
- knzw
- Date:
- Sun Sep 15 07:21:09 2019 +0000
- Revision:
- 0:48ce5ea63822
Press USER_BUTTON0 to light up the LED.
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| knzw | 0:48ce5ea63822 | 1 | { |
| knzw | 0:48ce5ea63822 | 2 | "target_overrides": { |
| knzw | 0:48ce5ea63822 | 3 | "*": { |
| knzw | 0:48ce5ea63822 | 4 | "platform.stack-stats-enabled": true, |
| knzw | 0:48ce5ea63822 | 5 | "platform.heap-stats-enabled": true, |
| knzw | 0:48ce5ea63822 | 6 | "platform.cpu-stats-enabled": true, |
| knzw | 0:48ce5ea63822 | 7 | "platform.thread-stats-enabled": true, |
| knzw | 0:48ce5ea63822 | 8 | "platform.sys-stats-enabled": true |
| knzw | 0:48ce5ea63822 | 9 | } |
| knzw | 0:48ce5ea63822 | 10 | } |
| knzw | 0:48ce5ea63822 | 11 | } |