aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/Printer/BootloaderPrinter.h
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-2/+2
|
* PrinterBootloader: Don't store 32-bit HEX parser flash offsets on small ↵Dean Camera2018-12-051-0/+7
| | | | flash devices.
* Add short delays before detaching from the USB bus in the bootloaders ↵Dean Camera2018-01-221-0/+1
| | | | (thanks to NicoHood).
* Update copyrights for 2018.Dean Camera2018-01-041-2/+2
|
* Fixed bootloaders not disabling global interrupts during erase and write ↵Dean Camera2017-10-011-0/+1
| | | | operations (thanks to Zoltan).
* Update copyrights for 2017.Dean Camera2017-04-181-2/+2
|
* Update copyrights to 2016.Dean Camera2016-01-311-2/+2
|
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
|
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
|
* Add platform includes to the bootloaders.Dean Camera2013-05-191-1/+2
|
* 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.
* Automatically exit the printer class bootloader and start the application ↵Dean Camera2013-04-041-0/+3
| | | | when the end of the HEX file is reached (thanks to Hans Schou).
* Small size improvement in the Printer and Mass Storage class bootloaders.Dean Camera2013-03-131-1/+1
|
* Add documentation to the incomplete Mass Storage class bootloader, update ↵Dean Camera2013-03-101-3/+3
| | | | 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.
* Add new Printer class USB bootloader.Dean Camera2013-03-031-0/+99