Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Upgrade to latest Doxygen. | Dean Camera | 2014-12-27 | 1 | -101/+132 |
| | |||||
* | Revert "Improve bootloader documentation." | Dean Camera | 2014-10-12 | 4 | -28/+25 |
| | | | | | Revert commit 2304a730508331b3d71c5c37602201b5b065b4a4 as it breaks compilation of the bootloaders. | ||||
* | Improve bootloader documentation. | Dean Camera | 2014-10-12 | 4 | -25/+28 |
| | |||||
* | Fix bootloaders not starting user application if the HWB is grounded during ↵ | Dean Camera | 2014-10-12 | 2 | -8/+13 |
| | | | | watchdog reset. | ||||
* | Add Leonardo compatibility to most bootloaders, run user application if ↵ | Dean Camera | 2014-10-11 | 2 | -14/+37 |
| | | | | BOOTRST fuse is set and the last reset cause was not the /RESET pin. | ||||
* | Don't run user application in the bootloader unless a valid app is present ↵ | Dean Camera | 2014-10-11 | 1 | -0/+40 |
| | | | | (thanks to Alex Kazik). | ||||
* | Update Doxygen confiuration files to 1.8.8. | Dean Camera | 2014-08-24 | 1 | -14/+35 |
| | |||||
* | Update bootloader documentation to include execution instructions. | Dean Camera | 2014-07-15 | 1 | -0/+6 |
| | |||||
* | Upgrade to latest Doxygen. | Dean Camera | 2014-04-21 | 1 | -27/+34 |
| | |||||
* | Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel ↵ | Dean Camera | 2014-01-08 | 2 | -2337/+2338 |
| | | | | Studio extension. | ||||
* | Add USB_STRING_DESCRIPTOR_ARRAY() macro, update demos where required. | Dean Camera | 2014-01-08 | 1 | -1/+1 |
| | |||||
* | Use the new USB_STRING_DESCRIPTOR macro for every string descriptor. | László Monda | 2014-01-08 | 1 | -18/+3 |
| | |||||
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 9 | -17/+17 |
| | |||||
* | Upgrade Doxygen configuration files to the latest version. | Dean Camera | 2013-12-26 | 1 | -8/+31 |
| | |||||
* | Use new VERSION_BCD() macro with explicit int arguments to fix edge cases ↵ | Dean Camera | 2013-11-21 | 1 | -2/+2 |
| | | | | with the previous floating point macro version. | ||||
* | Replace CDC interface numbers with enums. | László Monda | 2013-10-10 | 1 | -1/+1 |
| | |||||
* | Extract interface numbers into enums. | László Monda | 2013-10-06 | 3 | -5/+14 |
| | |||||
* | Update to latest Doxygen configurations, patch Doxygen->Docbook transform ↵ | Dean Camera | 2013-08-23 | 1 | -940/+1335 |
| | | | | due to changes in the code fragment output in the Doxygen XML. | ||||
* | Add platform includes to the bootloaders. | Dean Camera | 2013-05-19 | 1 | -1/+2 |
| | |||||
* | Assume 16MHz crystal by default in the AVR8 bootloaders. | Dean Camera | 2013-05-19 | 1 | -10/+10 |
| | |||||
* | Update Doxygen configuration files to the latest version. | Dean Camera | 2013-05-19 | 1 | -50/+85 |
| | |||||
* | Add symbolic names for USB Device String Descriptors within the demos, ↵ | Dean Camera | 2013-05-15 | 2 | -5/+16 |
| | | | | applications and bootloaders. | ||||
* | Fix Printer class bootloader - descriptors are stored in SRAM, not FLASH. | Dean Camera | 2013-05-14 | 1 | -3/+3 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2013-05-14 | 1 | -3/+3 |
| | |||||
* | Shrink the size of the Printer class bootloader by refactoring the page ↵ | Dean Camera | 2013-05-10 | 1 | -28/+32 |
| | | | | flush code into a static function. | ||||
* | Fix typos in the bootloader API table entry names. | Dean Camera | 2013-05-10 | 1 | -10/+10 |
| | |||||
* | Tighten up Printer bootloader implementation; fold the IsHEX() function ↵ | Dean Camera | 2013-05-05 | 1 | -21/+7 |
| | | | | logic into HexToDecimal() and remove redundant state machine state logic to save space in the compiled binary. | ||||
* | Update the Printer class bootloader to use the new Printer Device Class ↵ | Dean Camera | 2013-05-05 | 3 | -70/+43 |
| | | | | driver, rather than implementing the Printer USB class manually. | ||||
* | Minor documentation improvements. | Dean Camera | 2013-05-01 | 1 | -1/+1 |
| | |||||
* | Add move-to-root directives to all ASF XML application modules, to make the ↵ | Dean Camera | 2013-04-23 | 1 | -3/+5 |
| | | | | code easier to find in the release version of Atmel Studio 6.1. | ||||
* | Improve bootloader compile error message text when building without the ↵ | Dean Camera | 2013-04-08 | 1 | -1/+1 |
| | | | | correct optimization level. | ||||
* | Clean up bootloader project ASF integration code. | Dean Camera | 2013-04-06 | 2 | -6/+2 |
| | |||||
* | Add bootloader projects for Atmel Studio 6.1 (requires latest AS6.1 trunk). | Dean Camera | 2013-04-06 | 1 | -0/+160 |
| | |||||
* | Add checks to the bootloaders so that they will give a user-friendly compile ↵ | Dean Camera | 2013-04-06 | 1 | -0/+5 |
| | | | | error if not compiled with size optimizations. | ||||
* | Automatically exit the printer class bootloader and start the application ↵ | Dean Camera | 2013-04-04 | 2 | -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 Camera | 2013-03-27 | 1 | -0/+14 |
| | | | | reprogramming in some circumstances (thanks to Luis Mendes). | ||||
* | Add known-issues documentation section to the various LUFA bootloaders. | Dean Camera | 2013-03-22 | 1 | -0/+15 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2013-03-18 | 1 | -1/+1 |
| | |||||
* | Ensure bootloader makefile calculation functions are uniform across all ↵ | Dean Camera | 2013-03-18 | 1 | -5/+5 |
| | | | | bootloaders. | ||||
* | Minor documentation improvements. | Dean Camera | 2013-03-18 | 1 | -6/+6 |
| | |||||
* | Small size improvement in the Printer and Mass Storage class bootloaders. | Dean Camera | 2013-03-13 | 2 | -2/+2 |
| | |||||
* | Fix Printer bootloader top level documentation. | Dean Camera | 2013-03-10 | 1 | -2/+2 |
| | |||||
* | Add documentation to the incomplete Mass Storage class bootloader, update ↵ | Dean Camera | 2013-03-10 | 2 | -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 Camera | 2013-03-06 | 1 | -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 Camera | 2013-03-04 | 1 | -4/+19 |
| | |||||
* | Fix incorrect Bootloader documentation. | Dean Camera | 2013-03-04 | 1 | -1/+1 |
| | |||||
* | Add documentation to the Printer class bootloader, add LED flash when the ↵ | Dean Camera | 2013-03-03 | 3 | -0/+2063 |
| | | | | bootloader is active. | ||||
* | Add bootloader API functions to the Printer class bootloader. | Dean Camera | 2013-03-03 | 4 | -1/+230 |
| | |||||
* | Add additional comments to the Printer class bootloader, fix incorrect ↵ | Dean Camera | 2013-03-03 | 2 | -1/+19 |
| | | | | VID/PID values. | ||||
* | Add new Printer class USB bootloader. | Dean Camera | 2013-03-03 | 6 | -0/+887 |