aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/ClassDriver/StillImageHost/StillImageHost.c
Commit message (Expand)AuthorAgeFilesLines
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-216/+216
* Use puts_P() and printf_P() instead of the normal variants where possible in ...Dean Camera2010-04-281-11/+11
* 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-1/+2
* 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
* Fixed misnamed SI_Host_USBTask() and SI_Host_ConfigurePipes() functions.Dean Camera2009-11-231-3/+3
* 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/+5
* Application documentation/comment cleanup.Dean Camera2009-10-081-1/+1
* Finish Still Image Host class driver.Dean Camera2009-09-091-1/+9
* Changed Still Image Host class driver to auto-fill TransactionID element of s...Dean Camera2009-09-061-2/+4
* Add StillImage Host Class Driver functions for opening and closing sessions. ...Dean Camera2009-09-021-1/+21
* Changed the parameters and behaviour of the USB_GetDeviceConfigDescriptor() f...Dean Camera2009-08-311-3/+2
* Added start of the Still Image Host Class driver demo and driver code.Dean Camera2009-08-301-0/+180
* Optimize vendor/product description string display code in MassStorageHost.Dean Camera2009-06-261-382/+0
* Copy over schedulerless host demos to ClassDrivers directory, for later modif...Dean Camera2009-06-091-0/+382
* Deleted Host ClassDriver demos -- not yet started, faster to rebase new Class...Dean Camera2009-06-091-434/+0
* Copy existing Host mode demos to new ClassDriver and LowLevel subfolders.Dean Camera2009-06-051-0/+434