
a
Dependencies: stm32l475e_iot01_gps BSP_B-L475E-IOT01
mbed_app.json@101:8d2cd7e4f3c1, 2021-01-15 (annotated)
- Committer:
- ctlee
- Date:
- Fri Jan 15 13:24:34 2021 +0000
- Revision:
- 101:8d2cd7e4f3c1
- Parent:
- 100:84aa1516022b
esys final
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
mbed_official | 0:857719181846 | 1 | { |
mbed_official | 0:857719181846 | 2 | "config": { |
mbed_official | 0:857719181846 | 3 | "wifi-ssid": { |
mbed_official | 0:857719181846 | 4 | "help": "WiFi SSID", |
ctlee | 100:84aa1516022b | 5 | "value": "\"Xperia XA1P\"" |
mbed_official | 0:857719181846 | 6 | }, |
mbed_official | 0:857719181846 | 7 | "wifi-password": { |
mbed_official | 0:857719181846 | 8 | "help": "WiFi Password", |
ctlee | 100:84aa1516022b | 9 | "value": "\"qweasdzxc\"" |
mbed_official | 0:857719181846 | 10 | } |
mbed_official | 0:857719181846 | 11 | }, |
mbed_official | 0:857719181846 | 12 | "target_overrides": { |
mbed_official | 35:052c1ba06ce7 | 13 | "*": { |
mbed_official | 35:052c1ba06ce7 | 14 | "platform.stdio-convert-newlines": true |
ctlee | 100:84aa1516022b | 15 | }, |
ctlee | 100:84aa1516022b | 16 | "DISCO_L475VG_IOT01A": { |
ctlee | 100:84aa1516022b | 17 | "target.components_add": ["wifi_ism43362"], |
ctlee | 100:84aa1516022b | 18 | "ism43362.provide-default": true |
ctlee | 100:84aa1516022b | 19 | }, |
ctlee | 100:84aa1516022b | 20 | "DISCO_F413ZH": { |
ctlee | 100:84aa1516022b | 21 | "target.components_add": ["wifi_ism43362"], |
ctlee | 100:84aa1516022b | 22 | "ism43362.provide-default": true |
mbed_official | 0:857719181846 | 23 | } |
mbed_official | 0:857719181846 | 24 | } |
mbed_official | 0:857719181846 | 25 | } |