Andrea Corrado / Mbed OS mbed-os-demo-client-WiFi-notPUBLISHED

Fork of mbed-os-demo-client-ethernet by mbed techcon demos

mbed_app.json

Committer:
sarahmarshy
Date:
2016-09-27
Revision:
19:eff5c5aa94fd
Parent:
13:c44e318674db
Child:
22:5031d8778085

File content as of revision 19:eff5c5aa94fd:

{
    "config": {
        "network-interface":{
            "help": "options are ETHERNET,WIFI,MESH_LOWPAN_ND,MESH_THREAD",
            "value": "MESH_LOWPAN_ND"
        },
        "wifi-ssid": {
            "help": "WiFi SSID",
            "value": "\"SSID\""
        },
        "wifi-password": {
            "help": "WiFi Password",
            "value": "\"Password\""
        },
        "wifi-tx": {
            "help": "TX pin for serial connection to external device",
            "value": "D1"
        },
        "wifi-rx": {
            "help": "RX pin for serial connection to external device",
            "value": "D0"
        }
    },
    "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\""],
    "target_overrides": {
        "*": {
            "target.features_add": ["CLIENT", "COMMON_PAL", "IPV6"],
            "mbed-client.reconnection-count": 3,
            "mbed-client.reconnection-interval": 5,
            "mbed-mesh-api.6lowpan-nd-channel-page": 0,
            "mbed-mesh-api.6lowpan-nd-channel": 12,
            "mbed-mesh-api.thread-config-channel-page": 0,
            "mbed-mesh-api.thread-config-channel": 12
        },
        "NUCLEO_F401RE": {
            "wifi-tx": "PA_11",
            "wifi-rx": "PA_12"
        },
        "NUCLEO_F411RE": {
            "wifi-tx": "PA_11",
            "wifi-rx": "PA_12"
        }
    }
}