Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: configs/wifi_v4.json
- Revision:
- 45:b150e0aa009c
- Child:
- 63:c73f78fd7982
diff -r 2b472e66a942 -r b150e0aa009c configs/wifi_v4.json
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/configs/wifi_v4.json Tue Dec 13 13:45:11 2016 +0000
@@ -0,0 +1,41 @@
+{
+ "config": {
+ "network-interface":{
+ "help": "options are ETHERNET,WIFI,MESH_LOWPAN_ND,MESH_THREAD",
+ "value": "WIFI"
+ },
+ "wifi-ssid": {
+ "help": "WiFi SSID",
+ "value": "\"SSID\""
+ },
+ "wifi-password": {
+ "help": "WiFi Password",
+ "value": "\"Password\""
+ },
+ "wifi-tx": {
+ "help": "TX pin for serial connection to external device",
+ "value": "D1"
+ },
+ "wifi-rx": {
+ "help": "RX pin for serial connection to external device",
+ "value": "D0"
+ }
+ },
+ "macros": ["MBEDTLS_USER_CONFIG_FILE=\"mbedtls_mbed_client_config.h\""],
+ "target_overrides": {
+ "*": {
+ "target.features_add": ["LWIP", "COMMON_PAL"],
+ "lwip.ipv4-enabled": true,
+ "lwip.ipv6-enabled": false,
+ "mbed-trace.enable": 0
+ },
+ "NUCLEO_F401RE": {
+ "wifi-tx": "PA_11",
+ "wifi-rx": "PA_12"
+ },
+ "NUCLEO_F411RE": {
+ "wifi-tx": "PA_11",
+ "wifi-rx": "PA_12"
+ }
+ }
+}
Wiznet Wi-Fi WizFi310