| Age | Commit message (Expand) | Author |
| 2012-07-07 | Reduce bootloader magic key to 16 bits to save FLASH space. | Dean |
| 2012-06-09 | Added new JTAG_ENABLE() macro for the AVR8 architecture. Fixed the JTAG_DISAB... | Dean |
| 2012-06-01 | Switch over Demos, Bootloaders and Projects to the new and improved build sys... | Dean |
| 2012-05-21 | Turn off watchdog before jumping to the user application in the DFU and CDC b... | Dean |
| 2012-05-05 | Fix bootloaders to make the StaticAnalysis build test happy. | Dean |
| 2012-04-29 | The library bootloaders will now correctly start the user application after a... | Dean |
| 2012-04-14 | Reintegrate the FullEPAddresses development branch into trunk. | Dean |
| 2012-02-04 | Update file contributor copyrights for 2012. | Dean |
| 2012-02-04 | Update file header copyrights for 2012. | Dean |
| 2012-01-29 | Fixed DFU class bootloader not resetting the LED pins as high impedance input... | Dean |
| 2012-01-15 | Minor bootloader tweaks; make some functions static where possible to reduce ... | Dean |
| 2011-12-23 | Run wspurify script on /trunk/ and /branches/ C source files, to remove any t... | dean |
| 2011-11-23 | Use the proper "-Wl,--undefined=BootloaderAPI_JumpTable" linker command line ... | Dean |
| 2011-10-11 | Added User Application APIs to the CDC and DFU class bootloaders. | Dean |
| 2011-04-23 | Make DFU and CDC class bootloaders also toggle the LEDs on command activity i... | Dean |
| 2011-04-23 | Added LED flashing to the CDC and DFU class bootloaders to indicate when they... | Dean |
| 2011-04-04 | Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_... | Dean |
| 2011-02-10 | Add static keyword to all project globals whose scope should be restricted to... | Dean |
| 2011-02-09 | Added HID class bootloader, compatible with a modified version of the command... | Dean |
| 2011-01-01 | Update copyright year on all source files. | Dean |
| 2010-11-24 | Readd incomplete MIDIToneGenerator project, which can now correctly generate ... | Dean |
| 2010-11-05 | Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev... | Dean |
| 2010-10-29 | Rename new CDC class bootloader NO_LOCK_BYTE_SUPPORT compile time option to N... | Dean |
| 2010-10-29 | Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT, NO_FLASH_BYTE_SUPPORT and... | 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-28 | Added CDC functional descriptor structs to the Low Level CDC demos and CDC cl... | Dean |
| 2010-09-14 | Fixed incorrect signature reported in the CDC class bootloader for the ATMEGA... | Dean |
| 2010-05-26 | Removed unused line encoding data and control requests from the CDC Bootloade... | Dean |
| 2010-05-26 | Switch to using the correct intptr_t type use where a pointer must be cast to... | Dean |
| 2010-05-08 | Add svn:eol-style property to source files, so that the line endings are corr... | Dean |
| 2010-05-06 | Make CDC class bootloader hard-reset the AVR when exited instead of a soft-re... | 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-11-09 | Spell check all source code variables, comments and strings. | Dean |
| 2009-10-08 | Application documentation/comment cleanup. | Dean |
| 2009-09-20 | Added new Pipe_IsFrozen() macro to determine if the currently selected pipe i... | Dean |
| 2009-09-06 | Fixed DFU and CDC class bootloaders on the AT90USBXXX2 series USB AVRs. | Dean |
| 2009-08-05 | Fixed issue in USBtoSerial demos where the USART Rx line was not having its p... | Dean |
| 2009-08-05 | Renamed all library events to properly seperate out Device and Host mode even... | Dean |
| 2009-07-21 | Added new USB_DeviceState variable to keep track of the current Device mode U... | 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-06-08 | Converted Host mode demos to schedulerless. Fixed host mode broken due to ear... | Dean |
| 2009-05-18 | Rewritten event system to remove all macros, to make user code clearer. | Dean |
| 2009-05-02 | Fixed Endpoint_Write_Control_* functions writing more data than expected by t... | Dean |
| 2009-05-02 | Fixed reversed signature byte ordering in the CDC bootloader (thanks to Johan... | Dean |
| 2009-04-22 | USB_HostRequest renamed to USB_ControlRequest, entire control request header ... | Dean |