| Age | Commit message (Expand) | Author |
| 2011-02-19 | Add new ARCH option to the makefiles to (eventually) specify the target devic... | Dean |
| 2011-01-30 | Renamed all driver termination *_ShutDown() functions to the more logical nam... | Dean |
| 2011-01-16 | Added new ADC_GET_CHANNEL_MASK() convenience macro to the ADC driver. | Dean |
| 2011-01-13 | Added new high level TWI packet read/write commands, altered behaviour of the... | Dean |
| 2011-01-08 | Minor documentation improvements. | Dean |
| 2011-01-01 | Update copyright year on all source files. | Dean |
| 2010-12-26 | Documentation improvements - put driver example code into its own section, fi... | Dean |
| 2010-12-26 | Added basic driver example use code to the library documentation. | Dean |
| 2010-10-28 | Move RNDISConstants.h into the RNDIS class driver common definition header. | Dean |
| 2010-10-28 | Changed over www.fourwalledcubicle.com links to the new www.lufa-lib.org redi... | Dean |
| 2010-10-13 | Fix SoftUART.c not compiling due to accidental check in of changes not yet co... | Dean |
| 2010-10-13 | Clean up excessive whitespace at the end of each line using the wspurify tool... | Dean |
| 2010-08-31 | Fix incorrect ADC driver documentation for the parameters of ADC_Init(), fix ... | Dean |
| 2010-08-02 | Hide the PROGMEM attribute from Doxygen, as it appears to confuse the parser ... | Dean |
| 2010-07-30 | More spell checking of all source files -- correct missed errors, switch to E... | Dean |
| 2010-07-22 | Convert over internal pseudo-function macros to true inline functions for add... | Dean |
| 2010-07-21 | Add missing const qualifiers to class drivers. | Dean |
| 2010-06-17 | Renamed SERIAL_STREAM_ASSERT() macro to STDOUT_ASSERT(). | Dean |
| 2010-06-16 | Spell check code and manual pages. Remove custom Doxygen CSS stylesheet, as t... | Dean |
| 2010-05-29 | Fix spacing of the function parameter descriptions in the Doxygen documentation. | Dean |
| 2010-05-18 | Added new ADC_DisableChannel() function (thanks to Mich Davis). | Dean |
| 2010-05-08 | Add svn:eol-style property to source files, so that the line endings are corr... | Dean |
| 2010-05-04 | Fix up the ADC driver for the U4 parts to remove a typo on one of the registe... | Dean |
| 2010-04-13 | Removed two-step endpoint/pipe bank clear and switch sequence for smaller, fa... | Dean |
| 2010-03-29 | Add file-level brief documentation. | Dean |
| 2010-03-15 | Improve documentation for the ADC and TWI drivers. | Dean |
| 2010-03-13 | Fixed ADC routines not correctly returning the last result when multiple chan... | Dean |
| 2010-02-24 | Added a timeout value to the TWI_StartTransmission() function, within which t... | Dean |
| 2010-02-24 | Revert changes made for the partial port to the AVR32 architecture. | Dean |
| 2010-02-22 | Rename AVRU4U6U9 peripheral driver directory to AVR8. | Dean |
| 2010-02-22 | Make SPI and USART peripheral dispatch driver headers in preparation for a se... | Dean |
| 2010-02-22 | Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs. | Dean |
| 2010-02-11 | Add more include protection macros to give the user warnings when they try to... | Dean |
| 2010-02-01 | Fixed incorrect values of USB_CONFIG_ATTR_SELFPOWERED and USB_CONFIG_ATTR_REM... | Dean |
| 2010-01-27 | Clean up Webserver project - add more Doxygen documentation for the new DHCP ... | Dean |
| 2010-01-25 | Move TWI.c driver into the straight LUFA/Drivers/Peripheral/ directory. | Dean |
| 2010-01-25 | ADC2 and ADC3 channels do not exist on the U4 series USB AVRs. | Dean |
| 2010-01-25 | Added explicit ADC channel masks for the standard set of ADC channels, as the... | Dean |
| 2010-01-19 | Changed XPLAINBridge project to be both a USB to USART bridge and a PDI progr... | Dean |
| 2010-01-19 | Added master mode hardware TWI driver. | Dean |
| 2010-01-15 | Fixed invalid USB controller PLL prescaler values for the ATMEGAxxU2 controllers | Dean |
| 2009-12-30 | Update copyright year to 2010. | Dean |
| 2009-12-30 | Add new TemperatureDataLogger project, a simple USB Mass Storage class Temper... | 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-11-03 | Rename the AT90USBXXX67 internal driver directory to AVRU4U6U7. | Dean |