Osamu Koizumi / Mbed OS HelloMQTT

Dependencies:   MQTT

Fork of HelloMQTT by Osamu Koizumi

mbed_app.json

Committer:
Osamu Koizumi
Date:
2018-06-11
Branch:
mutualAuth
Revision:
38:e8b0157402c6
Parent:
34:8f7a465c2192
Child:
41:deed7540b456

File content as of revision 38:e8b0157402c6:

{
    "macros": [
    ],
    "config": {
        "main-stack-size": {
            "value": 8192
        },
        "use-tls": {
            "help": "If true, use TLS.",
            "value": false
        },
        "network-interface":{
            "help": "options are ETHERNET, WIFI_ESP8266, WIFI_ODIN, WIFI_RTW, MESH_LOWPAN_ND, MESH_THREAD, CELLULAR_ONBOARD",
            "value": "ETHERNET"
        },
        "mesh_radio_type": {
            "help": "options are ATMEL, MCR20",
            "value": "ATMEL"
        },
        "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"
        },
        "wifi-ssid": {
            "value": "\"SSID\""
        },
        "wifi-password": {
            "value": "\"PASSWORD\""
        },
        "esp8266-debug": {
            "value": null
        }
    },
    "target_overrides": {
        "*": {
            "target.features_add": ["NANOSTACK", "LOWPAN_ROUTER", "COMMON_PAL"],
            "mbed-mesh-api.6lowpan-nd-channel-page": 0,
            "mbed-mesh-api.6lowpan-nd-channel": 12,
            "mbed-trace.enable": 0,
            "tls-socket.debug-level": 0,
            "platform.stdio-baud-rate": 9600,
            "platform.stdio-convert-newlines": false
           },
        "HEXIWEAR": {
            "esp8266-tx": "PTD3",
            "esp8266-rx": "PTD2"
        },
        "NUCLEO_F401RE": {
            "esp8266-tx": "D8",
            "esp8266-rx": "D2"
        },
        "NUCLEO_F411RE": {
            "esp8266-tx": "D8",
            "esp8266-rx": "D2"
        }
    }
}