mirror of https://github.com/ARMmbed/mbed-os.git
38 lines
896 B
Plaintext
38 lines
896 B
Plaintext
{
|
|
"config": {
|
|
"test-ethernet": {
|
|
"help": "Enable ethernet testing",
|
|
"value": 1
|
|
},
|
|
"test-wifi": {
|
|
"help": "Enable wifi testing",
|
|
"value": 0
|
|
},
|
|
"echo-server": {
|
|
"help": "Build test to be echo server",
|
|
"value": 0
|
|
},
|
|
"wifi-scan": {
|
|
"help": "Scan and list access points",
|
|
"value": 0
|
|
},
|
|
"wifi-ssid": {
|
|
"help": "WiFi SSID for network",
|
|
"value": "\"SSID\""
|
|
},
|
|
"wifi-security": {
|
|
"help": "WiFi Security",
|
|
"value": "NSAPI_SECURITY_WPA_WPA2"
|
|
},
|
|
"wifi-password": {
|
|
"help": "WiFi Password",
|
|
"value": "\"PASSWORD\""
|
|
}
|
|
},
|
|
"target_overrides": {
|
|
"*": {
|
|
"nsapi.default-stack": "TEST"
|
|
}
|
|
}
|
|
}
|