Not working

Dependencies:   C027Interface

Fork of U_Blox_DeviceConnector by Suraj Pal

mbed_app.json

Committer:
mbed_official
Date:
2016-08-05
Revision:
13:c44e318674db
Parent:
5:b7d7ca715fdb
Child:
21:b88cdeb5b302

File content as of revision 13:c44e318674db:

{
    "config": {
        "network-interface":{
            "help": "options are ETHERNET,WIFI,MESH_LOWPAN_ND,MESH_THREAD",
            "value": "ETHERNET"
        },
        "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"],
            "mbed-client.reconnection-count": 3,
            "mbed-client.reconnection-interval": 5
        },
        "NUCLEO_F401RE": {
            "wifi-tx": "PA_11",
            "wifi-rx": "PA_12"
        },
        "NUCLEO_F411RE": {
            "wifi-tx": "PA_11",
            "wifi-rx": "PA_12"
        }
    }
}