aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/Printer
Commit message (Expand)AuthorAgeFilesLines
* Merge in changes from upstreamDrashna Jael're2019-09-062-84/+217
|\
| * Documentation: Update doxygen config files to latest released version.Dean Camera2019-09-041-84/+216
| * Bootloaders: Enable LTO to reduce compiled size.Dean Camera2019-07-291-0/+1
* | Merge remote-tracking branch 'abcminiuser/master'Drashna Jaelre2019-07-039-35/+70
|\|
| * Documentation: Update copyrights to 2019.Dean Camera2019-01-089-17/+17
| * PrinterBootloader: Don't store 32-bit HEX parser flash offsets on small flash...Dean Camera2018-12-052-4/+11
| * Update all project manufacturer strings with a generic title.Dean Camera2018-04-221-1/+1
| * Fix bootloaders incorrectly checking the BOOTRST fuse on start (thanks to Bra...Dean Camera2018-04-021-1/+1
| * Add short delays before detaching from the USB bus in the bootloaders (thanks...Dean Camera2018-01-222-0/+4
| * Fixed bootloaders accepting flash writes to the bootloader region (thanks to ...Dean Camera2018-01-221-0/+15
| * Update copyrights for 2018.Dean Camera2018-01-049-17/+17
| * Fixed bootloaders not disabling global interrupts during erase and write oper...Dean Camera2017-10-014-13/+22
* | Fix xml file line endingsFred Sundvik2017-07-083-312/+312
|/
* Update copyrights for 2017.Dean Camera2017-04-189-17/+17
* Add LUFA DMBS extension modules, use DMBS in project makefiles.Dean Camera2016-04-031-8/+15
* Update copyrights to 2016.Dean Camera2016-01-319-17/+17
* Fixed incorrect CALLBACK_USB_GetDescriptor() wIndex parameter type (thanks to...Dean Camera2015-12-022-2/+2
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-179-17/+17
* Upgrade to latest Doxygen.Dean Camera2014-12-271-101/+132
* Revert "Improve bootloader documentation."Dean Camera2014-10-124-28/+25
* Improve bootloader documentation.Dean Camera2014-10-124-25/+28
* Fix bootloaders not starting user application if the HWB is grounded during w...Dean Camera2014-10-122-8/+13
* Add Leonardo compatibility to most bootloaders, run user application if BOOTR...Dean Camera2014-10-112-14/+37
* Don't run user application in the bootloader unless a valid app is present (t...Dean Camera2014-10-111-0/+40
* Update Doxygen confiuration files to 1.8.8.Dean Camera2014-08-241-14/+35
* Update bootloader documentation to include execution instructions.Dean Camera2014-07-151-0/+6
* Upgrade to latest Doxygen.Dean Camera2014-04-211-27/+34
* Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel Stu...Dean Camera2014-01-082-2337/+2338
* Add USB_STRING_DESCRIPTOR_ARRAY() macro, update demos where required.Dean Camera2014-01-081-1/+1
* Use the new USB_STRING_DESCRIPTOR macro for every string descriptor.László Monda2014-01-081-18/+3
* Update copyrights for 2014.Dean Camera2014-01-049-17/+17
* Upgrade Doxygen configuration files to the latest version.Dean Camera2013-12-261-8/+31
* Use new VERSION_BCD() macro with explicit int arguments to fix edge cases wit...Dean Camera2013-11-211-2/+2
* Replace CDC interface numbers with enums.László Monda2013-10-101-1/+1
* Extract interface numbers into enums.László Monda2013-10-063-5/+14
* Update to latest Doxygen configurations, patch Doxygen->Docbook transform due...Dean Camera2013-08-231-940/+1335
* Add platform includes to the bootloaders.Dean Camera2013-05-191-1/+2
* Assume 16MHz crystal by default in the AVR8 bootloaders.Dean Camera2013-05-191-10/+10
* Update Doxygen configuration files to the latest version.Dean Camera2013-05-191-50/+85
* Add symbolic names for USB Device String Descriptors within the demos, applic...Dean Camera2013-05-152-5/+16
* Fix Printer class bootloader - descriptors are stored in SRAM, not FLASH.Dean Camera2013-05-141-3/+3
* Minor documentation improvements.Dean Camera2013-05-141-3/+3
* Shrink the size of the Printer class bootloader by refactoring the page flush...Dean Camera2013-05-101-28/+32
* Fix typos in the bootloader API table entry names.Dean Camera2013-05-101-10/+10
* Tighten up Printer bootloader implementation; fold the IsHEX() function logic...Dean Camera2013-05-051-21/+7
* Update the Printer class bootloader to use the new Printer Device Class drive...Dean Camera2013-05-053-70/+43
* Minor documentation improvements.Dean Camera2013-05-011-1/+1
* Add move-to-root directives to all ASF XML application modules, to make the c...Dean Camera2013-04-231-3/+5
* Improve bootloader compile error message text when building without the corre...Dean Camera2013-04-081-1/+1
* Clean up bootloader project ASF integration code.Dean Camera2013-04-062-6/+2