| Age | Commit message (Expand) | Author |
| 2011-07-12 | Add more missing function attributes to the TWI peripheral driver. | Dean |
| 2011-07-12 | Add missing function attributes. | Dean |
| 2011-07-12 | Added new USB_Host_GetDeviceStatus() function for USB Host mode. | Dean |
| 2011-07-06 | Fix improper indenting of the internal board driver dispatch headers. | Dean |
| 2011-06-18 | Fix TWI driver documentation example (thanks to Jerome Colombie). | Dean |
| 2011-06-16 | Added new \ref SPI_GetCurrentMode() function to the SPI peripheral driver. | Dean |
| 2011-06-05 | Massive corrections to the project documentation and code comments, thanks to... | Dean |
| 2011-06-01 | Spell check library source code files. | Dean |
| 2011-03-15 | Remove redundant Doxygen guards from the internal preprocessor definitions. | Dean |
| 2011-02-26 | Added TWI baud rate prescaler and bit length parameters to the TWI_Init() fun... | Dean |
| 2011-02-20 | Make sure the peripheral driver .c files include the driver dispatch header, ... | Dean |
| 2011-02-20 | Rename architecture specific driver files, to make them appear with uniquely ... | Dean |
| 2011-02-20 | More Doxygen updates for multiple architecture support. | Dean |
| 2011-02-19 | Fix documentation glitches from the restructuring changes. | Dean |
| 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-30 | Renamed the PRNT_Host_SendString(), CDC_Host_SendString() and CDC_Device_Send... | Dean |
| 2011-01-30 | Removed SerialStream module, rolled functionality into the base USART Serial ... | 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 | Fix compile errors from the changes to the SerialStream and board Temperature... | 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-20 | Oops - fix broken SPI driver due to missing bit inversion on a port mask. | 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-10-06 | Fixed SPI driver not explicitly setting /SS and MISO pins as inputs when SPI_... | 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-31 | Fixed Serial peripheral driver not turning off the USART before reconfiguring... | Dean |
| 2010-07-30 | Oops - fix mixed "initialize" and "initialise" - opt for American spelling du... | Dean |
| 2010-07-30 | More spell checking of all source files -- correct missed errors, switch to E... | Dean |
| 2010-07-29 | Oops - remove duplicated SPI driver init mask. | Dean |
| 2010-07-29 | Added support to the AVRISP-MKII project for ISP speeds slower than 125KHz vi... | 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-07-19 | Update makefiles to use the latest WinAVR/Atmel toolchain makefile template. | 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 |