aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/MassStorage/Lib
Commit message (Expand)AuthorAgeFilesLines
* Minor documentation improvements.Dean Camera2013-04-041-1/+1
* Add ATTR_NEVER_INLINE attribute. Add EEPROM byte read/write proxy functions t...Dean Camera2013-03-312-7/+47
* Add EEPROM read/write support to the Mass Storage class bootloader.Dean Camera2013-03-302-49/+200
* Clean up the VirtualFAT implementation.Dean Camera2013-03-301-11/+10
* Minor cleanup of the Mass Storage bootloader VirtualFAT code.Dean Camera2013-03-291-14/+25
* Oops - ensure the SCSI transfer length is correct in the Mass Storage bootloa...Dean Camera2013-03-292-10/+8
* Minor documentation improvements.Dean Camera2013-03-291-6/+18
* Update Mass Storage bootloader for Linux compatibility, and to reduce the com...Dean Camera2013-03-293-92/+131
* Minor documentation improvements.Dean Camera2013-03-261-2/+2
* Clean up the Mass Storage bootloader virtual FAT directory entry definitions.Dean Camera2013-03-252-10/+23
* Add Long File Name (VFAT) entry to the Mass Storage class bootloader, so that...Dean Camera2013-03-252-27/+114
* Significantly reduce the size of the Mass Storage class bootloader, by removi...Dean Camera2013-03-203-18/+9
* Minor documentation improvements.Dean Camera2013-03-181-6/+6
* Update Mass Storage bootloader so that it can support devices with only 4KB b...Dean Camera2013-03-184-53/+33
* Minor documentation improvements.Dean Camera2013-03-141-1/+1
* Fix off-by-one error in the Mass Storage bootloader file size, add missing Vo...Dean Camera2013-03-102-13/+31
* Move out the Mass Storage class bootloader to the main Bootloader directory n...Dean Camera2013-03-104-0/+818