Socket server test

mbed_app.json

Committer:
infinnovation
Date:
2016-10-03
Revision:
9:c0f8b718f7d4
Parent:
6:9c7707692925

File content as of revision 9:c0f8b718f7d4:

{
    "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"]
}