Mbed Cloud example program for workshop in W27 2018.

Dependencies:   MMA7660 LM75B

Committer:
MACRUM
Date:
Sat Jun 30 01:40:30 2018 +0000
Revision:
0:119624335925
Initial commit

Who changed what in which revision?

UserRevisionLine numberNew contents of line
MACRUM 0:119624335925 1 {
MACRUM 0:119624335925 2 "macros": [
MACRUM 0:119624335925 3 "MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\"",
MACRUM 0:119624335925 4 "MBED_CLIENT_USER_CONFIG_FILE=\"mbed_cloud_client_user_config.h\"",
MACRUM 0:119624335925 5 "MBED_CLOUD_CLIENT_USER_CONFIG_FILE=\"mbed_cloud_client_user_config.h\"",
MACRUM 0:119624335925 6 "PAL_DTLS_PEER_MIN_TIMEOUT=5000",
MACRUM 0:119624335925 7 "MBED_CONF_APP_MAIN_STACK_SIZE=4608"
MACRUM 0:119624335925 8 ],
MACRUM 0:119624335925 9 "target_overrides": {
MACRUM 0:119624335925 10 "*": {
MACRUM 0:119624335925 11 "target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],
MACRUM 0:119624335925 12 "platform.stdio-baud-rate": 115200,
MACRUM 0:119624335925 13 "platform.stdio-convert-newlines": true,
MACRUM 0:119624335925 14 "mbed-trace.enable": null
MACRUM 0:119624335925 15 }
MACRUM 0:119624335925 16 },
MACRUM 0:119624335925 17 "config": {
MACRUM 0:119624335925 18 "developer-mode": {
MACRUM 0:119624335925 19 "help": "Enable Developer mode to skip Factory enrollment",
MACRUM 0:119624335925 20 "value": 1
MACRUM 0:119624335925 21 },
MACRUM 0:119624335925 22 "network-interface":{
MACRUM 0:119624335925 23 "help": "options are ETHERNET, WIFI_ESP8266, WIFI_IDW0XX1, WIFI_ODIN, WIFI_RTW, WIFI_WIZFI310, WIFI_ISM43362, MESH_LOWPAN_ND, MESH_THREAD, CELLULAR_ONBOARD",
MACRUM 0:119624335925 24 "value": "WIFI_ESP8266"
MACRUM 0:119624335925 25 },
MACRUM 0:119624335925 26 "wifi-ssid": {
MACRUM 0:119624335925 27 "value": "\"SSID\""
MACRUM 0:119624335925 28 },
MACRUM 0:119624335925 29 "wifi-password": {
MACRUM 0:119624335925 30 "value": "\"PASSWORD\""
MACRUM 0:119624335925 31 }
MACRUM 0:119624335925 32 }
MACRUM 0:119624335925 33 }