aboutsummaryrefslogtreecommitdiffstats
path: root/Bootloaders/DFU/BootloaderDFU.h
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-2/+2
* Update copyrights for 2018.Dean Camera2018-01-041-2/+2
* Update copyrights for 2017.Dean Camera2017-04-181-2/+2
* Update copyrights to 2016.Dean Camera2016-01-311-2/+2
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
* Add Atmel Studio 6.2 compatibility.Dean Camera2014-03-011-1/+1
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
* Extract interface numbers into enums.László Monda2013-10-061-2/+2
* Add platform includes to the bootloaders.Dean Camera2013-05-191-0/+1
* Minor documentation improvements.Dean Camera2013-05-011-1/+1
* Improve bootloader compile error message text when building without the corre...Dean Camera2013-04-081-1/+1
* Clean up bootloader project ASF integration code.Dean Camera2013-04-061-1/+1
* Add checks to the bootloaders so that they will give a user-friendly compile ...Dean Camera2013-04-061-2/+7
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
* Reduce bootloader magic key to 16 bits to save FLASH space.Dean Camera2012-07-071-1/+1
* AppConfigHeaders: Move out the last of the demo/app configurations into new A...Dean Camera2012-05-131-7/+1
* Add branch for the conversion of demos to use standard C header files for con...Dean Camera2012-05-101-0/+5
* 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 documentation improvements.Dean Camera2012-02-011-1/+1
* Minor bootloader tweaks; make some functions static where possible to reduce ...Dean Camera2012-01-151-2/+2
* Added User Application APIs to the CDC and DFU class bootloaders.Dean Camera2011-10-111-0/+1
* Added LED flashing to the CDC and DFU class bootloaders to indicate when they...Dean Camera2011-04-231-0/+1
* Add static keyword to all project globals whose scope should be restricted to...Dean Camera2011-02-101-7/+7
* 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/+1
* Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...Dean Camera2010-11-051-1/+1
* 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-16/+17
* Add the "REQ_" prefix to the DFU class bootloader class-specific request cons...Dean Camera2010-09-121-7/+7
* Add svn:eol-style property to source files, so that the line endings are corr...Dean Camera2010-05-081-207/+207
* USB_Init() no longer calls sei() to enable global interrupts - this must now ...Dean Camera2010-04-281-0/+1
* Update copyright year to 2010.Dean Camera2009-12-301-2/+2
* Fix MIT license language to make its intent clearer.Dean Camera2009-12-281-7/+7
* Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...Dean Camera2009-12-091-2/+2
* Add to the existing CDC Class Driver's CreateStream() function documentation ...Dean Camera2009-11-291-1/+1
* Fixed DFU and CDC class bootloaders on the AT90USBXXX2 series USB AVRs.Dean Camera2009-09-061-1/+0
* Renamed all library events to properly seperate out Device and Host mode even...Dean Camera2009-08-051-2/+2
* Added const modifiers to device mode class drivers.Dean Camera2009-06-281-5/+5
* Re-add signature byte defines to the DFU and CDC class bootloaders -- the SIG...Dean Camera2009-06-211-6/+1
* Updated bootloaders to use the new main() function layout and remove any refe...Dean Camera2009-06-091-0/+3
* Rewritten event system to remove all macros, to make user code clearer.Dean Camera2009-05-181-8/+4
* Added preprocessor checks and documentation to the bootloaders giving informa...Dean Camera2009-04-071-1/+6
* All comments in the library, bootloaders, demos and projects have now been sp...Dean Camera2009-04-011-3/+3
* Corrected CDC class bootloader to fix a few bugs, changed address counter to ...Dean Camera2009-03-171-0/+7
* Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc ma...Dean Camera2009-03-091-0/+1
* Altered DFU bootloader to use the signature byte constants located in the avr...Dean Camera2009-03-091-0/+1
* Moved all source to the trunk directory.Dean Camera2009-02-231-0/+199