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@1:4dec185d33e9, 2019-05-10 (annotated)
- Committer:
- punkisnail
- Date:
- Fri May 10 05:45:50 2019 +0000
- Revision:
- 1:4dec185d33e9
- Parent:
- 0:18409537564c
nRF52 Pulse test using threads, commit 1
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
punkisnail | 0:18409537564c | 1 | { |
punkisnail | 0:18409537564c | 2 | "target_overrides": { |
punkisnail | 0:18409537564c | 3 | "NRF52_DK": { |
punkisnail | 1:4dec185d33e9 | 4 | "target.uart_hwfc": 0, |
punkisnail | 0:18409537564c | 5 | "target.extra_labels_add": ["SOFTDEVICE_NONE"], |
punkisnail | 0:18409537564c | 6 | "target.extra_labels_remove": ["SOFTDEVICE_COMMON", "SOFTDEVICE_S132_FULL", "NORDIC_SOFTDEVICE", "NORDIC_CORDIO", "CORDIO", "CORDIO_LL"] |
punkisnail | 0:18409537564c | 7 | } |
punkisnail | 0:18409537564c | 8 | } |
punkisnail | 0:18409537564c | 9 | } |