mirror of https://github.com/ARMmbed/mbed-os.git
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"config": {
|
|
"header-file": {
|
|
"help" : "String for including your driver header file",
|
|
"value" : "\"EthernetInterface.h\""
|
|
},
|
|
"object-construction" : {
|
|
"value" : "new EthernetInterface()"
|
|
},
|
|
"connect-statement" : {
|
|
"help" : "Must use 'net' variable name",
|
|
"value" : "net->connect()"
|
|
},
|
|
"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
|
|
},
|
|
"sim-blockdevice": {
|
|
"help": "Simulated block device, requires sufficient heap",
|
|
"macro_name": "MBED_TEST_SIM_BLOCKDEVICE",
|
|
"value": "HeapBlockDevice"
|
|
}
|
|
},
|
|
"target_overrides": {
|
|
"*": {
|
|
"target.features_add": ["LWIP"],
|
|
"nsapi.default-stack": "LWIP"
|
|
}
|
|
}
|
|
}
|