aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/MassStorage/Config
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-082-4/+4
|
* Update copyrights for 2018.Dean Camera2018-01-042-4/+4
|
* Update copyrights for 2017.Dean Camera2017-04-182-4/+4
|
* Update copyrights to 2016.Dean Camera2016-01-312-4/+4
|
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-172-4/+4
|
* Update copyrights for 2014.Dean Camera2014-01-042-4/+4
|
* 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.