aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/makefile
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.