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@2:6ed27f413b30, 2018-02-14 (annotated)
- Committer:
- MarceloSalazar
- Date:
- Wed Feb 14 13:20:30 2018 +0000
- Revision:
- 2:6ed27f413b30
- Parent:
- 1:1ccf36276cd3
- Child:
- 3:bd00f3af8f03
Update Simple MCC lib
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-client.event-loop-size": 1024, |
MarceloSalazar | 0:e13a8a944e25 | 14 | "mbed-trace.enable": null |
MarceloSalazar | 0:e13a8a944e25 | 15 | } |
MarceloSalazar | 0:e13a8a944e25 | 16 | }, |
MarceloSalazar | 0:e13a8a944e25 | 17 | "config": { |
MarceloSalazar | 0:e13a8a944e25 | 18 | "developer-mode": { |
MarceloSalazar | 0:e13a8a944e25 | 19 | "help": "Enable Developer mode to skip Factory enrollment", |
MarceloSalazar | 0:e13a8a944e25 | 20 | "value": 1 |
MarceloSalazar | 0:e13a8a944e25 | 21 | } |
MarceloSalazar | 0:e13a8a944e25 | 22 | } |
MarceloSalazar | 0:e13a8a944e25 | 23 | } |