aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/MassStorage/BootloaderMassStorage.h
Commit message (Collapse)AuthorAgeFilesLines
* Add automatic application start on virtual disk ejection to the Mass Storage ↵Dean Camera2013-07-061-2/+11
| | | | class bootloader.
* Add platform includes to the bootloaders.Dean Camera2013-05-191-0/+1
|
* Minor documentation improvements.Dean Camera2013-05-011-1/+1
|
* Improve bootloader compile error message text when building without the ↵Dean Camera2013-04-081-1/+1
| | | | correct optimization level.
* Clean up bootloader project ASF integration code.Dean Camera2013-04-061-1/+1
|
* Add checks to the bootloaders so that they will give a user-friendly compile ↵Dean Camera2013-04-061-0/+5
| | | | error if not compiled with size optimizations.
* 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.