| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge in changes from upstream | Drashna Jael're | 2019-09-06 | 2 | -84/+217 |
|\ |
|
| * | Documentation: Update doxygen config files to latest released version. | Dean Camera | 2019-09-04 | 1 | -84/+216 |
| * | Bootloaders: Enable LTO to reduce compiled size. | Dean Camera | 2019-07-29 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'abcminiuser/master' | Drashna Jaelre | 2019-07-03 | 10 | -60/+69 |
|\| |
|
| * | Documentation: Update copyrights to 2019. | Dean Camera | 2019-01-08 | 10 | -19/+19 |
| * | Move class-specific functional descriptor definitions to their respective cla... | Dean Camera | 2018-06-17 | 1 | -3/+3 |
| * | Update all project manufacturer strings with a generic title. | Dean Camera | 2018-04-22 | 1 | -1/+1 |
| * | Fix bootloaders incorrectly checking the BOOTRST fuse on start (thanks to Bra... | Dean Camera | 2018-04-02 | 1 | -1/+1 |
| * | Add short delays before detaching from the USB bus in the bootloaders (thanks... | Dean Camera | 2018-01-22 | 1 | -0/+1 |
| * | Fixed bootloaders accepting flash writes to the bootloader region (thanks to ... | Dean Camera | 2018-01-22 | 1 | -0/+15 |
| * | Update copyrights for 2018. | Dean Camera | 2018-01-04 | 10 | -19/+19 |
| * | Fixed bootloaders not disabling global interrupts during erase and write oper... | Dean Camera | 2017-10-01 | 3 | -37/+30 |
* | | more crlf issues | skullY | 2017-07-08 | 1 | -161/+161 |
|/ |
|
* | Update copyrights for 2017. | Dean Camera | 2017-04-18 | 10 | -19/+19 |
* | Update functions used to write to EEPROM | Eric Tang | 2016-04-19 | 1 | -3/+2 |
* | Add LUFA DMBS extension modules, use DMBS in project makefiles. | Dean Camera | 2016-04-03 | 1 | -8/+15 |
* | Update copyrights to 2016. | Dean Camera | 2016-01-31 | 10 | -19/+19 |
* | Fixed incorrect CALLBACK_USB_GetDescriptor() wIndex parameter type (thanks to... | Dean Camera | 2015-12-02 | 2 | -2/+2 |
* | Fixed incorrect signature reported in the CDC/DFU bootloaders for the AT90USB... | Dean Camera | 2015-08-30 | 1 | -1/+1 |
* | Update copyrights to 2015 (better late than never). | Dean Camera | 2015-05-17 | 10 | -20/+20 |
* | Update BootloaderCDC.c | Nico | 2015-02-24 | 1 | -0/+3 |
* | Upgrade to latest Doxygen. | Dean Camera | 2014-12-27 | 1 | -101/+132 |
* | Revert "Improve bootloader documentation." | Dean Camera | 2014-10-12 | 4 | -28/+25 |
* | Improve bootloader documentation. | Dean Camera | 2014-10-12 | 4 | -25/+28 |
* | Fix bootloaders not starting user application if the HWB is grounded during w... | Dean Camera | 2014-10-12 | 2 | -18/+13 |
* | Add Leonardo compatibility to most bootloaders, run user application if BOOTR... | Dean Camera | 2014-10-11 | 2 | -13/+46 |
* | Don't run user application in the bootloader unless a valid app is present (t... | Dean Camera | 2014-10-11 | 1 | -0/+4 |
* | 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/+16 |
* | 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 Stu... | Dean Camera | 2014-01-08 | 2 | -0/+1 |
* | 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 | 10 | -22/+22 |
* | Minor documentation improvements. | Dean Camera | 2014-01-04 | 1 | -1/+2 |
* | Merge pull request #17 from mondalaci/further-generichid-modemmanager-instruc... | Dean Camera | 2014-01-03 | 1 | -0/+1 |
|\ |
|
| * | Add further instructions regarding the modemmanager suckage. | László Monda | 2014-01-03 | 1 | -0/+1 |
* | | 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 wit... | Dean Camera | 2013-11-21 | 1 | -3/+3 |
|/ |
|
* | Replace CDC interface numbers with enums. | László Monda | 2013-10-10 | 1 | -2/+2 |
* | Merge pull request #8 from mondalaci/extract-interface-numbers | Dean Camera | 2013-10-06 | 2 | -5/+15 |
|\ |
|
| * | Extract interface numbers into enums. | László Monda | 2013-10-06 | 2 | -5/+15 |
* | | Fix "AVR910" typos to "AVR109". | László Monda | 2013-09-24 | 1 | -3/+3 |
|/ |
|
* | Add security warnings to the documentation of bootloaders without secure writes. | Dean Camera | 2013-09-01 | 1 | -0/+3 |
* | Add DefaultInstall section to all INF driver files for easier installation. | Dean Camera | 2013-08-31 | 1 | -1/+4 |
* | Update to latest Doxygen configurations, patch Doxygen->Docbook transform due... | Dean Camera | 2013-08-23 | 1 | -940/+1335 |
* | Re-added Set Control Line State request handling to the CDC class bootloader. | Dean Camera | 2013-06-27 | 2 | -1/+9 |
* | Minor documentation improvements. | Dean Camera | 2013-06-16 | 1 | -3/+3 |
* | Add platform includes to the bootloaders. | Dean Camera | 2013-05-19 | 1 | -0/+1 |
* | Assume 16MHz crystal by default in the AVR8 bootloaders. | Dean Camera | 2013-05-19 | 1 | -10/+10 |