Socket server test

Committer:
Colin Hogben
Date:
Thu Aug 25 18:43:08 2016 +0100
Revision:
4:19dd8a25cc8a
Parent:
3:08665ba37ee9
Child:
5:2c2f993df16b
Report stats; add config

Who changed what in which revision?

UserRevisionLine numberNew contents of line
Colin Hogben 1:061bf1782d35 1 {
Colin Hogben 1:061bf1782d35 2 "config": {
infinnovation 2:e559b501f866 3 "srv_port": {
infinnovation 2:e559b501f866 4 "help": "Port for socket server",
infinnovation 2:e559b501f866 5 "value": 7,
infinnovation 2:e559b501f866 6 "macro_name": "SRV_PORT"
Colin Hogben 3:08665ba37ee9 7 },
Colin Hogben 3:08665ba37ee9 8 "num_netconn": {
Colin Hogben 3:08665ba37ee9 9 "help": "Number of sockets",
Colin Hogben 3:08665ba37ee9 10 "value": 16,
Colin Hogben 3:08665ba37ee9 11 "macro_name": "MEMP_NUM_NETCONN"
infinnovation 2:e559b501f866 12 }
Colin Hogben 4:19dd8a25cc8a 13 },
Colin Hogben 4:19dd8a25cc8a 14 "target_overrides": {
Colin Hogben 4:19dd8a25cc8a 15 "*": {
Colin Hogben 4:19dd8a25cc8a 16 "core.stdio-convert-newlines": true
Colin Hogben 4:19dd8a25cc8a 17 }
Colin Hogben 4:19dd8a25cc8a 18 },
Colin Hogben 4:19dd8a25cc8a 19 "macros": ["LWIP_DEBUG", "LWIP_STATS=1", "LWIP_STATS_DISPLAY=1"]
Colin Hogben 1:061bf1782d35 20 }