aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/TempDataLogger/Lib/SCSI.c
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-2/+2
* Update copyrights for 2018.Dean Camera2018-01-041-2/+2
* Update copyrights for 2017.Dean Camera2017-04-181-2/+2
* Update copyrights to 2016.Dean Camera2016-01-311-2/+2
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
* Minor documentation improvements.Dean Camera2013-03-181-7/+7
* Add dummy handler for SCSI_CMD_START_STOP_UNIT in all project SCSI handling r...Dean Camera2013-03-091-0/+1
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-231-2/+3
* 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
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-101-2/+2
* Altered all endpoint/pipe stream transfers so that the new BytesProcessed par...Dean Camera2011-01-101-10/+6
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Added ability to write protect Mass Storage disk write operations from the ho...Dean Camera2010-11-261-1/+36
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-31/+32
* Fixed MassStorage based demos and projects resetting the SCSI sense values be...Dean Camera2010-08-181-24/+60
* Spell check all source files once again to find any typos.Dean Camera2010-07-291-1/+1
* Update all demos, projects and bootloaders to indent all function parameters,...Dean Camera2010-07-211-1/+2
* Update makefiles to use the latest WinAVR/Atmel toolchain makefile template.Dean Camera2010-07-191-9/+3
* Disable strict aliasing explicitly in the project makefiles, as this is appar...Dean Camera2010-07-151-2/+2
* Fix pointer aliasing warning in the Mass Storage demos.Dean Camera2010-07-151-3/+2
* Add first lot of AVRStudio project files for some of the library projects.Dean Camera2010-07-131-0/+281