aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver/CDCHost
Commit message (Expand)AuthorAgeFilesLines
* Don't send terminal RESET codes via serial - just set the foreground colour a...Dean Camera2009-07-191-1/+1
* Use sane ANSI terminal escape codes for the Host mode demos, so that they do ...Dean Camera2009-07-191-5/+4
* Added compatibility list to the documentation of each individual demo.Dean Camera2009-07-131-0/+7
* Added incomplete PrinterHost demo application.Dean Camera2009-07-111-1/+1
* Optimize vendor/product description string display code in MassStorageHost.Dean Camera2009-06-261-0/+15
* Trim unique serial number created by the USE_INTERNAL_SERIAL option to 12 cha...Dean Camera2009-06-211-1/+1
* Fix makefiles -- the auto-addition of -D switches to each LUFA compile time o...Dean Camera2009-06-191-5/+5
* Move LUFA compile time options to a new section in the application makefiles ...Dean Camera2009-06-191-3/+8
* 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
* Remove hardcoded DOT path from all Doxygen config files.Dean Camera2009-06-161-1/+1
* Remove ConfigDescriptor.c/.h files from the ClassDriver Host demos, as they w...Dean Camera2009-06-152-340/+0
* More Doxygen fixes - ensure no undocumented function parameters.Dean Camera2009-06-151-1/+1
* 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-143-124/+5
* Copy over schedulerless host demos to ClassDrivers directory, for later modif...Dean Camera2009-06-097-0/+2934
* Deleted Host ClassDriver demos -- not yet started, faster to rebase new Class...Dean Camera2009-06-097-2986/+0
* Copy existing Host mode demos to new ClassDriver and LowLevel subfolders.Dean Camera2009-06-057-0/+2986