| Age | Commit message (Expand) | Author |
| 2011-07-15 | Add missing SVN eol-style property to files where it was missing.LUFA-110528-BETA | Dean |
| 2011-04-13 | Move LUFA-110528 to BETA status for public testing. | Dean |
| 2011-04-13 | Create new tag for the 110528 release (Quality Assurance). | Dean |
| 2011-04-13 | Replace cast-as-char* byte access of multibyte variables with proper shifts a... | Dean |
| 2011-04-12 | Slight cleanups to the architecture specific makefile templates to make the c... | Dean |
| 2011-04-12 | Update architecture specific makefile templates so that they are as close to ... | Dean |
| 2011-04-12 | Add makefile template for the AVR32 UC3 architecture. | Dean |
| 2011-04-12 | Add missing function attributes to the pipe/endpoint functions for all archit... | Dean |
| 2011-04-10 | Remove redundant type information for bitfield elements, other than the signe... | Dean |
| 2011-04-08 | Create a new Common module documentation group for the new Global Interrupt m... | Dean |
| 2011-04-08 | Move global interrupt enable/disable functions out to Common.h and document t... | Dean |
| 2011-04-08 | Correct UC3 global interrupt functions. | Dean |
| 2011-04-08 | Add in a new common Delay_MS() function, which provides a blocking delay for ... | Dean |
| 2011-04-04 | Oops - fix misnamed function call in Pipe_Discard_Stream(). | Dean |
| 2011-04-04 | Oops - fix incorrect variable name in the updated Pipe_Write_8() function. | Dean |
| 2011-04-04 | Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_... | Dean |
| 2011-04-04 | Conditionally add available address spaces to the address space enum, for mul... | Dean |
| 2011-03-27 | Ensure the library builds cleanly in device mode for architectures lacking mu... | Dean |
| 2011-03-23 | Use the MIN() macro where possible instead of manual "(x < y) ? x : y" constr... | Dean |
| 2011-03-23 | Fix corner case in the HID report descriptor Mouse/Joystick tempates at the 8... | Dean |
| 2011-03-21 | Add in new architecture attribute defines to selectively remove the EEPROM an... | Dean |
| 2011-03-21 | F_CLOCK changed to F_USB to be more descriptive, and applicable on future arc... | Dean |
| 2011-03-18 | Oops - Bootloader optimizations to GetDescriptor() don't work, as the Configu... | Dean |
| 2011-03-16 | Fix bugs in the new VirtualSerialMassStorage demo (thanks to Martin Degelsegg... | Dean |
| 2011-03-16 | Fix incorrectly named include guards in the Board driver header files. | Dean |
| 2011-03-16 | Added new VirtualSerialMassStorage Device Class Driver demo. | Dean |
| 2011-03-15 | Remove redundant Doxygen guards from the internal preprocessor definitions. | Dean |
| 2011-03-15 | Fixed Remote Wakeup broken on the AVRs due to the mechanism only operating wh... | Dean |
| 2011-03-15 | Add named macros to the board joystick drivers where a shift is needed to mai... | Dean |
| 2011-03-15 | Implemented on-demand PLL clock generation for the U4, U6 and U7 series USB A... | Dean |
| 2011-03-15 | Updated the software USART code in the XPLAIN Bridge application so that the ... | Dean |
| 2011-03-14 | Oops - fix internal serial number extraction routine for the AVR8 architecture. | Dean |
| 2011-03-14 | Correct Endpoint/Pipe maximum constants for the AVR32 UC3 models. | Dean |
| 2011-03-13 | Simplify the internal serial extraction routines for each architecture. | Dean |
| 2011-03-13 | Add experimental support for the AVR32 UC3A4 microcontrollers. | Dean |
| 2011-03-13 | Re-add accidentally deleted Host_UC3.c and Host_UC3.h files. | Dean |
| 2011-03-13 | Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models. | Dean |
| 2011-03-13 | Add experimental support for the UC3A0, UC3A1 and UC3A3 series AVR32 microcon... | Dean |
| 2011-03-13 | Oops - rename misnamed Endianess.h header file. | Dean |
| 2011-03-13 | Move out endianness management macros into a new common Endianness.h header. | Dean |
| 2011-03-11 | Simplify AVR32 UC3B software FIFO, as it will only ever be accessed a byte at... | Dean |
| 2011-03-11 | Add structure padding to the appropriate descriptor structures to maintain co... | Dean |
| 2011-03-05 | Fix UC3B architecture compile errors and ensure the architecture can be compi... | Dean |
| 2011-03-05 | Endpoint_ResetFIFO() renamed to Endpoint_ResetEndpoint(), to be consistent wi... | Dean |
| 2011-03-05 | Add software FIFOs to the UC3B pipe control interfaces, to match the endpoint... | Dean |
| 2011-03-05 | Porting updates for the UC3B architecture - get UC3B partially enumerating us... | Dean |
| 2011-03-05 | Minor documentation updates. | Dean |
| 2011-03-03 | Fixed Still Image Host class driver exiting the descriptor search routine pre... | Dean |
| 2011-02-28 | Add in USB_INT_RegisterHandlers() internal function to register the interrupt... | Dean |
| 2011-02-27 | Fix EVK1101 board joystick driver movement masks. | Dean |