aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/ClassDriver/VirtualSerialMassStorage/Lib/SCSI.c
Commit message (Expand)AuthorAgeFilesLines
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-041-4/+4
* Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constr...Dean Camera2011-03-231-3/+2
* Added new VirtualSerialMassStorage Device Class Driver demo.Dean Camera2011-03-161-0/+348