ST / Mbed OS example-IDW01M1-mbed-Cloud-connect

mbed_app.json

Committer:
Wolfgang Betz
Date:
2018-02-21
Revision:
19:5dd1ec7fdf0d
Parent:
18:04813dfab243
Child:
20:63be9b2e5c9f

File content as of revision 19:5dd1ec7fdf0d:

{
    "macros": [
        "MBEDTLS_USER_CONFIG_FILE=\"mbedTLSConfig_mbedOS.h\"",
        "MBED_CLIENT_USER_CONFIG_FILE=\"mbed_cloud_client_user_config.h\"",
        "MBED_CLOUD_CLIENT_USER_CONFIG_FILE=\"mbed_cloud_client_user_config.h\"",
        "PAL_DTLS_PEER_MIN_TIMEOUT=5000"
    ],
    "target_overrides": {
        "*": {
            "platform.stdio-baud-rate": 115200,
            "platform.stdio-convert-newlines": true,
            "mbed-client.event-loop-size": 1024,
            "mbed-trace.enable": null,
            "idw0xx1.expansion-board": "IDW01M1",
            "drivers.uart-serial-txbuf-size": 512,
            "drivers.uart-serial-rxbuf-size": 1024
        }
    },
    "config": {
        "developer-mode": {
            "help": "Enable Developer mode to skip Factory enrollment",
            "value": 1
        },
        "network-interface":{
            "help": "Options are  WIFI_IDW0XX1",
            "value": "WIFI_IDW0XX1"
        },
        "wifi-ssid": {
            "help": "WiFi SSID",
            "value": "\"crespan\""
        },
        "wifi-password": {
            "help": "WiFi Password",
            "value": "\"Arches0n\""
        },
        "wifi-tx": {
            "help": "TX pin for serial connection to external device",
            "value": "PA_9"
        },
        "wifi-rx": {
            "help": "RX pin for serial connection to external device",
            "value": "PA_10"
        },
        "led-pinname": {
            "help": "PinName for led, which is attached to led blink resource.",
            "value": "LED_RED"
        }
    }
}