aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/Printer
Commit message (Collapse)AuthorAgeFilesLines
* Add bootloader projects for Atmel Studio 6.1 (requires latest AS6.1 trunk).Dean Camera2013-04-061-0/+160
|
* 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.
* Automatically exit the printer class bootloader and start the application ↵Dean Camera2013-04-042-1/+50
| | | | when the end of the HEX file is reached (thanks to Hans Schou).
* Fixed race condition in the DFU class bootloader causing failed device ↵Dean Camera2013-03-271-0/+14
| | | | reprogramming in some circumstances (thanks to Luis Mendes).
* Add known-issues documentation section to the various LUFA bootloaders.Dean Camera2013-03-221-0/+15
|
* Minor documentation improvements.Dean Camera2013-03-181-1/+1
|
* Ensure bootloader makefile calculation functions are uniform across all ↵Dean Camera2013-03-181-5/+5
| | | | bootloaders.
* Minor documentation improvements.Dean Camera2013-03-181-6/+6
|
* Small size improvement in the Printer and Mass Storage class bootloaders.Dean Camera2013-03-132-2/+2
|
* Fix Printer bootloader top level documentation.Dean Camera2013-03-101-2/+2
|
* Add documentation to the incomplete Mass Storage class bootloader, update ↵Dean Camera2013-03-102-4/+4
| | | | the virtual FAT file entry so that the bootloader section is omitted (not user readable/writable). Fix some minor documentation errors in the Printer class bootloader.
* Use a temporary variable for the Printer bootloader HEX parser when ↵Dean Camera2013-03-061-3/+6
| | | | combining the current and previous data tokens to form a data word, to simplify the code.
* Fix incorrect HEX extended address parsing in the Printer class bootloader.Dean Camera2013-03-041-4/+19
|
* Fix incorrect Bootloader documentation.Dean Camera2013-03-041-1/+1
|
* Add documentation to the Printer class bootloader, add LED flash when the ↵Dean Camera2013-03-033-0/+2063
| | | | bootloader is active.
* Add bootloader API functions to the Printer class bootloader.Dean Camera2013-03-034-1/+230
|
* Add additional comments to the Printer class bootloader, fix incorrect ↵Dean Camera2013-03-032-1/+19
| | | | VID/PID values.
* Add new Printer class USB bootloader.Dean Camera2013-03-036-0/+887