RTOS Template for ELEC35X 2019
mbed_app.json@0:2f993270f60e, 2019-09-25 (annotated)
- Committer:
- noutram
- Date:
- Wed Sep 25 15:02:03 2019 +0000
- Revision:
- 0:2f993270f60e
RTOS Template for 2019
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| noutram | 0:2f993270f60e | 1 | { |
| noutram | 0:2f993270f60e | 2 | "target_overrides": { |
| noutram | 0:2f993270f60e | 3 | "*": { |
| noutram | 0:2f993270f60e | 4 | "platform.stack-stats-enabled": true, |
| noutram | 0:2f993270f60e | 5 | "platform.heap-stats-enabled": true, |
| noutram | 0:2f993270f60e | 6 | "platform.cpu-stats-enabled": true, |
| noutram | 0:2f993270f60e | 7 | "platform.thread-stats-enabled": true, |
| noutram | 0:2f993270f60e | 8 | "platform.sys-stats-enabled": true, |
| noutram | 0:2f993270f60e | 9 | "platform.stdio-baud-rate": 926100 |
| noutram | 0:2f993270f60e | 10 | } |
| noutram | 0:2f993270f60e | 11 | } |
| noutram | 0:2f993270f60e | 12 | } |