| Age | Commit message (Expand) | Author |
| 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 |
| 2011-12-23 | Run wspurify script on /trunk/ and /branches/ C source files, to remove any t... | dean |
| 2011-09-07 | Fixed incorrect buffer size check in the USBtoSerial project (thanks to Yuri ... | Dean |
| 2011-02-10 | Add static keyword to all project globals whose scope should be restricted to... | Dean |
| 2011-01-30 | Oops - fix up some calls to the old function names, include Serial Peripheral... | Dean |
| 2011-01-30 | Add new HID_DESCRIPTOR_VENDOR() macro, change over all projects and Device Cl... | Dean |
| 2011-01-01 | Update copyright year on all source files. | Dean |
| 2010-12-31 | Rename RingBuffer header functions and typedefs from RingBuff_* to RingBuffer... | Dean |
| 2010-12-26 | Make a new general RingBuffer.h misc library driver, instead of the per-appli... | Dean |
| 2010-12-12 | Fixed possible lost data in the XPLAINBridge, USBtoSerial and Benito projects... | Dean |
| 2010-11-23 | Fixed Benito project discarding incoming data from the USB virtual serial por... | Dean |
| 2010-11-05 | Renamed the EVENT_USB_Device_UnhandledControlRequest() event to EVENT_USB_Dev... | Dean |
| 2010-11-03 | Fixed USBtoSerial and XPLAINBridge demos discarding data from the PC if the s... | 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-08-22 | Moved calls to Device mode Class Driver events to after the request has been ... | Dean |
| 2010-08-09 | Removed complicated logic for the Endpoint_ConfigureEndpoint() function to us... | Dean |
| 2010-08-01 | Fix XPLAINBridge project discarding characters from the USB interface due to ... | Dean |
| 2010-07-31 | Fixed Serial peripheral driver not turning off the USART before reconfiguring... | Dean |
| 2010-07-30 | Altered the CDC Deivice and Host Class drivers' receive byte routines, so tha... | Dean |
| 2010-07-30 | Oops - need to turn off USART via control register B before reconfiguring, fi... | Dean |
| 2010-07-29 | Fixed Benito and USBtoSerial projects not turning off the USART before reconf... | Dean |
| 2010-07-15 | Fixed possible buffer overrun in the XPLAINBridge project when in serial brid... | Dean |
| 2010-07-12 | Reduce prescaler of the flush timer in the USBtoSerial demo, so that buffer o... | Dean |
| 2010-07-12 | Alter the ring buffer library headers to have both atomic and non-atomic inse... | Dean |
| 2010-05-26 | Replace ring buffer library in Benito and USBtoSerial projects with the new l... | Dean |
| 2010-05-08 | Add svn:eol-style property to source files, so that the line endings are corr... | Dean |
| 2010-05-02 | Change AVRISP project's timeout to be interrupt based again, but make the int... | Dean |
| 2010-04-28 | USB_Init() no longer calls sei() to enable global interrupts - this must now ... | Dean |
| 2010-03-16 | Increased throughput of the USBtoSerial demo on systems that send multiple by... | 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-06 | Add double banking property to LUFA powered projects in the Projects director... | Dean |
| 2009-10-26 | Use clearer buffer names in the USBtoSerial project to prevent confusion. | Dean |
| 2009-10-18 | Moved USBtoSerial demo the Projects directory, as it is simply an expanded CD... | Dean |