a

Dependencies:   stm32l475e_iot01_gps BSP_B-L475E-IOT01

mbed_app.json

Committer:
ctlee
Date:
2021-01-15
Revision:
101:8d2cd7e4f3c1
Parent:
100:84aa1516022b

File content as of revision 101:8d2cd7e4f3c1:

{
    "config": {
        "wifi-ssid": {
            "help": "WiFi SSID",
            "value": "\"Xperia XA1P\""
        },
        "wifi-password": {
            "help": "WiFi Password",
            "value": "\"qweasdzxc\""
        }
    },
    "target_overrides": {
        "*": {
            "platform.stdio-convert-newlines": true
        },
        "DISCO_L475VG_IOT01A": {
            "target.components_add": ["wifi_ism43362"],
            "ism43362.provide-default": true
        },
        "DISCO_F413ZH": {
            "target.components_add": ["wifi_ism43362"],
            "ism43362.provide-default": true
        }
    }
}