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:b7b5017e8d01, 2020-06-13 (annotated)
- Committer:
- star297
- Date:
- Sat Jun 13 13:24:10 2020 +0000
- Revision:
- 1:b7b5017e8d01
- Parent:
- 0:8e3c163d3dbb
tidy .json
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| star297 | 0:8e3c163d3dbb | 1 | { |
| star297 | 0:8e3c163d3dbb | 2 | "config": { |
| star297 | 0:8e3c163d3dbb | 3 | "main-stack-size": { |
| star297 | 0:8e3c163d3dbb | 4 | "value": 8192 |
| star297 | 0:8e3c163d3dbb | 5 | } |
| star297 | 0:8e3c163d3dbb | 6 | }, |
| star297 | 0:8e3c163d3dbb | 7 | |
| star297 | 0:8e3c163d3dbb | 8 | "target_overrides": { |
| star297 | 0:8e3c163d3dbb | 9 | "*": { |
| star297 | 0:8e3c163d3dbb | 10 | "platform.stdio-baud-rate": 115200, |
| star297 | 1:b7b5017e8d01 | 11 | "platform.stdio-convert-newlines": true |
| star297 | 0:8e3c163d3dbb | 12 | } |
| star297 | 0:8e3c163d3dbb | 13 | } |
| star297 | 0:8e3c163d3dbb | 14 | } |