Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() functions so...
authorDean Camera <dean@fourwalledcubicle.com>
Fri, 9 Jul 2010 07:24:34 +0000 (07:24 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Fri, 9 Jul 2010 07:24:34 +0000 (07:24 +0000)
commitc326fe96050cf80992ded7726e9222ac5305a908
treea6010c6defc7a1705f37f9e7107c04a615b05013
parent2b0e86243f8fb4554c037d25fe134592b02d1007
Rewrote the implementation of the SwapEndian_16() and SwapEndian_32() 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().
Demos/Device/ClassDriver/MassStorage/Lib/SCSI.c
Demos/Device/ClassDriver/MassStorageKeyboard/Lib/SCSI.c
Demos/Device/LowLevel/MassStorage/Lib/SCSI.c
LUFA/Common/Common.h
LUFA/ManPages/ChangeLog.txt
Projects/Incomplete/StandaloneProgrammer/Lib/SCSI.c
Projects/TemperatureDataLogger/Lib/SCSI.c
Projects/Webserver/Lib/SCSI.c