aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/USBHostMode.c
Commit message (Collapse)AuthorAgeFilesLines
* Renamed all driver termination *_ShutDown() functions to the more logical ↵Dean Camera2011-01-301-1/+1
| | | | name *_Disable().
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
|
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org ↵Dean Camera2010-10-281-1/+1
| | | | redirect domain, including the new aliased links for LUFA-related pages such as the various download/source control mirrors and support lists.
* Clean up excessive whitespace at the end of each line using the wspurify ↵Dean Camera2010-10-131-17/+18
| | | | tool made by Laszlo Monda
* Fix Webserver project code not compiling due to the changes to the USB mode ↵Dean Camera2010-10-121-1/+1
| | | | selection constant names.
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-178/+178
| | | | correctly converted to the target system's native end of line style.
* Turn OFF double banking in the Webserver demo - leaving it on seems to ↵Dean Camera2010-02-181-2/+2
| | | | destroy the system throughput.
* Add TCP retransmission support to the HTTP webserver in the Webserver ↵Dean Camera2010-01-291-2/+2
| | | | project, so that lost segments are retransmitted as needed.
* Add FatFS library to the Webserver project, extend the HTTP server so that ↵Dean Camera2010-01-281-0/+178
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.