aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/MassStorage/Lib/SCSI.h
Commit message (Collapse)AuthorAgeFilesLines
* Cleanups to the Device mode Mass Storage demo applications' SCSI routines.Dean Camera2009-10-021-6/+6
|
* Moved out the handling of V2 Protocol parameters to a seperate set of files. ↵Dean Camera2009-08-191-2/+2
| | | | Added parameter privellages, so that an error can be returned to the host when trying to perform a get/set value action on a parameter without the correct privellages.
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-3/+3
| | | | | | Added parameter directions to function parameter documentation. Added new experimental FAST_STREAM_FUNCTIONS compile time option to speed up stream transfers at the expense of a higher FLASH consumption (needs testing to verify improved throughput).
* Move new Class Driver powered demos to a new ClassDriver subdirectory, ↵Dean Camera2009-06-051-0/+149
re-add old low level demos to a LowLevel subdirectory.