aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/MassStorage/Config
Commit message (Collapse)AuthorAgeFilesLines
* Add automatic application start on virtual disk ejection to the Mass Storage ↵Dean Camera2013-07-061-0/+47
| | | | class bootloader.
* Update Mass Storage bootloader so that it can support devices with only 4KB ↵Dean Camera2013-03-181-1/+1
| | | | bootloader sections by creating a special AUX section before the real bootloader section to store part of the bootloader code.
* Tweak the LUFA config for the Mass Storage class bootloader to reduce the ↵Dean Camera2013-03-171-2/+2
| | | | compiled size slightly by removing unused features.
* Move out the Mass Storage class bootloader to the main Bootloader directory ↵Dean Camera2013-03-101-0/+93
now that it is functional.