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
- Committer:
- Hiroaki_Okoshi
- Date:
- 2021-10-09
- Revision:
- 0:a21b8a29df03
File content as of revision 0:a21b8a29df03:
{
"macros": ["MBED_SYS_STATS_ENABLED"],
"target_overrides": {
"*": {
"platform.stdio-baud-rate": 115200,
"platform.stdio-convert-newlines": true,
"platform.default-serial-baud-rate": 115200,
"mbed-trace.enable": 0,
"mbed-http.http-buffer-size": 2048
}
}
}