aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/MassStorage/Lib/VirtualFAT.h
Commit message (Collapse)AuthorAgeFilesLines
* Update Mass Storage bootloader so that it can support devices with only 4KB ↵Dean Camera2013-03-181-6/+8
| | | | bootloader sections by creating a special AUX section before the real bootloader section to store part of the bootloader code.
* Fix off-by-one error in the Mass Storage bootloader file size, add missing ↵Dean Camera2013-03-101-1/+1
| | | | Volume Label directory entry. Remove incorrect reference to "printer" in the bootloader documentation.
* Move out the Mass Storage class bootloader to the main Bootloader directory ↵Dean Camera2013-03-101-0/+159
now that it is functional.