Simple Mbed Cloud client application using features of K64 & K66 including Ethernet and SD Card
Fork of mbed-cloud-example_K64_K66 by
DEPRECATED
This example application is not maintained and not recommended. It uses an old version of Mbed OS, Pelion DM, and Arm toolchain. It doesn't work with Mbed Studio.
Please use: https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-pelion/
mbed_app.json@6:254a7e7fbef1, 2018-02-15 (annotated)
- Committer:
- bridadan
- Date:
- Thu Feb 15 10:14:35 2018 -0600
- Revision:
- 6:254a7e7fbef1
- Parent:
- 3:bd00f3af8f03
- Child:
- 11:ae1f6fe932dc
Postponing timer until after registration complete
Who changed what in which revision?
| User | Revision | Line number | New contents of line |
|---|---|---|---|
| MarceloSalazar | 0:e13a8a944e25 | 1 | { |
| MarceloSalazar | 0:e13a8a944e25 | 2 | "macros": [ |
| MarceloSalazar | 0:e13a8a944e25 | 3 | "MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\"", |
| MarceloSalazar | 0:e13a8a944e25 | 4 | "MBED_CLIENT_USER_CONFIG_FILE=\"mbed_cloud_client_user_config.h\"", |
| MarceloSalazar | 0:e13a8a944e25 | 5 | "MBED_CLOUD_CLIENT_USER_CONFIG_FILE=\"mbed_cloud_client_user_config.h\"", |
| MarceloSalazar | 0:e13a8a944e25 | 6 | "PAL_DTLS_PEER_MIN_TIMEOUT=5000", |
| MarceloSalazar | 0:e13a8a944e25 | 7 | "MBED_CONF_APP_MAIN_STACK_SIZE=4608" |
| MarceloSalazar | 0:e13a8a944e25 | 8 | ], |
| MarceloSalazar | 0:e13a8a944e25 | 9 | "target_overrides": { |
| MarceloSalazar | 0:e13a8a944e25 | 10 | "*": { |
| MarceloSalazar | 0:e13a8a944e25 | 11 | "platform.stdio-baud-rate": 115200, |
| MarceloSalazar | 0:e13a8a944e25 | 12 | "platform.stdio-convert-newlines": true, |
| MarceloSalazar | 0:e13a8a944e25 | 13 | "mbed-trace.enable": null |
| MarceloSalazar | 0:e13a8a944e25 | 14 | } |
| MarceloSalazar | 0:e13a8a944e25 | 15 | }, |
| MarceloSalazar | 0:e13a8a944e25 | 16 | "config": { |
| MarceloSalazar | 0:e13a8a944e25 | 17 | "developer-mode": { |
| MarceloSalazar | 0:e13a8a944e25 | 18 | "help": "Enable Developer mode to skip Factory enrollment", |
| MarceloSalazar | 0:e13a8a944e25 | 19 | "value": 1 |
| MarceloSalazar | 0:e13a8a944e25 | 20 | } |
| MarceloSalazar | 0:e13a8a944e25 | 21 | } |
| MarceloSalazar | 0:e13a8a944e25 | 22 | } |



