aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/Core/XMEGA
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-10Add MAX_ENDPOINT_INDEX compile time option for the XMEGA devices.Dean
2012-06-09Spell check source code, fix mistakes.Dean
2012-05-26Fix incorrect definition for the XMEGA Endpoint_BytesInEndpoint() function wh...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-05Add additional preprocessor sanity checks for the XMEGA platform based on the...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-24Minor documentation fixes - change \note entries to \warning where appropriat...Dean
2012-02-19Fix errors uncovered by the new build test compile warnings; fix UC3 pipe con...Dean
2012-02-09Fix XMEGA architecture not correctly resetting the device address and endpoin...Dean
2012-02-04Update file contributor copyrights for 2012.Dean
2012-02-04Update file header copyrights for 2012.Dean
2012-02-04Minor corrections to the XMEGA USB controller implementation.Dean
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...dean
2011-12-13Minor XMEGA USB driver fixes.Dean
2011-11-23Add XMEGA compile time tokens to the LUFAConfig.h code template.Dean
2011-11-14Minor corrections for the XMEGA USB controller. Add compile time warning if t...Dean
2011-11-01Fix XMEGA core USB driver endpoint code to prevent incorrect STALL determinat...Dean
2011-10-31Add support for the Atmel XMEGA A3BU Xplained board.Dean
2011-10-31Fix XMEGA core USB driver so that device mode enumerates correctly on the hos...Dean
2011-10-30Namespace out the internal endpoint globals in the XMEGA architecture.Dean
2011-10-30Update XMEGA clock management so that the correct 16-bit calibration is used ...Dean
2011-10-30XMEGA port improvements; connection and disconnection are now detected correc...Dean
2011-10-09Prevent written but unused variable warnings on GCC 4.6 with dummy reads.Dean
2011-10-07USB XMEGA support improvements; add DFLL clock platform support, ensure the e...Dean
2011-10-04Fix compile errors for the USB XMEGA parts when the USB driver is used.Dean
2011-09-22Add missing "used" attribute to ATTR_INIT_SECTION to ensure functions declare...Dean
2011-08-23Minor documentation fixes.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-19Add support for the ORDERED_EP_CONFIG compile time token on the UC3 architect...Dean
2011-07-19Move out the EP_TYPE_* macros to the base USBController.h header, as these ar...Dean
2011-07-18More USB XMEGA porting for Endpoint control.Dean
2011-07-15Add missing SVN eol-style property to files where it was missing.Dean
2011-07-15Add option to the USB XMEGAs to set the USB bus interrupt priority level.Dean
2011-07-15Complete USB XMEGA interrupt control subsystem code in the core USB driver.Dean
2011-07-14Complete initial revision of the XMEGA Clock Management platform driver.Dean
2011-07-14Update UC3 platform driver support to use the bitmasks defined in the header ...Dean
2011-07-14More XMEGA USB AVR device port work - re-add missing Endpoint stream function...Dean
2011-07-14Implementation of several key core USB driver functions for the new USB XMEGA...Dean
2011-07-13Add start of an architecture port to the Atmel USB XMEGA devices.Dean