Socket server test

Committer:
Colin Hogben
Date:
Fri Aug 26 10:47:03 2016 +0100
Revision:
6:9c7707692925
Parent:
5:2c2f993df16b
Add ticker; #defines to enable features

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 5:2c2f993df16b 9 "help": "Number of network sockets",
Colin Hogben 6:9c7707692925 10 "value": 4,
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 }