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

Committer:
olympux
Date:
Sat Nov 15 11:46:12 2014 +0000
Revision:
20:71c7950fdd91
Parent:
19:05934ee9ee67
Child:
22:e5f0aa929c44
Added watchdog timer.; Config mode is looped forever.

Who changed what in which revision?

UserRevisionLine numberNew contents of line
olympux 19:05934ee9ee67 1 Features
olympux 18:ca499a2e7da6 2 0. Wait for 2s after resetting for ethernet to work.
olympux 18:ca499a2e7da6 3 1. When auto update enabled and no TCP server is running, module will try to connect to server which results in a timeout every 15s.
olympux 18:ca499a2e7da6 4 This makes UDP packets take more time to be received and processed by the module. The result is slow UDP commands, such as Discovery.
olympux 19:05934ee9ee67 5 To make it faster, start a TCP server on Hercules. The module will connect to it to transmit updates.
olympux 19:05934ee9ee67 6 2. Process a tcp packet including many receiving frames
olympux 19:05934ee9ee67 7
olympux 19:05934ee9ee67 8
olympux 19:05934ee9ee67 9 v1.0 25/10/2014
olympux 19:05934ee9ee67 10 + Added: process many receiving frames in one tcp packet
olympux 20:71c7950fdd91 11 + Bug: TCP server will reply with error #10061 if a previous tcp client connects and quickly disconnects.
olympux 20:71c7950fdd91 12
olympux 20:71c7950fdd91 13 v1.1 15/11/2014
olympux 20:71c7950fdd91 14 + Added: watchdog timer
olympux 20:71c7950fdd91 15 + Modified: when received config data from udp, enter config mode forever