aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/HID/BootloaderHID.c
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-2/+2
* Add short delays before detaching from the USB bus in the bootloaders (thanks...Dean Camera2018-01-221-0/+3
* Fixed bootloaders accepting flash writes to the bootloader region (thanks to ...Dean Camera2018-01-221-1/+5
* Update copyrights for 2018.Dean Camera2018-01-041-2/+2
* Fixed bootloaders not disabling global interrupts during erase and write oper...Dean Camera2017-10-011-4/+10
* Update copyrights for 2017.Dean Camera2017-04-181-2/+2
* Restrict HID bootloader programming region (thanks to NicoHood).Dean Camera2017-01-291-1/+9
* Update copyrights to 2016.Dean Camera2016-01-311-2/+2
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
* Update copyrights for 2014.Dean Camera2014-01-041-3/+3
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
* Clean up unnecessary CPPCheck static analysis suppression comments, force Dox...Dean Camera2012-10-141-0/+1
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
* Use the framework provided GlobalInterruptEnable() function instead of the AV...Dean Camera2012-09-171-1/+1
* Reduce bootloader magic key to 16 bits to save FLASH space.Dean Camera2012-07-071-1/+1
* Fix bootloaders to make the StaticAnalysis build test happy.Dean Camera2012-05-051-1/+2
* The library bootloaders will now correctly start the user application after a...Dean Camera2012-04-291-0/+25
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-3/+1
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
* Minor bootloader tweaks; make some functions static where possible to reduce ...Dean Camera2012-01-151-1/+1
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-231-14/+15
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-151-164/+164
* Add new LUFA powered user projects to the documentation.Dean Camera2011-04-231-1/+1
* Fix HID class bootloader not working on the larger USB AVRs due to the altere...Dean Camera2011-04-231-1/+9
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-041-2/+2
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-101-3/+3
* Added HID class bootloader, compatible with a modified version of the command...Dean Camera2011-02-091-0/+156