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@2:535d154caa12, 2019-11-12 (annotated)
- Committer:
- reedas
- Date:
- Tue Nov 12 10:16:26 2019 +0000
- Revision:
- 2:535d154caa12
CITY1082 debounced button example
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
reedas | 2:535d154caa12 | 1 | { |
reedas | 2:535d154caa12 | 2 | "target_overrides": { |
reedas | 2:535d154caa12 | 3 | "*": { |
reedas | 2:535d154caa12 | 4 | "platform.stack-stats-enabled": true, |
reedas | 2:535d154caa12 | 5 | "platform.heap-stats-enabled": true, |
reedas | 2:535d154caa12 | 6 | "platform.cpu-stats-enabled": true, |
reedas | 2:535d154caa12 | 7 | "platform.thread-stats-enabled": true, |
reedas | 2:535d154caa12 | 8 | "platform.sys-stats-enabled": true, |
reedas | 2:535d154caa12 | 9 | "platform.stdio-convert-newlines": true, |
reedas | 2:535d154caa12 | 10 | "platform.stdio-baud-rate": 115200, |
reedas | 2:535d154caa12 | 11 | "platform.default-serial-baud-rate": 115200 |
reedas | 2:535d154caa12 | 12 | |
reedas | 2:535d154caa12 | 13 | } |
reedas | 2:535d154caa12 | 14 | } |
reedas | 2:535d154caa12 | 15 | } |