Demonstrates how to import classes and libraries into a simple application. The original Mbed OS 5 wifi example has been imported and configured for the ST IDW04A1

Dependencies:   wifi-x-nucleo-idw01m1

Committer:
timo_k2
Date:
Wed May 20 15:57:51 2020 +0000
Revision:
0:ce9de1636bd7
Demonstrates how to import classes and libraries to a simple application. The original mbed OS5 wifi -example library has been imported and configured for the ST IDW04A1 Wifi-module.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
timo_k2 0:ce9de1636bd7 1 {
timo_k2 0:ce9de1636bd7 2 "config": {
timo_k2 0:ce9de1636bd7 3 "wifi-shield": {
timo_k2 0:ce9de1636bd7 4 "help": "Options are internal, WIFI_ESP8266, WIFI_IDW0XX1",
timo_k2 0:ce9de1636bd7 5 "value": "WIFI_IDW0XX1"
timo_k2 0:ce9de1636bd7 6 },
timo_k2 0:ce9de1636bd7 7 "wifi-ssid": {
timo_k2 0:ce9de1636bd7 8 "help": "WiFi SSID",
timo_k2 0:ce9de1636bd7 9 "value": "\"Nelli\""
timo_k2 0:ce9de1636bd7 10 },
timo_k2 0:ce9de1636bd7 11 "wifi-password": {
timo_k2 0:ce9de1636bd7 12 "help": "WiFi Password",
timo_k2 0:ce9de1636bd7 13 "value": "\"labradori83\""
timo_k2 0:ce9de1636bd7 14 },
timo_k2 0:ce9de1636bd7 15 "wifi-tx": {
timo_k2 0:ce9de1636bd7 16 "help": "TX pin for serial connection to external device",
timo_k2 0:ce9de1636bd7 17 "value": "D8"
timo_k2 0:ce9de1636bd7 18 },
timo_k2 0:ce9de1636bd7 19 "wifi-rx": {
timo_k2 0:ce9de1636bd7 20 "help": "RX pin for serial connection to external device",
timo_k2 0:ce9de1636bd7 21 "value": "D2"
timo_k2 0:ce9de1636bd7 22 }
timo_k2 0:ce9de1636bd7 23 },
timo_k2 0:ce9de1636bd7 24 "target_overrides": {
timo_k2 0:ce9de1636bd7 25 "*": {
timo_k2 0:ce9de1636bd7 26 "platform.stdio-convert-newlines": true,
timo_k2 0:ce9de1636bd7 27 "idw0xx1.expansion-board": "IDW04A1",
timo_k2 0:ce9de1636bd7 28 "drivers.uart-serial-txbuf-size": 750,
timo_k2 0:ce9de1636bd7 29 "drivers.uart-serial-rxbuf-size": 750
timo_k2 0:ce9de1636bd7 30 },
timo_k2 0:ce9de1636bd7 31 "UBLOX_EVK_ODIN_W2": {
timo_k2 0:ce9de1636bd7 32 "target.device_has": ["EMAC"]
timo_k2 0:ce9de1636bd7 33 }
timo_k2 0:ce9de1636bd7 34 },
timo_k2 0:ce9de1636bd7 35 "macros": ["IDW04A1_WIFI_HW_BUG_WA"]
timo_k2 0:ce9de1636bd7 36 }