From 922e60192dc089654a82be0d789fb7a8ecc47039 Mon Sep 17 00:00:00 2001 From: Dean Camera Date: Thu, 27 Aug 2009 13:12:44 +0000 Subject: Condensed SCSI command functions in the LowLevel Mass Storage Host demo, to save on FLASH space. Fixed issue in AVRISP project where the target RESET line was being toggled before it was tristated, causing problems synchronising to some targets (thanks to Mike Alex). --- LUFA/ManPages/ChangeLog.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'LUFA/ManPages') diff --git a/LUFA/ManPages/ChangeLog.txt b/LUFA/ManPages/ChangeLog.txt index 261ca4eef..13cf672ca 100644 --- a/LUFA/ManPages/ChangeLog.txt +++ b/LUFA/ManPages/ChangeLog.txt @@ -28,6 +28,7 @@ * - Added non-null function parameter pointer restrictions to USB Class drivers to improve user code reliability * - Added new "Common" section to the class drivers, to hold all mode-independant definitions for clarity * - Moved SCSI command/sense constants into the Mass Storage Class driver, instead of the user-code + * - Altered the SCSI commands in the LowLevel Mass Storage Host to save on FLASH space by reducing function calls * * Fixed: * - Fixed possible lockup in the CDC device class driver, when the host sends data that is a multiple of the -- cgit v1.2.3