| Age | Commit message (Expand) | Author |
| 2012-07-15 | Minor documentation improvements. | Dean |
| 2012-06-21 | Add svn:eol-style property on all source files where it was missing. Fix line... | Dean |
| 2012-06-10 | Add checks to the endpoint and pipe configure functions and fail if the reque... | Dean |
| 2012-06-09 | Spell check source code, fix mistakes. | Dean |
| 2012-06-07 | Update SVN line endings property on newer source files to native. | Dean |
| 2012-05-20 | Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ... | Dean |
| 2012-05-19 | Add missing CPPCheck unusedFunction check suppressions on the USB template fu... | Dean |
| 2012-05-13 | Added build test to verify correct compilation of all bootloaders using all s... | Dean |
| 2012-04-14 | Reintegrate the FullEPAddresses development branch into trunk. | Dean |
| 2012-04-07 | Add architecture guards to all architecture-specific files, so that they can ... | Dean |
| 2012-02-26 | Fixed possible enumeration error if the user application selects the non-Cont... | Dean |
| 2012-02-24 | Minor documentation fixes - change \note entries to \warning where appropriat... | Dean |
| 2012-02-08 | Allow serial strings to be generated on the older AVR8 devices which do not e... | Dean |
| 2012-02-05 | Added INVERTED_VBUS_ENABLE_LINE and NO_AUTO_VBUS_MANAGEMENT compile time opti... | Dean |
| 2012-02-04 | Update file contributor copyrights for 2012. | Dean |
| 2012-02-04 | Update file header copyrights for 2012. | Dean |
| 2012-02-01 | Minor documentation improvements. | Dean |
| 2011-12-23 | Run wspurify script on /trunk/ and /branches/ C source files, to remove any t... | dean |
| 2011-11-23 | Add XMEGA compile time tokens to the LUFAConfig.h code template. | Dean |
| 2011-10-30 | Minor documentation fixes. | Dean |
| 2011-10-12 | When automatic PLL management mode is enabled on the U4 series AVR8 chips, th... | Dean |
| 2011-10-09 | Prevent written but unused variable warnings on GCC 4.6 with dummy reads. | Dean |
| 2011-09-22 | Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare... | Dean |
| 2011-08-28 | Move documentation for the USB_HOST_TIMEOUT_MS into the HostStandardReq modul... | Dean |
| 2011-08-24 | Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the fun... | Dean |
| 2011-08-23 | Minor documentation fixes. | Dean |
| 2011-07-29 | Remove redundant calls to USB_USBTask() in the Mass Storage Device Class driv... | Dean |
| 2011-07-25 | Fixed USB_USBTask not being called internally in stream transfers between pac... | Dean |
| 2011-07-19 | Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN... | Dean |
| 2011-07-19 | Move out the EP_TYPE_* macros to the base USBController.h header, as these ar... | Dean |
| 2011-07-14 | Add high speed USB support for the UC3 devices containing a high speed USB co... | Dean |
| 2011-07-12 | Fixed error in the pipe unordered allocation algorithm for the AVR8 devices b... | Dean |
| 2011-07-12 | Add missing function attributes. | Dean |
| 2011-07-08 | Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnum... | Dean |
| 2011-07-06 | Tighten up the implementations of the USB_Device_SetDeviceAddress(), USB_Cont... | Dean |
| 2011-06-20 | Fixed compile error when FIXED_CONTROL_ENDPOINT_SIZE compile time option was ... | Dean |
| 2011-06-14 | Add macro guards to the templated C files to prevent compile errors if they a... | Dean |
| 2011-06-09 | Fix compile errors when both Host and Device modes are enabled. | Dean |
| 2011-06-08 | Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress()... | 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-05-30 | Altered the definition of the USB_Audio_Descriptor_Format_t descriptor so tha... | Dean |
| 2011-05-27 | Add new USB_Host_SetInterfaceAltSetting() convenience function. | Dean |
| 2011-05-26 | Copy out the EndpointStream and PipeStream functions to each architecture, so... | Dean |
| 2011-05-14 | Fixed possible invalid program execution when in host mode if corrupt descrip... | Dean |
| 2011-04-20 | Fix reversed descriptions for the AVR8 USB pad regulator enable/disable masks... | Dean |
| 2011-04-12 | Add missing function attributes to the pipe/endpoint functions for all archit... | 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 |