aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-2/+2
* Update copyrights for 2018.Dean Camera2018-01-041-2/+2
* Update copyrights for 2017.Dean Camera2017-04-181-2/+2
* Update copyrights to 2016.Dean Camera2016-01-311-2/+2
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
* Minor documentation improvements.Dean Camera2013-05-041-3/+2
* Reduce the amount of inlining of core Endpoint functions for XMEGA, to reduce...Dean Camera2013-04-141-97/+10
* Minor documentation improvements.Dean Camera2013-03-181-1/+1
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
* Add checks to the endpoint and pipe configure functions and fail if the reque...Dean Camera2012-06-101-1/+5
* Add MAX_ENDPOINT_INDEX compile time option for the XMEGA devices.Dean Camera2012-06-101-2/+6
* Fix incorrect definition for the XMEGA Endpoint_BytesInEndpoint() function wh...Dean Camera2012-05-261-1/+4
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-123/+59
* Minor documentation fixes - change \note entries to \warning where appropriat...Dean Camera2012-02-241-9/+8
* Fix errors uncovered by the new build test compile warnings; fix UC3 pipe con...Dean Camera2012-02-191-0/+1
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
* Minor corrections to the XMEGA USB controller implementation.Dean Camera2012-02-041-1/+4
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-231-15/+15
* Minor XMEGA USB driver fixes.Dean Camera2011-12-131-12/+1
* Minor corrections for the XMEGA USB controller. Add compile time warning if t...Dean Camera2011-11-141-4/+8
* Fix XMEGA core USB driver endpoint code to prevent incorrect STALL determinat...Dean Camera2011-11-011-3/+6
* Add support for the Atmel XMEGA A3BU Xplained board.Dean Camera2011-10-311-3/+3
* Fix XMEGA core USB driver so that device mode enumerates correctly on the hos...Dean Camera2011-10-311-4/+17
* Namespace out the internal endpoint globals in the XMEGA architecture.Dean Camera2011-10-301-55/+65
* Update XMEGA clock management so that the correct 16-bit calibration is used ...Dean Camera2011-10-301-1/+3
* XMEGA port improvements; connection and disconnection are now detected correc...Dean Camera2011-10-301-38/+94
* Prevent written but unused variable warnings on GCC 4.6 with dummy reads.Dean Camera2011-10-091-1/+1
* Fix compile errors for the USB XMEGA parts when the USB driver is used.Dean Camera2011-10-041-2/+2
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...Dean Camera2011-07-191-15/+3
* Add support for the ORDERED_EP_CONFIG compile time token on the UC3 architect...Dean Camera2011-07-191-35/+18
* More USB XMEGA porting for Endpoint control.Dean Camera2011-07-181-36/+42
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-151-773/+773
* Complete USB XMEGA interrupt control subsystem code in the core USB driver.Dean Camera2011-07-151-1/+1
* Update UC3 platform driver support to use the bitmasks defined in the header ...Dean Camera2011-07-141-4/+21
* More XMEGA USB AVR device port work - re-add missing Endpoint stream function...Dean Camera2011-07-141-8/+0
* Implementation of several key core USB driver functions for the new USB XMEGA...Dean Camera2011-07-141-30/+7
* Add start of an architecture port to the Atmel USB XMEGA devices.Dean Camera2011-07-131-0/+787