aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/CDC
Commit message (Collapse)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-0310-60/+69
|\|
| * Documentation: Update copyrights to 2019.Dean Camera2019-01-0810-19/+19
| |
| * Move class-specific functional descriptor definitions to their respective ↵Dean Camera2018-06-171-3/+3
| | | | | | | | classes.
| * 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 ↵Dean Camera2018-04-021-1/+1
| | | | | | | | Braden Kell).
| * Add short delays before detaching from the USB bus in the bootloaders ↵Dean Camera2018-01-221-0/+1
| | | | | | | | (thanks to NicoHood).
| * Fixed bootloaders accepting flash writes to the bootloader region (thanks to ↵Dean Camera2018-01-221-0/+15
| | | | | | | | NicoHood).
| * Update copyrights for 2018.Dean Camera2018-01-0410-19/+19
| |
| * Fixed bootloaders not disabling global interrupts during erase and write ↵Dean Camera2017-10-013-37/+30
| | | | | | | | operations (thanks to Zoltan).
* | more crlf issuesskullY2017-07-081-161/+161
|/
* Update copyrights for 2017.Dean Camera2017-04-1810-19/+19
|
* Update functions used to write to EEPROMEric Tang2016-04-191-3/+2
|
* Add LUFA DMBS extension modules, use DMBS in project makefiles.Dean Camera2016-04-031-8/+15
|
* Update copyrights to 2016.Dean Camera2016-01-3110-19/+19
|
* Fixed incorrect CALLBACK_USB_GetDescriptor() wIndex parameter type (thanks ↵Dean Camera2015-12-022-2/+2
| | | | to matlo).
* Fixed incorrect signature reported in the CDC/DFU bootloaders for the ↵Dean Camera2015-08-301-1/+1
| | | | AT90USB82 (thanks to NicoHood).
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-1710-20/+20
|
* Update BootloaderCDC.cNico2015-02-241-0/+3
|
* Upgrade to latest Doxygen.Dean Camera2014-12-271-101/+132
|
* Revert "Improve bootloader documentation."Dean Camera2014-10-124-28/+25
| | | | | Revert commit 2304a730508331b3d71c5c37602201b5b065b4a4 as it breaks compilation of the bootloaders.
* Improve bootloader documentation.Dean Camera2014-10-124-25/+28
|
* Fix bootloaders not starting user application if the HWB is grounded during ↵Dean Camera2014-10-122-18/+13
| | | | watchdog reset.
* Add Leonardo compatibility to most bootloaders, run user application if ↵Dean Camera2014-10-112-13/+46
| | | | 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 Camera2014-10-111-0/+4
| | | | (thanks to Alex Kazik).
* 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/+16
|
* Upgrade to latest Doxygen.Dean Camera2014-04-211-27/+34
|
* Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel ↵Dean Camera2014-01-082-0/+1
| | | | Studio extension.
* 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-0410-22/+22
|
* Minor documentation improvements.Dean Camera2014-01-041-1/+2
|
* Merge pull request #17 from ↵Dean Camera2014-01-031-0/+1
|\ | | | | | | | | mondalaci/further-generichid-modemmanager-instructions Add further instructions regarding the modemmanager suckage.
| * Add further instructions regarding the modemmanager suckage.László Monda2014-01-031-0/+1
| |
* | 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 ↵Dean Camera2013-11-211-3/+3
|/ | | | with the previous floating point macro version.
* Replace CDC interface numbers with enums.László Monda2013-10-101-2/+2
|
* Merge pull request #8 from mondalaci/extract-interface-numbersDean Camera2013-10-062-5/+15
|\ | | | | Extract interface numbers into enums.
| * Extract interface numbers into enums.László Monda2013-10-062-5/+15
| |
* | Fix "AVR910" typos to "AVR109".László Monda2013-09-241-3/+3
|/
* Add security warnings to the documentation of bootloaders without secure writes.Dean Camera2013-09-011-0/+3
|
* Add DefaultInstall section to all INF driver files for easier installation.Dean Camera2013-08-311-1/+4
|
* Update to latest Doxygen configurations, patch Doxygen->Docbook transform ↵Dean Camera2013-08-231-940/+1335
| | | | due to changes in the code fragment output in the Doxygen XML.
* Re-added Set Control Line State request handling to the CDC class bootloader.Dean Camera2013-06-272-1/+9
|
* Minor documentation improvements.Dean Camera2013-06-161-3/+3
|
* Add platform includes to the bootloaders.Dean Camera2013-05-191-0/+1
|
* Assume 16MHz crystal by default in the AVR8 bootloaders.Dean Camera2013-05-191-10/+10
|