aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/DFU/BootloaderDFU.c
Commit message (Expand)AuthorAgeFilesLines
* QMK Lufa Bootloader Generation (qmk#2009)Drashna Jaelre2019-07-031-6/+6
* Merge remote-tracking branch 'abcminiuser/master'Drashna Jaelre2019-07-031-27/+12
|\
| * Documentation: Update copyrights to 2019.Dean Camera2019-01-081-2/+2
| * Fix bootloaders incorrectly checking the BOOTRST fuse on start (thanks to Bra...Dean Camera2018-04-021-1/+1
| * Add short delays before detaching from the USB bus in the bootloaders (thanks...Dean Camera2018-01-221-0/+3
| * 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-25/+7
* | adds QMK board with definable LEDs and matrix scanJack Humbert2017-07-051-7/+39
|/
* Update copyrights for 2017.Dean Camera2017-04-181-2/+2
* Update functions used to write to EEPROMEric Tang2016-04-191-2/+1
* Update copyrights to 2016.Dean Camera2016-01-311-2/+2
* Fixed missing bounds checks and off-by-one in the DFU bootloader signature by...Dean Camera2015-11-081-6/+31
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
* Fix bootloaders not starting user application if the HWB is grounded during w...Dean Camera2014-10-121-0/+11
* Add Leonardo compatibility to most bootloaders, run user application if BOOTR...Dean Camera2014-10-111-10/+25
* Don't run user application in the bootloader unless a valid app is present (t...Dean Camera2014-10-111-2/+7
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
* Fix signature bytes in the DFU class bootloader.Dean Camera2013-11-031-4/+11
* Fixed race condition in the DFU class bootloader causing failed device reprog...Dean Camera2013-03-271-2/+14
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
* 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
* Added new JTAG_ENABLE() macro for the AVR8 architecture. Fixed the JTAG_DISAB...Dean Camera2012-06-091-17/+21
* Switch over Demos, Bootloaders and Projects to the new and improved build sys...Dean Camera2012-06-011-2/+2
* Ensure the DFU bootloader disables and clears the activity LED toggle timer w...Dean Camera2012-05-291-0/+4
* Turn off watchdog before jumping to the user application in the DFU and CDC b...Dean Camera2012-05-211-2/+9
* The library bootloaders will now correctly start the user application after a...Dean Camera2012-04-291-0/+24
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
* Fixed DFU class bootloader not resetting the LED pins as high impedance input...Dean Camera2012-01-291-2/+3
* Minor bootloader tweaks; make some functions static where possible to reduce ...Dean Camera2012-01-151-2/+2
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-231-4/+5
* Use the proper "-Wl,--undefined=BootloaderAPI_JumpTable" linker command line ...Dean Camera2011-11-231-4/+0
* Added User Application APIs to the CDC and DFU class bootloaders.Dean Camera2011-10-111-1/+4
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-051-1/+1
* Make DFU and CDC class bootloaders also toggle the LEDs on command activity i...Dean Camera2011-04-231-4/+7
* Added LED flashing to the CDC and DFU class bootloaders to indicate when they...Dean Camera2011-04-231-0/+14
* Correct UC3 global interrupt functions.Dean Camera2011-04-081-1/+1
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-041-16/+16
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-101-17/+17
* Change bootloader makefiles to automatically compute the bootloader starting ...Dean Camera2011-02-091-2/+2
* Renamed all driver termination *_ShutDown() functions to the more logical nam...Dean Camera2011-01-301-1/+1
* Update copyright year on all source files.Dean Camera2011-01-011-2/+2
* Fixed broken DFU bootloader, added XPLAIN support for bootloader start when X...Dean Camera2010-11-271-0/+24
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-051-4/+4
* Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...Dean Camera2010-10-281-1/+1
* Clean up excessive whitespace at the end of each line using the wspurify tool...Dean Camera2010-10-131-58/+59
* Add the "REQ_" prefix to the DFU class bootloader class-specific request cons...Dean Camera2010-09-121-6/+6
* Fixed software application start command broken in the DFU class bootloader w...Dean Camera2010-08-051-11/+15