aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/MassStorage/SCSI.h
Commit message (Collapse)AuthorAgeFilesLines
* Moved out each demos' functionality library files (e.g. Ring Buffer library) ↵Dean Camera2009-05-221-149/+0
| | | | to /Lib directories for a better directory structure.
* Fixed SPI driver init function not clearing SPI2X bit when not needed.Dean Camera2009-04-261-2/+2
| | | | | | Fixed PREVENT ALLOW MEDIUM REMOVAL command issuing in the MassStorageHost demo using incorrect parameters (thanks to Mike Alex). Fixed MassStorageHost demo broken due to an incorrect if statement test in MassStore_GetReturnedStatus().
* Endpoint configuration is now refined to give better output when all ↵Dean Camera2009-04-241-0/+6
| | | | configurations have static inputs - removed the now useless STATIC_ENDPOINT_CONFIGURATION compile time token.
* Corrected bitfields -- the smallest datatype required for each bitfield is ↵Dean Camera2009-03-261-22/+22
| | | | now used, rather than relying on GCC to truncate unused bytes in bitfields (thanks to Walt Sacuta).
* Seperated out OTG, Device and Host mode demos into seperate folders for ↵Dean Camera2009-03-201-0/+143
clarity. Adjusted makefiles so that the path to the LUFA library can be set in one place.