aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/makefile
Commit message (Expand)AuthorAgeFilesLines
* Fix DHCPClient init code in the Webserver project writing to the incorrect ap...Dean Camera2010-02-121-0/+1
* Make Webserver allow HTTP requests for files with up to 50 characters in the ...Dean Camera2010-02-071-2/+2
* New BOARD value option BOARD_NONE (equivelent to not specifying BOARD) which ...Dean Camera2010-02-041-1/+1
* Disable uIP connection polling for now - this seems to corrupt the buffers.Dean Camera2010-02-031-5/+4
* Add a TELNET server to the webserver project, which currently can list active...Dean Camera2010-02-031-4/+5
* Replace the Webserver demo's uIP with the latest code ripped from the Contiki...Dean Camera2010-02-021-3/+8
* Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction int...Dean Camera2010-02-011-2/+0
* Second fix to Webserver project's makefile for the FATFs path case to fix *ni...Dean Camera2010-01-281-1/+1
* Oops - fix path case in the Webserver project makefile, to fix *nix builds.Dean Camera2010-01-281-2/+2
* Add FatFS library to the Webserver project, extend the HTTP server so that it...Dean Camera2010-01-281-13/+24
* Add DHCP server to the Webserver demo for automatic network configuration. Co...Dean Camera2010-01-271-0/+2
* Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory.Dean Camera2010-01-251-1/+1
* Moved initial completed version of the Webserver project out of the Projects/...Dean Camera2010-01-251-0/+742