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
Revision 37:94b847fea94e, committed 2016-06-13
- Comitter:
- olympux
- Date:
- Mon Jun 13 22:41:29 2016 +0000
- Parent:
- 36:dc6f079777bb
- Child:
- 38:f8735ae519aa
- Commit message:
- Successfully recompile using mbed-src
Changed in this revision
--- a/README.md Mon Jun 13 13:46:22 2016 +0000 +++ b/README.md Mon Jun 13 22:41:29 2016 +0000 @@ -15,6 +15,10 @@ - Removed private mbed-rpc - Updated to latest mbed-rtos, NTPClient, Watchdog, W5500Interface and mbed. +Bug fixes + +- Had to compile from source as eeprom library failed when using the compiled mbed library + ## v1.1.1 (07/02/2015) Improvements
--- a/main.cpp Mon Jun 13 13:46:22 2016 +0000 +++ b/main.cpp Mon Jun 13 22:41:29 2016 +0000 @@ -541,7 +541,7 @@ sprintf(str_time, "ERR"); udp_server.sendTo(ep_udp_client, str_time, strlen(str_time)); } -#elif +#else WARN("NTP disabled"); sprintf(str_time, "DIS"); udp_server.sendTo(ep_udp_client, str_time, strlen(str_time));
--- a/mbed-rpc.lib Mon Jun 13 13:46:22 2016 +0000 +++ b/mbed-rpc.lib Mon Jun 13 22:41:29 2016 +0000 @@ -1,1 +1,1 @@ -https://developer.mbed.org/users/olympux/code/mbed-rpc-nucleo/#9bcc96482f5e +https://developer.mbed.org/users/olympux/code/mbed-rpc-nucleo/#e6a835c40639
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mbed-src.lib Mon Jun 13 22:41:29 2016 +0000 @@ -0,0 +1,1 @@ +http://mbed.org/users/rs27/code/mbed-src/#8a0b45cd594f
--- a/mbed.bld Mon Jun 13 13:46:22 2016 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -http://mbed.org/users/mbed_official/code/mbed/builds/6c34061e7c34 \ No newline at end of file