aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/MassStorage/BootloaderMassStorage.txt
Commit message (Collapse)AuthorAgeFilesLines
* Minor documentation improvements.Dean Camera2015-03-151-1/+14
|
* Revert "Improve bootloader documentation."Dean Camera2014-10-121-1/+22
| | | | | Revert commit 2304a730508331b3d71c5c37602201b5b065b4a4 as it breaks compilation of the bootloaders.
* Improve bootloader documentation.Dean Camera2014-10-121-22/+1
|
* Fix bootloaders not starting user application if the HWB is grounded during ↵Dean Camera2014-10-121-8/+2
| | | | watchdog reset.
* Add Leonardo compatibility to most bootloaders, run user application if ↵Dean Camera2014-10-111-3/+11
| | | | BOOTRST fuse is set and the last reset cause was not the /RESET pin.
* Update bootloader documentation to include execution instructions.Dean Camera2014-07-151-0/+16
|
* Add security warnings to the documentation of bootloaders without secure writes.Dean Camera2013-09-011-0/+3
|
* Mark the very low RAM devices as being unsupported by the Mass Storage class ↵Dean Camera2013-07-061-1/+1
| | | | bootloader.
* Add automatic application start on virtual disk ejection to the Mass Storage ↵Dean Camera2013-07-061-3/+9
| | | | class bootloader.
* Minor documentation improvements.Dean Camera2013-05-201-0/+5
|
* Minor documentation improvements.Dean Camera2013-03-291-8/+1
|
* Add known-issues documentation section to the various LUFA bootloaders.Dean Camera2013-03-221-0/+21
|
* Update Mass Storage bootloader so that it can support devices with only 4KB ↵Dean Camera2013-03-181-7/+29
| | | | bootloader sections by creating a special AUX section before the real bootloader section to store part of the bootloader code.
* Fix off-by-one error in the Mass Storage bootloader file size, add missing ↵Dean Camera2013-03-101-1/+1
| | | | Volume Label directory entry. Remove incorrect reference to "printer" in the bootloader documentation.
* Move out the Mass Storage class bootloader to the main Bootloader directory ↵Dean Camera2013-03-101-0/+159
now that it is functional.