Import Mbed OS hard-float snapshot
This commit is contained in:
22
tools/test_configs/CC3220SFInterface.json
Normal file
22
tools/test_configs/CC3220SFInterface.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"config": {
|
||||
"echo-server-addr" : {
|
||||
"help" : "IP address of echo server",
|
||||
"value" : "\"echo.mbedcloudtesting.com\""
|
||||
},
|
||||
"echo-server-port" : {
|
||||
"help" : "Port of echo server",
|
||||
"value" : "7"
|
||||
}
|
||||
},
|
||||
"target_overrides": {
|
||||
"*": {
|
||||
"target.features_add" : ["STORAGE"],
|
||||
"target.components_add" : ["SD"],
|
||||
"target.network-default-interface-type": "WIFI",
|
||||
"nsapi.default-wifi-security" : "WPA_WPA2",
|
||||
"nsapi.default-wifi-ssid" : "\"SSID\"",
|
||||
"nsapi.default-wifi-password" : "\"PASSWORD\""
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user