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:
Thu Jun 16 08:38:31 2016 +0000
Revision:
40:c966abbe2d62
Parent:
39:083cf93121a9
Child:
42:d0ff08711ca5
Working with a few issues:; - Added RPC AnalogIn, wdt reset when creating new object on PC_0; - Added creating RPC string but not tested yet

Who changed what in which revision?

UserRevisionLine numberNew contents of line
olympux 40:c966abbe2d62 1 Forked of RPC over HTTP server
olympux 39:083cf93121a9 2
olympux 40:c966abbe2d62 3 ------------------
olympux 40:c966abbe2d62 4 Modified but not commit yet:
olympux 38:f8735ae519aa 5
olympux 40:c966abbe2d62 6 1. Updated Formatter.c to use eth.getIPAddress()
olympux 40:c966abbe2d62 7 2. Added AnalogIn
olympux 40:c966abbe2d62 8 - to HTML code in Formatter.c
olympux 40:c966abbe2d62 9 - to RPCType.c
olympux 40:c966abbe2d62 10
olympux 40:c966abbe2d62 11 Tested working but creating RPC object AnalogIn at PC_0 caused watchdog resets
olympux 40:c966abbe2d62 12 -------------------