aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/MassStorage/BootloaderMassStorage.h
Commit message (Collapse)AuthorAgeFilesLines
* Speed up Mass Storage bootloader by turning off the internal clock divider, ↵Dean Camera2013-03-181-0/+1
| | | | as there is enough FLASH space to do so.
* Update Mass Storage bootloader so that it can support devices with only 4KB ↵Dean Camera2013-03-181-7/+10
| | | | bootloader sections by creating a special AUX section before the real bootloader section to store part of the bootloader code.
* Small size improvement in the Printer and Mass Storage class bootloaders.Dean Camera2013-03-131-1/+1
|
* Move out the Mass Storage class bootloader to the main Bootloader directory ↵Dean Camera2013-03-101-0/+80
now that it is functional.