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

Dependencies:   MQTTPacket

mbed_app.json

Committer:
jhamel
Date:
2017-04-04
Revision:
3:56af709c24e1
Parent:
0:a46886781dee

File content as of revision 3:56af709c24e1:

{
    "config": {
        "network-interface":{
            "help": "options are ETHERNET",
            "value": "ETHERNET"
        }
    },
    "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_configs/liveobjects_mbedtls_custom_config.h\"", "MBED_CONF_MBED_TRACE_ENABLE=1"],
    "target_overrides": {
        "*": {
            "target.features_add": [ "COMMON_PAL" ],
             "mbed-trace.enable": 1
        }
    }
}