mxchip EMW3080 / Mbed OS emw3080-wifi-example

mbed_app.json

Committer:
sarahmarshy
Date:
2017-07-26
Revision:
3:82f96b1c109a
Parent:
2:3bbd972d4c2b

File content as of revision 3:82f96b1c109a:

{
    "config": {
        "wifi-ssid": {
            "help": "WiFi SSID",
            "value": "\"myssid\""
        },
        "wifi-password": {
            "help": "WiFi Password",
            "value": "\"mypassword\""
        },
        "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"
        }
    },
    "target_overrides": {
        "UBLOX_EVK_ODIN_W2": {
            "target.device_has": ["EMAC"]
        },
        "NUCLEO_L476RG": {
            "wifi-tx": "D8",
            "wifi-rx": "D2"
        }
    }
}