Khakimov Rishat
/
Kurs
87ty78ot7iyu
Diff: README.md
- Revision:
- 63:99e063d738ee
- Parent:
- 49:d44cac40bf15
- Child:
- 71:a0fbcc153b55
diff -r 128a3212a5ca -r 99e063d738ee README.md --- a/README.md Tue May 22 12:30:03 2018 +0100 +++ b/README.md Tue Jun 05 10:15:03 2018 +0100 @@ -14,6 +14,8 @@ * [u-blox Odin board](https://os.mbed.com/platforms/ublox-EVK-ODIN-W2/) built-in Wi-Fi module. * [Realtek RTL8195AM](https://os.mbed.com/platforms/REALTEK-RTL8195AM/) built-in Wi-Fi module. +* [ST DISCO IOT board](https://os.mbed.com/platforms/ST-Discovery-L475E-IOT01A/) with integrated [ISM43362 WiFi Inventek module](https://github.com/ARMmbed/wifi-ism43362). +* [ST DISCO_F413ZH board](https://os.mbed.com/platforms/ST-Discovery-F413H/) with integrated [ISM43362 WiFi Inventek module](https://github.com/ARMmbed/wifi-ism43362). * [NUCLEO-F401RE](https://os.mbed.com/platforms/ST-Nucleo-F401RE/) with [X-NUCLEO-IDW04A1](http://www.st.com/content/st_com/en/products/ecosystems/stm32-open-development-environment/stm32-nucleo-expansion-boards/stm32-ode-connect-hw/x-nucleo-idw04a1.html) Wi-Fi expansion board using pins D8 and D2 _(of the Arduino connector)_. * [NUCLEO-F401RE](https://os.mbed.com/platforms/ST-Nucleo-F401RE/) with [X-NUCLEO-IDW01M1](https://os.mbed.com/components/X-NUCLEO-IDW01M1/) Wi-Fi expansion board using pins PA_9 and PA_10 _(of the Morpho connector)_. * [NUCLEO-F429ZI](https://os.mbed.com/platforms/ST-Nucleo-F429ZI/) with ESP8266-01 module using pins D1 and D0. @@ -49,7 +51,7 @@ ``` "config": { "wifi-shield": { - "help": "Options are WIFI_ESP8266, WIFI_IDW0XX1", + "help": "Options are internal, WIFI_ESP8266, WIFI_ISM43362, WIFI_IDW0XX1", "value": "WIFI_ESP8266" }, "wifi-ssid": { @@ -65,6 +67,8 @@ Sample ```mbed_app.json``` files are provided for ESP8266 (```mbed_app_esp8266.json```), X-NUCLEO-IDW04A1 (```mbed_app_idw04a1.json```) and X-NUCLEO-IDW01M1 (```mbed_app_idw01m1```). + For WIFI_ISM43362, ignore the value of `wifi-shield` as it is already overrides per supported targets. + For built-in Wi-Fi, ignore the value of `wifi-shield`. 3. Compile and generate binary.