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).
This commit is contained in:
parent
023838fe4a
commit
922e60192d
8 changed files with 260 additions and 292 deletions
|
|
@ -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
|
||||
*
|
||||
* <b>Fixed:</b>
|
||||
* - Fixed possible lockup in the CDC device class driver, when the host sends data that is a multiple of the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue