Socket server test

mbed_app.json

Committer:
Colin Hogben
Date:
2016-08-26
Revision:
6:9c7707692925
Parent:
5:2c2f993df16b

File content as of revision 6:9c7707692925:

{
    "config": {
        "srv_port": {
            "help": "Port for socket server",
            "value": 7,
            "macro_name": "SRV_PORT"
        },
        "num_netconn": {
            "help": "Number of network sockets",
            "value": 4,
            "macro_name": "MEMP_NUM_NETCONN"
        }
    },
    "target_overrides": {
	"*": {
	    "core.stdio-convert-newlines": true
	}
    },
    "macros": ["LWIP_DEBUG", "LWIP_STATS=1", "LWIP_STATS_DISPLAY=1"]
}