aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver/PrinterHost/PrinterHost.c
Commit message (Expand)AuthorAgeFilesLines
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-211-1/+2
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-222/+222
* Use puts_P() and printf_P() instead of the normal variants where possible in ...Dean Camera2010-04-281-9/+9
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-281-0/+1
* All Class Driver Host mode demos now correctly set the board LEDs to READY on...Dean Camera2010-03-251-0/+1
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Corrected the name of the misnamed USB_GetDeviceConfigDescriptor() function t...Dean Camera2009-11-131-2/+2
* Add optional pipe double banking support to the Host mode Class drivers.Dean Camera2009-11-071-0/+3
* Added new Printer Host mode Class driver.Dean Camera2009-11-041-0/+217