aboutsummaryrefslogtreecommitdiffstats
path: root/Projects/TemperatureDataLogger/Lib/SCSI.c
Commit message (Collapse)AuthorAgeFilesLines
* Add first lot of AVRStudio project files for some of the library projects.Dean Camera2010-07-131-281/+0
|
* Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() ↵Dean Camera2010-07-091-3/+3
| | | | | | functions so that they compile down in most instances to minimal loads and stores rather than complicated shifts. Fixed SCSI.c implementations of all the demos/projects casting the block count to a 32-bit temporary before calling SwapEndian_16().
* Add svn:eol-style property to source files, so that the line endings are ↵Dean Camera2010-05-081-281/+281
| | | | correctly converted to the target system's native end of line style.
* Add const keyword to the demo function parameters where possible.Dean Camera2010-04-181-6/+6
|
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
|
* Add new TemperatureDataLogger project, a simple USB Mass Storage class ↵Dean Camera2009-12-301-0/+281
Temperature Data Logger using the onboard Dataflash and Temperature sensor.