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:
- rndip
- Date:
- 2020-04-02
- Revision:
- 50:b48f019ee306
- Parent:
- 49:4defa45f9c7f
File content as of revision 50:b48f019ee306:
{ "config": { "sock-type": "TCP", "echo-server-hostname": { "help": "Echo server host name.", "value": "\"echo.mbedcloudtesting.com\"" }, "echo-server-port": { "help": "Echo server port number.", "value": 7 }, "trace-level": { "help": "Options are TRACE_LEVEL_ERROR,TRACE_LEVEL_WARN,TRACE_LEVEL_INFO,TRACE_LEVEL_DEBUG", "macro_name": "MBED_TRACE_MAX_LEVEL", "value": "TRACE_LEVEL_INFO" } }, "target_overrides": { "*": { "target.network-default-interface-type": "CELLULAR", "mbed-trace.enable": true, "lwip.ipv4-enabled": true, "lwip.ipv6-enabled": true, "lwip.ethernet-enabled": false, "lwip.ppp-enabled": true, "lwip.tcp-enabled": true, "platform.stdio-convert-newlines": true, "platform.stdio-baud-rate": 115200, "platform.default-serial-baud-rate": 115200, "platform.stdio-buffered-serial": true, "cellular.debug-at": true, "nsapi.default-cellular-sim-pin": null, "nsapi.default-cellular-plmn": null, "nsapi.default-cellular-apn": "\"m2m.com.attz\"", "nsapi.default-cellular-username": null, "nsapi.default-cellular-password": null }, "DISCO_L496AG": { "target.macros_add": [ "CELLULAR_DEVICE=STModCellular" ], "target.components_add": ["STMOD_CELLULAR"], "stmod_cellular.provide-default": "true" } } }