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