NuMaker connection with AWS IoT thru MQTT/HTTPS (Mbed OS 6)

Dependencies:   MQTT

mbed_app.json

Committer:
ccli8
Date:
2018-01-04
Revision:
1:5ffad9f24d63
Child:
12:97762a6f55e9

File content as of revision 1:5ffad9f24d63:

{
    "macros": [
        "MBED_CONF_APP_MAIN_STACK_SIZE=4096",
        "MBEDTLS_USER_CONFIG_FILE=\"mbedtls_user_config.h\"",
        "MBED_HEAP_STATS_ENABLED=1",
        "MBED_MEM_TRACING_ENABLED=1"
    ],
    "config": {
        "network-interface":{
            "help": "options are ETHERNET, WIFI_ESP8266, WIFI_ODIN, WIFI_IDW01M1, WIFI_RTW, MESH_LOWPAN_ND, MESH_THREAD",
            "value": "ETHERNET"
        },
        "esp8266-tx": {
            "help": "Pin used as TX (connects to ESP8266 RX)",
            "value": "D1"
        },
        "esp8266-rx": {
            "help": "Pin used as RX (connects to ESP8266 TX)",
            "value": "D0"
        },
        "esp8266-debug": {
            "value": false
        },
        "wifi-ssid": {
            "value": "\"SSID\""
        },
        "wifi-password": {
            "value": "\"PASSWORD\""
        }
    },
    "target_overrides": {
        "*": {
             "platform.stdio-baud-rate": 9600,
             "platform.stdio-convert-newlines": true
        },
        "UBLOX_EVK_ODIN_W2": {
            "target.device_has_remove": ["EMAC"]
        },
        "NUMAKER_PFM_NUC472": {
            "target.macros_remove": ["MBEDTLS_CONFIG_HW_SUPPORT"],
            "drivers.uart-serial-rxbuf-size": 1024
        },
        "NUMAKER_PFM_M487": {
            "target.macros_remove": ["MBEDTLS_CONFIG_HW_SUPPORT"],
            "drivers.uart-serial-rxbuf-size": 1024
        }
    }
}