aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/HID
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-037-34/+58
|\|
| * Documentation: Update copyrights to 2019.Dean Camera2019-01-087-12/+12
| |
| * Add short delays before detaching from the USB bus in the bootloaders ↵Dean Camera2018-01-222-0/+4
| | | | | | | | (thanks to NicoHood).
| * Fixed bootloaders accepting flash writes to the bootloader region (thanks to ↵Dean Camera2018-01-221-1/+5
| | | | | | | | NicoHood).
| * Upgrade HID bootloader Python host app to cross-platform hidapi.Dean Camera2018-01-071-17/+26
| |
| * Update copyrights for 2018.Dean Camera2018-01-047-12/+12
| |
| * Fixed bootloaders not disabling global interrupts during erase and write ↵Dean Camera2017-10-012-4/+11
| | | | | | | | operations (thanks to Zoltan).
* | more crlf issuesskullY2017-07-081-123/+123
|/
* Update copyrights for 2017.Dean Camera2017-04-187-12/+12
|
* Restrict HID bootloader programming region (thanks to NicoHood).Dean Camera2017-01-295-6/+12
|
* Fix outdated URL in the HID bootloader Python host app documentation.Dean Camera2016-04-301-1/+1
|
* Fix HID bootloader responding incorrectly to some descriptor requests ↵Dean Camera2016-04-101-1/+1
| | | | (thanks to NicoHood).
* Add LUFA DMBS extension modules, use DMBS in project makefiles.Dean Camera2016-04-031-8/+15
|
* Update copyrights to 2016.Dean Camera2016-01-317-12/+12
|
* Fix additional missing va_end() in the HID bootloader CLI utility.Dean Camera2015-12-221-3/+2
|
* Fix HID bootloader CLI app missing va_end() calls.Dean Camera2015-12-221-0/+4
|
* Fixed incorrect CALLBACK_USB_GetDescriptor() wIndex parameter type (thanks ↵Dean Camera2015-12-022-2/+2
| | | | to matlo).
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-177-12/+12
|
* Patch HID bootloader host app to fix Windows compilation (thanks to Duncan ↵Dean Camera2015-05-112-4/+5
| | | | McDonald).
* ignore HID Bootloader upload toolStefan Hellermann2015-02-281-0/+1
|
* Upgrade to latest Doxygen.Dean Camera2014-12-271-101/+132
|
* Fix bootloaders not starting user application if the HWB is grounded during ↵Dean Camera2014-10-121-7/+7
| | | | watchdog reset.
* 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
|
* Minor typo corrections.Dean Camera2014-02-221-1/+1
|
* Rename all Doxygen.conf file to doxyfile and distribute them in the Atmel ↵Dean Camera2014-01-082-0/+1
| | | | Studio extension.
* Update copyrights for 2014.Dean Camera2014-01-047-13/+13
|
* 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.
* Exclude all host application directories from the Doxygen configuration files.Dean Camera2013-11-201-1/+2
|
* Replace CDC interface numbers with enums.László Monda2013-10-101-6/+6
|
* Extract interface numbers into enums.László Monda2013-10-062-2/+11
|
* Add security warnings to the documentation of bootloaders without secure writes.Dean Camera2013-09-011-0/+3
|
* 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.
* Add host application directories as distributables in Atmel Studio.Dean Camera2013-08-141-0/+2
|
* Minor code style improvement to the HID bootloader Python script.Dean Camera2013-07-141-10/+10
|
* Refactor the new Python HID bootloader host application code.Dean Camera2013-07-071-17/+36
|
* Add new HID bootloader alternative host loader application, written in Python.Dean Camera2013-07-071-0/+101
|
* 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
|
* Update Doxygen configuration files to the latest version.Dean Camera2013-05-191-50/+85
|
* Minor documentation improvements.Dean Camera2013-05-141-2/+2
|
* Minor documentation improvements.Dean Camera2013-05-011-1/+1
|
* Add move-to-root directives to all ASF XML application modules, to make the ↵Dean Camera2013-04-231-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 Camera2013-04-081-1/+1
| | | | correct optimization level.
* Clean up bootloader project ASF integration code.Dean Camera2013-04-062-6/+2
|