aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders
Commit message (Expand)AuthorAgeFilesLines
* Fixed incorrect signature reported in the CDC/DFU bootloaders for the AT90USB...Dean Camera2015-08-302-2/+2
* 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 Mc...Dean Camera2015-05-112-4/+5
* Minor documentation improvements.Dean Camera2015-03-151-1/+14
* Merge pull request #50 from the2masters/gitignoreDean Camera2015-03-101-0/+1
|\
| * 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
* Improve bootloader documentation.Dean Camera2014-10-1216-100/+112
* Fix bootloaders not starting user application if the HWB is grounded during w...Dean Camera2014-10-129-49/+59
* Add Leonardo compatibility to most bootloaders, run user application if BOOTR...Dean Camera2014-10-118-54/+146
* Don't run user application in the bootloader unless a valid app is present (t...Dean Camera2014-10-114-6/+64
* 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 Stu...Dean Camera2014-01-0810-4674/+4679
* 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 same...László Monda2014-01-051-2/+2
* | Update copyrights for 2014.Dean Camera2014-01-0451-105/+105
* | Minor documentation improvements.Dean Camera2014-01-041-1/+2
* | Merge pull request #17 from mondalaci/further-generichid-modemmanager-instruc...Dean Camera2014-01-031-0/+1
|\ \
| * | 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 wit...Dean Camera2013-11-215-13/+13
* | 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.László Monda2013-10-0613-20/+67
* | Fix "AVR910" typos to "AVR109".László Monda2013-09-241-3/+3
|/
* Add missing AppConfig.h reference in the Mass Storage class bootloader when u...Dean Camera2013-09-161-0/+1
* Add security warnings to the documentation of bootloaders without secure writes.Dean Camera2013-09-013-0/+9
* 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 due...Dean Camera2013-08-235-4700/+6675
* 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
* Mark the very low RAM devices as being unsupported by the Mass Storage class ...Dean Camera2013-07-061-1/+1
* Add automatic application start on virtual disk ejection to the Mass Storage ...Dean Camera2013-07-066-7/+119
* 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-162-6/+6
* Merge branch 'XMEGA-Demo-Ports-ClockOnly'Dean Camera2013-05-2010-49/+54
|\