aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* 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 ↵Dean Camera2010-02-031-4/+5
| | | | active TCP connections.
* Replace the Webserver demo's uIP with the latest code ripped from the ↵Dean Camera2010-02-021-3/+8
| | | | Contiki project by Adam Dunkels.
* Fixed Pipe_IsEndpointBound() function not taking the endpoint's direction ↵Dean Camera2010-02-011-2/+0
| | | | | | into account. Re-added Pipe_IsEndpointBound() calls to the CDC and RNDIS host class drivers, not that the function has the correct behaviour for devices with bidirectional endpoints.
* Second fix to Webserver project's makefile for the FATFs path case to fix ↵Dean Camera2010-01-281-1/+1
| | | | *nix builds.
* 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 ↵Dean Camera2010-01-281-13/+24
| | | | it now serves files from the Dataflash. Add Mass Storage device mode class driver so that files can be loaded to the board Dataflash when inserted into a PC.
* Add DHCP server to the Webserver demo for automatic network configuration. ↵Dean Camera2010-01-271-0/+2
| | | | Correct uIP timer clock not tracking the correct timespan.
* Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory.Dean Camera2010-01-251-1/+1
| | | | Fix TemperatureDataLogger and Webserver project builds.
* Moved initial completed version of the Webserver project out of the ↵Dean Camera2010-01-251-0/+742
Projects/Incomplete directory.