aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/MassStorageHost/Lib
Commit message (Expand)AuthorAgeFilesLines
* Update copyright year to 2010.Dean Camera2009-12-303-6/+6
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-283-21/+21
* Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean Camera2009-12-091-1/+1
* Fixed Mass Storage Host Class driver and Low Level demo not clearing the erro...Dean Camera2009-12-041-2/+9
* Spell check all source code variables, comments and strings.Dean Camera2009-11-092-2/+2
* Application documentation/comment cleanup.Dean Camera2009-10-081-1/+0
* Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to s...Dean Camera2009-08-272-247/+202
* Added new USB_DeviceState variable to keep track of the current Device mode U...Dean Camera2009-07-211-2/+6
* Added const modifiers to device mode class drivers.Dean Camera2009-06-282-22/+22
* MassStorageHost demo now retrieves Inquiry data from the device during enumer...Dean Camera2009-06-232-0/+102
* Fixed MassStorage demo not clearing the reset flag when a Mass Storage Reset ...Dean Camera2009-06-231-0/+1
* Added new USB_Host_ClearPipeStall() convenience function to clear a stall con...Dean Camera2009-06-182-26/+2
* Deleted Host ClassDriver demos -- not yet started, faster to rebase new Class...Dean Camera2009-06-092-6/+12
* Converted Host mode demos to schedulerless. Fixed host mode broken due to ear...Dean Camera2009-06-081-2/+2
* Copy existing Host mode demos to new ClassDriver and LowLevel subfolders.Dean Camera2009-06-053-0/+945