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 19:22:36 2016 +0000
Revision:
42:d0ff08711ca5
Parent:
40:c966abbe2d62
Child:
45:8d18a95fcf8a
Update HTML and add RPC variables for configuration

Who changed what in which revision?

UserRevisionLine numberNew contents of line
olympux 42:d0ff08711ca5 1 Forked of NNIO-8822
olympux 42:d0ff08711ca5 2 Combined with "RPC over HTTP server" and "Improved mbed RPC" projects
olympux 39:083cf93121a9 3
olympux 42:d0ff08711ca5 4 # Modifications
olympux 38:f8735ae519aa 5
olympux 40:c966abbe2d62 6 1. Updated Formatter.c to use eth.getIPAddress()
olympux 42:d0ff08711ca5 7 2. Added creating RPC object AnalogIn
olympux 40:c966abbe2d62 8 - to HTML code in Formatter.c
olympux 40:c966abbe2d62 9 - to RPCType.c
olympux 42:d0ff08711ca5 10 3. Added read/write RPC string variable over HTTP
olympux 42:d0ff08711ca5 11
olympux 42:d0ff08711ca5 12 # Releases
olympux 42:d0ff08711ca5 13
olympux 42:d0ff08711ca5 14 ## v1.0.0 (16/06/2016)
olympux 42:d0ff08711ca5 15
olympux 42:d0ff08711ca5 16 Initial version
olympux 42:d0ff08711ca5 17
olympux 42:d0ff08711ca5 18 - Use eeprom for device configuration
olympux 42:d0ff08711ca5 19 - HTTP server
olympux 42:d0ff08711ca5 20 - RPC over HTTP:
olympux 42:d0ff08711ca5 21 + Support creating objects including AnalogIn
olympux 42:d0ff08711ca5 22 + Support RPC string variable
olympux 42:d0ff08711ca5 23
olympux 42:d0ff08711ca5 24 Bug fixes
olympux 42:d0ff08711ca5 25
olympux 42:d0ff08711ca5 26 - Creating RPC object AnalogIn at PC_0 caused watchdog resets. FIXED in rev41