aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/Printer
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Automatically exit the printer class bootloader and start the application whe...Dean Camera2013-04-042-1/+50
* Fixed race condition in the DFU class bootloader causing failed device reprog...Dean Camera2013-03-271-0/+14
* 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 bootl...Dean Camera2013-03-181-5/+5
* 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 the...Dean Camera2013-03-102-4/+4
* Use a temporary variable for the Printer bootloader HEX parser when combining...Dean Camera2013-03-061-3/+6
* 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 boo...Dean Camera2013-03-033-0/+2063
* 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 VID/PI...Dean Camera2013-03-032-1/+19
* Add new Printer class USB bootloader.Dean Camera2013-03-036-0/+887