aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/Webserver/Lib/SCSI.c
Commit message (Expand)AuthorAgeFilesLines
* 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-8/+2
* 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
* Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functio...Dean Camera2010-07-091-3/+3
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-281/+281
* Add const keyword to the demo function parameters where possible.Dean Camera2010-04-181-6/+6
* Add FatFS library to the Webserver project, extend the HTTP server so that it...Dean Camera2010-01-281-0/+281