The incomplete StandaloneProgrammer project now uses Host and Device Mass storage...
authorDean Camera <dean@fourwalledcubicle.com>
Mon, 23 Nov 2009 12:40:14 +0000 (12:40 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Mon, 23 Nov 2009 12:40:14 +0000 (12:40 +0000)
commitaaa0bed556d0fa424b831418a7ce2531653a8b03
tree53cbc38a5510a8a769e8ad0078c1e1124290554d
parent6e867f7d9bc279a118fc774ab1ee05e99b4d8b7c
The incomplete StandaloneProgrammer project now uses Host and Device Mass storage classes, so that program data can either be loaded onto the device's Dataflash storage, or read off an attached USB memory stick.

The USB target family and allowable USB mode tokens are now public and documented (USB_CAN_BE_*, USB_SERIES_*_AVR).

The SCSI_Request_Sense_Response_t and SCSI_Inquiry_Response_t type defines are now part of the Mass Storage Class driver common defines, rather than being defined in the Host mode Class driver section only.

The USB_MODE_HOST token is now defined even when host mode is not available.

Added missing CDC_Host_CreateBlockingStream() function code to the CDC Host Class driver.
23 files changed:
Demos/Device/ClassDriver/MassStorage/Lib/SCSI.h
LUFA.pnproj
LUFA/Drivers/USB/Class/Common/MassStorage.h
LUFA/Drivers/USB/Class/Host/CDC.c
LUFA/Drivers/USB/Class/Host/MassStorage.h
LUFA/Drivers/USB/HighLevel/USBMode.h
LUFA/Drivers/USB/LowLevel/LowLevel.h
LUFA/ManPages/ChangeLog.txt
Projects/Incomplete/StandaloneProgrammer/Descriptors.c
Projects/Incomplete/StandaloneProgrammer/Descriptors.h
Projects/Incomplete/StandaloneProgrammer/DiskDevice.c [new file with mode: 0644]
Projects/Incomplete/StandaloneProgrammer/DiskDevice.h [new file with mode: 0644]
Projects/Incomplete/StandaloneProgrammer/DiskHost.c [new file with mode: 0644]
Projects/Incomplete/StandaloneProgrammer/DiskHost.h [new file with mode: 0644]
Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.c
Projects/Incomplete/StandaloneProgrammer/Lib/DataflashManager.h
Projects/Incomplete/StandaloneProgrammer/Lib/PetiteFATFs/diskio.c
Projects/Incomplete/StandaloneProgrammer/Lib/ProgrammerConfig.c
Projects/Incomplete/StandaloneProgrammer/Lib/SCSI.c
Projects/Incomplete/StandaloneProgrammer/Lib/SCSI.h
Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.c
Projects/Incomplete/StandaloneProgrammer/StandaloneProgrammer.h
Projects/Incomplete/StandaloneProgrammer/makefile