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