| 2012-08-27 | Dean Camera | Add human readable definitions for the AVR109 protocol... | blob | commitdiff | 
| 2012-07-07 | Dean Camera | Reduce bootloader magic key to 16 bits to save FLASH... | blob | commitdiff | diff to current | 
| 2012-06-09 | Dean Camera | Added new JTAG_ENABLE() macro for the AVR8 architecture... | blob | commitdiff | diff to current | 
| 2012-06-01 | Dean Camera | Switch over Demos, Bootloaders and Projects to the... | blob | commitdiff | diff to current | 
| 2012-05-21 | Dean Camera | AppConfigHeaders: Merge in latest trunk. | blob | commitdiff | diff to current | 
| 2012-05-21 | Dean Camera | Turn off watchdog before jumping to the user applicatio... | blob | commitdiff | diff to current | 
| 2012-05-10 | Dean Camera | Add branch for the conversion of demos to use standard... | blob | commitdiff | diff to current | 
| 2012-05-05 | Dean Camera | Fix bootloaders to make the StaticAnalysis build test... | blob | commitdiff | diff to current | 
| 2012-04-29 | Dean Camera | The library bootloaders will now correctly start the... | blob | commitdiff | diff to current | 
| 2012-04-14 | Dean Camera | Reintegrate the FullEPAddresses development branch... | blob | commitdiff | diff to current | 
| 2012-02-04 | Dean Camera | Update file contributor copyrights for 2012. | blob | commitdiff | diff to current | 
| 2012-02-04 | Dean Camera | Update file header copyrights for 2012. | blob | commitdiff | diff to current | 
| 2012-01-29 | Dean Camera | Fixed DFU class bootloader not resetting the LED pins... | blob | commitdiff | diff to current | 
| 2012-01-15 | Dean Camera | Minor bootloader tweaks; make some functions static... | blob | commitdiff | diff to current | 
| 2011-12-23 | Dean Camera | Run wspurify script on /trunk/ and /branches/ C source... | blob | commitdiff | diff to current | 
| 2011-11-23 | Dean Camera | Use the proper "-Wl,--undefined=BootloaderAPI_JumpTable... | blob | commitdiff | diff to current | 
| 2011-10-11 | Dean Camera | Added User Application APIs to the CDC and DFU class... | blob | commitdiff | diff to current | 
| 2011-04-23 | Dean Camera | Make DFU and CDC class bootloaders also toggle the... | blob | commitdiff | diff to current | 
| 2011-04-23 | Dean Camera | Added LED flashing to the CDC and DFU class bootloaders... | blob | commitdiff | diff to current | 
| 2011-04-04 | Dean Camera | Renamed all low level Endpoint_Read_*, Endpoint_Write_... | blob | commitdiff | diff to current | 
| 2011-02-10 | Dean Camera | Add static keyword to all project globals whose scope... | blob | commitdiff | diff to current | 
| 2011-02-09 | Dean Camera | Added HID class bootloader, compatible with a modified... | blob | commitdiff | diff to current | 
| 2011-01-01 | Dean Camera | Update copyright year on all source files. | blob | commitdiff | diff to current | 
| 2010-11-24 | Dean Camera | Readd incomplete MIDIToneGenerator project, which can... | blob | commitdiff | diff to current | 
| 2010-11-05 | Dean Camera | Renamed the EVENT_USB_Device_UnhandledControlRequest... | blob | commitdiff | diff to current | 
| 2010-10-29 | Dean Camera | Rename new CDC class bootloader NO_LOCK_BYTE_SUPPORT... | blob | commitdiff | diff to current | 
| 2010-10-29 | Dean Camera | Added new NO_BLOCK_SUPPORT, NO_EEPROM_BYTE_SUPPORT... | blob | commitdiff | diff to current | 
| 2010-10-28 | Dean Camera | Changed over fourwalledcubicle.com links to the new... | blob | commitdiff | diff to current | 
| 2010-10-13 | Dean Camera | Clean up excessive whitespace at the end of each line... | blob | commitdiff | diff to current | 
| 2010-09-28 | Dean Camera | Added CDC functional descriptor structs to the Low... | blob | commitdiff | diff to current | 
| 2010-09-14 | Dean Camera | Fixed incorrect signature reported in the CDC class... | blob | commitdiff | diff to current | 
| 2010-05-26 | Dean Camera | Removed unused line encoding data and control requests... | blob | commitdiff | diff to current | 
| 2010-05-26 | Dean Camera | Switch to using the correct intptr_t type use where... | blob | commitdiff | diff to current | 
| 2010-05-08 | Dean Camera | Add svn:eol-style property to source files, so that... | blob | commitdiff | diff to current | 
| 2010-05-06 | Dean Camera | Make CDC class bootloader hard-reset the AVR when exite... | blob | commitdiff | diff to current | 
| 2010-04-28 | Dean Camera | USB_Init() no longer calls sei() to enable global inter... | blob | commitdiff | diff to current | 
| 2009-12-30 | Dean Camera | Update copyright year to 2010. | blob | commitdiff | diff to current | 
| 2009-12-28 | Dean Camera | Fix MIT license language to make its intent clearer. | blob | commitdiff | diff to current | 
| 2009-11-09 | Dean Camera | Spell check all source code variables, comments and... | blob | commitdiff | diff to current | 
| 2009-10-08 | Dean Camera | Application documentation/comment cleanup. | blob | commitdiff | diff to current | 
| 2009-09-20 | Dean Camera | Added new Pipe_IsFrozen() macro to determine if the... | blob | commitdiff | diff to current | 
| 2009-09-06 | Dean Camera | Fixed DFU and CDC class bootloaders on the AT90USBXXX2... | blob | commitdiff | diff to current | 
| 2009-08-05 | Dean Camera | Fixed issue in USBtoSerial demos where the USART Rx... | blob | commitdiff | diff to current | 
| 2009-08-05 | Dean Camera | Renamed all library events to properly seperate out... | blob | commitdiff | diff to current | 
| 2009-07-21 | Dean Camera | Added new USB_DeviceState variable to keep track of... | blob | commitdiff | diff to current | 
| 2009-06-28 | Dean Camera | Added const modifiers to device mode class drivers. | blob | commitdiff | diff to current | 
| 2009-06-21 | Dean Camera | Re-add signature byte defines to the DFU and CDC class... | blob | commitdiff | diff to current | 
| 2009-06-09 | Dean Camera | Updated bootloaders to use the new main() function... | blob | commitdiff | diff to current | 
| 2009-06-08 | Dean Camera | Converted Host mode demos to schedulerless. Fixed host... | blob | commitdiff | diff to current | 
| 2009-05-18 | Dean Camera | Rewritten event system to remove all macros, to make... | blob | commitdiff | diff to current | 
| 2009-05-02 | Dean Camera | Fixed Endpoint_Write_Control_* functions writing more... | blob | commitdiff | diff to current | 
| 2009-05-02 | Dean Camera | Fixed reversed signature byte ordering in the CDC bootl... | blob | commitdiff | diff to current | 
| 2009-04-22 | Dean Camera | USB_HostRequest renamed to USB_ControlRequest, entire... | blob | commitdiff | diff to current | 
| 2009-04-21 | Dean Camera | Removed specialized Endpoint_ClearControl* and Pipe_Cle... | blob | commitdiff | diff to current | 
| 2009-04-20 | Dean Camera | Changed over all deprecated GCC structure tag initializ... | blob | commitdiff | diff to current | 
| 2009-04-16 | Dean Camera | Fixed GenericHIDHost demo report write routine incorrec... | blob | commitdiff | diff to current | 
| 2009-04-01 | Dean Camera | All comments in the library, bootloaders, demos and... | blob | commitdiff | diff to current | 
| 2009-03-17 | Dean Camera | Corrected CDC class bootloader to fix a few bugs, chang... | blob | commitdiff | diff to current | 
| 2009-03-10 | Dean Camera | Fixed incorrect/missing control status stage transfers... | blob | commitdiff | diff to current | 
| 2009-03-09 | Dean Camera | Removed SetSystemClockPrescaler() macro, the clock_pres... | blob | commitdiff | diff to current | 
| 2009-02-26 | Dean Camera | Makefiles and library modified to add a new F_CLOCK... | blob | commitdiff | diff to current | 
| 2009-02-23 | Dean Camera | Moved all source to the trunk directory. | blob | commitdiff | diff to current | 
|  |