index
:
suspect-devices/lufa
master
fork to update the benito, midimonster and other suspect devices products
feurig
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Bootloaders
/
DFU
/
BootloaderDFU.h
Age
Commit message (
Expand
)
Author
2012-07-30
Tag the LUFA 120730 release.
LUFA-120730
Dean
2012-05-13
AppConfigHeaders: Move out the last of the demo/app configurations into new A...
Dean
2012-05-10
Add branch for the conversion of demos to use standard C header files for con...
Dean
2012-02-04
Update file contributor copyrights for 2012.
Dean
2012-02-04
Update file header copyrights for 2012.
Dean
2012-02-01
Minor documentation improvements.
Dean
2012-01-15
Minor bootloader tweaks; make some functions static where possible to reduce ...
Dean
2011-10-11
Added User Application APIs to the CDC and DFU class bootloaders.
Dean
2011-04-23
Added LED flashing to the CDC and DFU class bootloaders to indicate when they...
Dean
2011-02-10
Add static keyword to all project globals whose scope should be restricted to...
Dean
2011-01-01
Update copyright year on all source files.
Dean
2010-11-27
Fixed broken DFU bootloader, added XPLAIN support for bootloader start when X...
Dean
2010-11-05
Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev...
Dean
2010-10-28
Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi...
Dean
2010-10-13
Clean up excessive whitespace at the end of each line using the wspurify tool...
Dean
2010-09-12
Add the "REQ_" prefix to the DFU class bootloader class-specific request cons...
Dean
2010-05-08
Add svn:eol-style property to source files, so that the line endings are corr...
Dean
2010-04-28
USB_Init() no longer calls sei() to enable global interrupts - this must now ...
Dean
2009-12-30
Update copyright year to 2010.
Dean
2009-12-28
Fix MIT license language to make its intent clearer.
Dean
2009-12-09
Increase timeout of Mass Storage and Still Image host commands to 10 seconds ...
Dean
2009-11-29
Add to the existing CDC Class Driver's CreateStream() function documentation ...
Dean
2009-09-06
Fixed DFU and CDC class bootloaders on the AT90USBXXX2 series USB AVRs.
Dean
2009-08-05
Renamed all library events to properly seperate out Device and Host mode even...
Dean
2009-06-28
Added const modifiers to device mode class drivers.
Dean
2009-06-21
Re-add signature byte defines to the DFU and CDC class bootloaders -- the SIG...
Dean
2009-06-09
Updated bootloaders to use the new main() function layout and remove any refe...
Dean
2009-05-18
Rewritten event system to remove all macros, to make user code clearer.
Dean
2009-04-07
Added preprocessor checks and documentation to the bootloaders giving informa...
Dean
2009-04-01
All comments in the library, bootloaders, demos and projects have now been sp...
Dean
2009-03-17
Corrected CDC class bootloader to fix a few bugs, changed address counter to ...
Dean
2009-03-09
Removed SetSystemClockPrescaler() macro, the clock_prescale_set() avr-libc ma...
Dean
2009-03-09
Altered DFU bootloader to use the signature byte constants located in the avr...
Dean
2009-03-04
Updated makefiles to reflect new dfu-ee programming target invocations (suppl...
Dean