Contains demonstrator code to connect the mbed FRDM-K64F devices to the Datavenue Live Objects SaaS platform.

Dependencies:   MQTTPacket

Committer:
jhamel
Date:
Mon Nov 28 09:53:02 2016 +0100
Revision:
0:a46886781dee
Initial Release

Who changed what in which revision?

UserRevisionLine numberNew contents of line
jhamel 0:a46886781dee 1 {
jhamel 0:a46886781dee 2 "config": {
jhamel 0:a46886781dee 3 "network-interface":{
jhamel 0:a46886781dee 4 "help": "options are ETHERNET",
jhamel 0:a46886781dee 5 "value": "ETHERNET"
jhamel 0:a46886781dee 6 }
jhamel 0:a46886781dee 7 },
jhamel 0:a46886781dee 8 "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_configs/liveobjects_mbedtls_custom_config.h\"", "MBED_CONF_MBED_TRACE_ENABLE=1"],
jhamel 0:a46886781dee 9 "target_overrides": {
jhamel 0:a46886781dee 10 "*": {
jhamel 0:a46886781dee 11 "target.features_add": [ "COMMON_PAL" ],
jhamel 0:a46886781dee 12 "mbed-trace.enable": 1
jhamel 0:a46886781dee 13 }
jhamel 0:a46886781dee 14 }
jhamel 0:a46886781dee 15 }
jhamel 0:a46886781dee 16
jhamel 0:a46886781dee 17