aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/PrinterHost/PrinterHost.c
Commit message (Expand)AuthorAgeFilesLines
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-251/+251
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-281-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
* Use -pedantic compile time option to find and correct several minor code errors.Dean Camera2009-12-131-5/+5
* Application documentation/comment cleanup.Dean Camera2009-10-081-1/+1
* Fixed error in PrinterHost preventing the full page data from being sent to t...Dean Camera2009-09-021-9/+6
* Make Endpoint control transfers more reliable; early-abort when an incomplete...Dean Camera2009-08-061-14/+14
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-5/+5
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-6/+3
* Add explicit guards to all device mode tasks to ensure the device is connecte...Dean Camera2009-07-211-1/+1
* Ensure control pipe is selected in the PrinterHost demo before trying to send...Dean Camera2009-07-201-2/+1
* Added extra DoxyGen documentation to the new PrinterHost demo.Dean Camera2009-07-201-5/+23
* Add PrinterHost to the project file and Host LowLevel directory makefile.Dean Camera2009-07-201-6/+8
* Moved PrinterHost demo from Incomplete to LowLevel, as it is now near-complete.Dean Camera2009-07-201-0/+237