mirror of https://github.com/ARMmbed/mbed-os.git
73 lines
2.3 KiB
JSON
73 lines
2.3 KiB
JSON
{
|
|
"config": {
|
|
"header-file": {
|
|
"help" : "String for including your driver header file",
|
|
"value" : "\"ISM43362Interface.h\""
|
|
},
|
|
"object-construction" : {
|
|
"value" : "new ISM43362Interface()"
|
|
},
|
|
"connect-statement" : {
|
|
"help" : "Must use 'net' variable name",
|
|
"value" : "net->wifiInterface()->connect(MBED_CONF_APP_WIFI_SECURE_SSID, MBED_CONF_APP_WIFI_PASSWORD, NSAPI_SECURITY_WPA_WPA2)"
|
|
},
|
|
"echo-server-addr" : {
|
|
"help" : "IP address of echo server",
|
|
"value" : "\"echo.mbedcloudtesting.com\""
|
|
},
|
|
"echo-server-port" : {
|
|
"help" : "Port of echo server",
|
|
"value" : "7"
|
|
},
|
|
"tcp-echo-prefix" : {
|
|
"help" : "Some servers send a prefix before echoed message",
|
|
"value" : null
|
|
},
|
|
"tcp-client-echo-buffer-size" : {
|
|
"help" : "Number of bytes to be send to echo server",
|
|
"value" : "200"
|
|
},
|
|
"wifi-secure-ssid": {
|
|
"help": "WiFi SSID for WPA2 secured network",
|
|
"value": "\"SSID-SECURE\""
|
|
},
|
|
"wifi-unsecure-ssid": {
|
|
"help": "WiFi SSID for unsecure network",
|
|
"value": "\"SSID-UNSECURE\""
|
|
},
|
|
"wifi-password": {
|
|
"help": "WiFi Password",
|
|
"value": "\"PASSWORD\""
|
|
},
|
|
"wifi-secure-protocol": {
|
|
"help": "WiFi security protocol, valid values are WEP, WPA, WPA2, WPA/WPA2",
|
|
"value": "\"WPA2\""
|
|
},
|
|
"wifi-ch-secure": {
|
|
"help": "Channel number of secure SSID",
|
|
"value": 1
|
|
},
|
|
"wifi-ch-unsecure": {
|
|
"help": "Channel number of unsecure SSID",
|
|
"value": 2
|
|
},
|
|
"ap-mac-secure": {
|
|
"help": "BSSID of secure AP in form of AA:BB:CC:DD:EE:FF",
|
|
"value": "\"AA:AA:AA:AA:AA:AA\""
|
|
},
|
|
"ap-mac-unsecure": {
|
|
"help": "BSSID of unsecure AP in form of \"AA:BB:CC:DD:EE:FF\"",
|
|
"value": "\"BB:BB:BB:BB:BB:BB\""
|
|
},
|
|
"max-scan-size": {
|
|
"help": "How many networks may appear in Wifi scan result",
|
|
"value": 10
|
|
}
|
|
},
|
|
"target_overrides": {
|
|
"*": {
|
|
"platform.stdio-convert-newlines": true
|
|
}
|
|
}
|
|
}
|