aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/PrinterHost/PrinterHost.c
Commit message (Collapse)AuthorAgeFilesLines
* Add explicit guards to all device mode tasks to ensure the device is ↵Dean Camera2009-07-211-1/+1
| | | | connected and configured before running the task, to prevent any user tasks from locking up the main USB task if the device has not been properly configured.
* Ensure control pipe is selected in the PrinterHost demo before trying to ↵Dean Camera2009-07-201-2/+1
| | | | send control requests.
* 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