Socket server test

Revision:
4:19dd8a25cc8a
Parent:
3:08665ba37ee9
Child:
5:2c2f993df16b
--- a/mbed_app.json	Tue Aug 23 21:01:49 2016 +0100
+++ b/mbed_app.json	Thu Aug 25 18:43:08 2016 +0100
@@ -10,5 +10,11 @@
             "value": 16,
             "macro_name": "MEMP_NUM_NETCONN"
         }
-    }
+    },
+    "target_overrides": {
+	"*": {
+	    "core.stdio-convert-newlines": true
+	}
+    },
+    "macros": ["LWIP_DEBUG", "LWIP_STATS=1", "LWIP_STATS_DISPLAY=1"]
 }