aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/USBDeviceMode.c
Commit message (Expand)AuthorAgeFilesLines
* Update Webserver project to remove DHCP IP configuration status notification.Dean Camera2011-05-261-3/+3
* Add RNDIS Device support to the Webserver project, so that the files stored o...Dean Camera2011-05-221-3/+37
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-051-2/+2
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-9/+10
* Fix Webserver project code not compiling due to the changes to the USB mode s...Dean Camera2010-10-121-1/+1
* Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us...Dean Camera2010-08-091-3/+4
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-113/+113
* Add const keyword to the demo function parameters where possible.Dean Camera2010-04-181-1/+1
* Turn OFF double banking in the Webserver demo - leaving it on seems to destro...Dean Camera2010-02-181-2/+2
* Add FatFS library to the Webserver project, extend the HTTP server so that it...Dean Camera2010-01-281-0/+113