Webserver only w/o any other functions, single thread. Running on STM32F013+W5500

Dependencies:   NTPClient W5500Interface Watchdog device_configuration eeprom_flash mbed-rpc-nucleo mbed-rtos mbed

Fork of F103-Serial-to-Ethernet by Chau Vo

Revision:
20:71c7950fdd91
Parent:
19:05934ee9ee67
Child:
22:e5f0aa929c44
--- a/readme.txt	Sat Oct 25 10:47:05 2014 +0000
+++ b/readme.txt	Sat Nov 15 11:46:12 2014 +0000
@@ -8,3 +8,8 @@
 
 v1.0 25/10/2014
     + Added: process many receiving frames in one tcp packet
+    + Bug: TCP server will reply with error #10061 if a previous tcp client connects and quickly disconnects.
+
+v1.1 15/11/2014
+    + Added: watchdog timer
+    + Modified: when received config data from udp, enter config mode forever