aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/MassStorage/BootloaderMassStorage.c
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
|
* Extract interface numbers into enums.László Monda2013-10-061-1/+1
|
* Add automatic application start on virtual disk ejection to the Mass Storage ↵Dean Camera2013-07-061-1/+46
| | | | class bootloader.
* Add smaller AVR8 targets to the Mass Storage bootloader target list in the ↵Dean Camera2013-03-201-3/+5
| | | | Bootloader build test.
* Make the Mass Storage bootloader compatible with the original (green) XPLAIN ↵Dean Camera2013-03-201-0/+15
| | | | boards.
* Speed up Mass Storage bootloader by turning off the internal clock divider, ↵Dean Camera2013-03-181-0/+3
| | | | 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-3/+19
| | | | 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-2/+1
|
* Move out the Mass Storage class bootloader to the main Bootloader directory ↵Dean Camera2013-03-101-0/+158
now that it is functional.