aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders
Commit message (Collapse)AuthorAgeFilesLines
* Fix xml file line endingsFred Sundvik2017-07-089-1085/+1085
|
* adds QMK board with definable LEDs and matrix scanJack Humbert2017-07-053-14/+46
|
* Update copyrights for 2017.Dean Camera2017-04-1851-95/+95
|
* Restrict HID bootloader programming region (thanks to NicoHood).Dean Camera2017-01-295-6/+12
|
* Revert incorrect Mass Storage bootloader app start address.Dean Camera2017-01-291-1/+1
|
* Fix outdated URL in the HID bootloader Python host app documentation.Dean Camera2016-04-301-1/+1
|
* Update functions used to write to EEPROMEric Tang2016-04-192-5/+3
|
* 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-035-40/+75
|
* Update copyrights to 2016.Dean Camera2016-01-3151-95/+95
|
* 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-0211-11/+11
| | | | to matlo).
* Fixed missing bounds checks and off-by-one in the DFU bootloader signature ↵Dean Camera2015-11-081-6/+31
| | | | bytes (thanks to Reuti)
* Fixed incorrect signature reported in the CDC/DFU bootloaders for the ↵Dean Camera2015-08-302-2/+2
| | | | AT90USB82 (thanks to NicoHood).
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-1751-96/+96
|
* Patch HID bootloader host app to fix Windows compilation (thanks to Duncan ↵Dean Camera2015-05-112-4/+5
| | | | McDonald).
* Minor documentation improvements.Dean Camera2015-03-151-1/+14
|
* Merge pull request #50 from the2masters/gitignoreDean Camera2015-03-101-0/+1
|\ | | | | Add compiled HID bootloader CLI binary to .gitignore.
| * ignore HID Bootloader upload toolStefan Hellermann2015-02-281-0/+1
| |
* | Update BootloaderCDC.cNico2015-02-241-0/+3
|/
* Upgrade to latest Doxygen.Dean Camera2014-12-275-505/+660
|
* Minor documentation improvements to the Mass Storage bootloader.Dean Camera2014-10-121-14/+14
|
* Revert "Improve bootloader documentation."Dean Camera2014-10-1216-112/+100
| | | | | Revert commit 2304a730508331b3d71c5c37602201b5b065b4a4 as it breaks compilation of the bootloaders.
* Improve bootloader documentation.Dean Camera2014-10-1216-100/+112
|
* Fix bootloaders not starting user application if the HWB is grounded during ↵Dean Camera2014-10-129-49/+59
| | | | watchdog reset.
* Add Leonardo compatibility to most bootloaders, run user application if ↵Dean Camera2014-10-118-54/+146
| | | | 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-114-6/+64
| | | | (thanks to Alex Kazik).
* Obsolete the old MACROS and MACROE convenience macros.Dean Camera2014-09-141-3/+3
|
* Update Doxygen confiuration files to 1.8.8.Dean Camera2014-08-245-70/+175
|
* Update bootloader documentation to include execution instructions.Dean Camera2014-07-155-0/+60
|
* Upgrade to latest Doxygen.Dean Camera2014-04-215-135/+170
|
* Add Atmel Studio 6.2 compatibility.Dean Camera2014-03-011-1/+1
|
* 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-0810-4674/+4679
| | | | Studio extension.
* Add USB_STRING_DESCRIPTOR_ARRAY() macro, update demos where required.Dean Camera2014-01-083-3/+3
|
* Use the new USB_STRING_DESCRIPTOR macro for every string descriptor.László Monda2014-01-083-54/+9
|
* Merge pull request #19 from mondalaci/attr-no-inline-cleanupDean Camera2014-01-041-2/+2
|\ | | | | Get rid of the redundant ATTR_NEVER_INLINE macro which translated to the...
| * Get rid of the redundant ATTR_NEVER_INLINE macro which translated to the ↵László Monda2014-01-051-2/+2
| | | | | | | | same as ATTR_NO_INLINE.
* | Update copyrights for 2014.Dean Camera2014-01-0451-105/+105
| |
* | 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-265-40/+155
| |
* | Use new VERSION_BCD() macro with explicit int arguments to fix edge cases ↵Dean Camera2013-11-215-13/+13
| | | | | | | | with the previous floating point macro version.
* | Exclude all host application directories from the Doxygen configuration files.Dean Camera2013-11-201-1/+2
|/
* Fix signature bytes in the DFU class bootloader.Dean Camera2013-11-031-4/+11
|
* Replace CDC interface numbers with enums.László Monda2013-10-103-9/+9
|
* Merge pull request #8 from mondalaci/extract-interface-numbersDean Camera2013-10-0613-20/+67
|\ | | | | Extract interface numbers into enums.
| * Extract interface numbers into enums.László Monda2013-10-0613-20/+67
| |