aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/USB/Core/XMEGA
AgeCommit message (Expand)Author
2012-02-05Add new tag for the LUFA-120219-BETA release.LUFA-120219-BETADean
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