aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/MassStorage/Lib/SCSI.c
Commit message (Collapse)AuthorAgeFilesLines
* Add automatic application start on virtual disk ejection to the Mass Storage ↵Dean Camera2013-07-061-1/+5
| | | | class bootloader.
* Oops - ensure the SCSI transfer length is correct in the Mass Storage ↵Dean Camera2013-03-291-5/+3
| | | | bootloader.
* Update Mass Storage bootloader for Linux compatibility, and to reduce the ↵Dean Camera2013-03-291-4/+9
| | | | compiled bootloader size. Linux appears to replace files with a cluster offset on the disk rather than re-using the same disk clusters (unlike Windows) so the file offset needs to be tracked and compensated for.
* Significantly reduce the size of the Mass Storage class bootloader, by ↵Dean Camera2013-03-201-8/+5
| | | | removing dependencies on large LUFA internal functions.
* Minor documentation improvements.Dean Camera2013-03-181-6/+6
|
* Update Mass Storage bootloader so that it can support devices with only 4KB ↵Dean Camera2013-03-181-30/+1
| | | | bootloader sections by creating a special AUX section before the real bootloader section to store part of the bootloader code.
* Move out the Mass Storage class bootloader to the main Bootloader directory ↵Dean Camera2013-03-101-0/+319
now that it is functional.