aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver
Commit message (Expand)AuthorAgeFilesLines
* Move LUFA compile time options to a new section in the application makefiles ...Dean Camera2009-06-198-25/+67
* Re-add in simple scheduler for compatibility with legacy code, mark all sched...Dean Camera2009-06-191-3/+11
* Break device mode class driver interfaces into seperate config and state stru...Dean Camera2009-06-181-2/+8
* Added new USB_Host_ClearPipeStall() convenience function to clear a stall con...Dean Camera2009-06-182-3/+2
* Remove hardcoded DOT path from all Doxygen config files.Dean Camera2009-06-168-8/+8
* Remove ConfigDescriptor.c/.h files from the ClassDriver Host demos, as they w...Dean Camera2009-06-1532-2073/+21
* More Doxygen fixes - ensure no undocumented function parameters.Dean Camera2009-06-158-8/+8
* Enhanced class drivers to use the same public/private section seperations as ...Dean Camera2009-06-151-0/+6
* Add host mode USB Class driver stubs, add beginnings of a CDC host class driver.Dean Camera2009-06-1410-129/+23
* Copy over schedulerless host demos to ClassDrivers directory, for later modif...Dean Camera2009-06-0966-0/+25137
* Deleted Host ClassDriver demos -- not yet started, faster to rebase new Class...Dean Camera2009-06-0966-25559/+0
* Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...Dean Camera2009-06-082-4/+4
* Copy existing Host mode demos to new ClassDriver and LowLevel subfolders.Dean Camera2009-06-0567-0/+25605