wifi test
Dependencies: X_NUCLEO_IKS01A2 mbed-http
Diff: easy-connect/mbed_lib.json
- Revision:
- 0:24d3eb812fd4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/easy-connect/mbed_lib.json Wed Sep 05 14:28:24 2018 +0000 @@ -0,0 +1,62 @@ +{ + "name": "easy-connect", + "config": { + "wifi-esp8266-tx": { + "help": "TX pin for serial connection to external device (ESP8266)", + "value": "D1" + }, + "wifi-esp8266-rx": { + "help": "RX pin for serial connection to external device (ESP8266)", + "value": "D0" + }, + "wifi-esp8266-debug": { + "help": "Enable debug logs for (ESP8266)", + "value": false + }, + "wifi-idw01m1-tx": { + "help": "TX pin for serial connection to external device (X-NUCLEO-IDW01M1)", + "value": "PA_9" + }, + "wifi-idw01m1-rx": { + "help": "RX pin for serial connection to external device (X-NUCLEO-IDW01M1)", + "value": "PA_10" + }, + "wifi-idw04a1-tx": { + "help": "TX pin for serial connection to external device (X-NUCLEO-IDW04A1)", + "value": "D8" + }, + "wifi-idw04a1-rx": { + "help": "RX pin for serial connection to external device (X-NUCLEO-IDW04A1)", + "value": "D2" + }, + "wifi-wizfi310-tx": { + "help": "TX pin for serial connection to external device (WizFi310)", + "value": "D1" + }, + "wifi-wizfi310-rx": { + "help": "RX pin for serial connection to external device (WizFi310)", + "value": "D0" + }, + "wifi-wizfi310-debug": { + "help": "Enable debug logs for (WizFi310)", + "value": false + } + }, + "target_overrides": { + "*": { + "target.features_add": ["COMMON_PAL"] + }, + "HEXIWEAR": { + "wifi-esp8266-tx": "PTD3", + "wifi-esp8266-rx": "PTD2" + }, + "NUCLEO_F401RE": { + "wifi-esp8266-tx": "D8", + "wifi-esp8266-rx": "D2" + }, + "NUCLEO_F411RE": { + "wifi-esp8266-tx": "D8", + "wifi-esp8266-rx": "D2" + } + } +}