- 09 Mar, 2010 1 commit
-
-
Dean Camera authored
Don't double-read data from the attached disk in the incomplete StandaloneProgrammer project when in host mode.
-
- 19 Feb, 2010 1 commit
-
-
Dean Camera authored
-
- 12 Feb, 2010 2 commits
-
-
Dean Camera authored
Move DHCP negotiation timer into the DHCP connection application state structure, so that each connection gets its own timeout counter (only one connection currently used, but this way is more correct). Add const correctness to static data in the TELNETServerApp.c and HTTPServerApp.c files.
-
Dean Camera authored
Fix DHCPClient init code in the Webserver project writing to the incorrect application state location (thanks to Mike Alexander).
-
- 07 Feb, 2010 1 commit
-
-
Dean Camera authored
Make Webserver allow HTTP requests for files with up to 50 characters in the path instead of 30, to be in synch with the project documentation. Change Webserver project's ENABLE_DHCP compile time option to ENABLE_DHCP_CLIENT to more accurately indicate its function.
-
- 04 Feb, 2010 1 commit
-
-
Dean Camera authored
New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which will remove all board hardware drivers which do not adversely affect the code operation (currently only the LEDs driver). Spell-check code/comments in the Webserver/AVRISP-MKII projects.
-
- 03 Feb, 2010 1 commit
-
-
Dean Camera authored
-
- 02 Feb, 2010 1 commit
-
-
Dean Camera authored
Replace the Webserver demo's uIP with the latest code ripped from the Contiki project by Adam Dunkels.
-
- 31 Jan, 2010 1 commit
-
-
Dean Camera authored
Clean up HTTP webserver code in the Webserver project, so that it follows the uIP application structure guidelines and uses cleaner state machine based code.
-
- 27 Jan, 2010 2 commits
-
-
Dean Camera authored
Clean up Webserver project - add more Doxygen documentation for the new DHCP client functions and defines.
-
Dean Camera authored
Add DHCP server to the Webserver demo for automatic network configuration. Correct uIP timer clock not tracking the correct timespan.
-