2017-11-27 16:30:00 +00:00
|
|
|
{
|
|
|
|
"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",
|
2018-01-08 08:04:11 +00:00
|
|
|
"value" : "net->connect()"
|
2017-11-27 16:30:00 +00:00
|
|
|
},
|
|
|
|
"echo-server-addr" : {
|
|
|
|
"help" : "IP address of echo server",
|
|
|
|
"value" : "\"195.34.89.241\""
|
|
|
|
},
|
|
|
|
"echo-server-port" : {
|
|
|
|
"help" : "Port of echo server",
|
|
|
|
"value" : "7"
|
|
|
|
},
|
|
|
|
"tcp-echo-prefix" : {
|
|
|
|
"help" : "Some servers send a prefix before echoed message",
|
|
|
|
"value" : "\"u-blox AG TCP/UDP test service\\n\""
|
|
|
|
},
|
|
|
|
"sim-blockdevice": {
|
|
|
|
"help": "Simulated block device, requires sufficient heap",
|
|
|
|
"macro_name": "MBED_TEST_SIM_BLOCKDEVICE",
|
|
|
|
"value": "HeapBlockDevice"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|