aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/XMEGA/Endpoint_XMEGA.h
Commit message (Collapse)AuthorAgeFilesLines
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
|
* Add checks to the endpoint and pipe configure functions and fail if the ↵Dean Camera2012-06-101-1/+5
| | | | requested endpoint or pipe number is above the maximum for that device.
* 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 ↵Dean Camera2012-05-261-1/+4
| | | | when used on OUT endpoints.
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-123/+59
|
* Minor documentation fixes - change \note entries to \warning where ↵Dean Camera2012-02-241-9/+8
| | | | appropriate and remove/update old documentation.
* Fix errors uncovered by the new build test compile warnings; fix UC3 pipe ↵Dean Camera2012-02-191-0/+1
| | | | configuration function broken, redundant function prototypes and unused parameters.
* 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 ↵Dean Camera2011-12-231-15/+15
| | | | trailing whitespace at the end of each line.
* Minor XMEGA USB driver fixes.Dean Camera2011-12-131-12/+1
|
* Minor corrections for the XMEGA USB controller. Add compile time warning if ↵Dean Camera2011-11-141-4/+8
| | | | the USB clock frequency is provably incorrect.
* Fix XMEGA core USB driver endpoint code to prevent incorrect STALL ↵Dean Camera2011-11-011-3/+6
| | | | determination.
* Add support for the Atmel XMEGA A3BU Xplained board.Dean Camera2011-10-311-3/+3
| | | | More XMEGA USB core fixes.
* Fix XMEGA core USB driver so that device mode enumerates correctly on the ↵Dean Camera2011-10-311-4/+17
| | | | host PC.
* 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
| | | | when requested. Fix endpoint descriptor table so that the frame number is stored into the correct location. Add compile time option to source the USB clock from the PLL rather than the internal 32MHz RC oscillator.
* XMEGA port improvements; connection and disconnection are now detected ↵Dean Camera2011-10-301-38/+94
| | | | correctly. Fixed incorrect interrupt priority levels being set for XMEGA devices.
* 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
| | | | | | Add core support for the ATXMEGA64A1U. Minor documentation corrections.
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ↵Dean Camera2011-07-191-15/+3
| | | | ENDPOINT_DIR_* macros, which can now be used with both Endpoint_ConfigureEndpoint() and in the device descriptors.
* Add support for the ORDERED_EP_CONFIG compile time token on the UC3 ↵Dean Camera2011-07-191-35/+18
| | | | architecture.
* 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
| | | | | | Automatically load in the USB calibration bytes from the User Signature Row on start-up. Create internal SRAM variable for the endpoint control and status register table, used by the XMEGA USB controller hardware.
* Update UC3 platform driver support to use the bitmasks defined in the header ↵Dean Camera2011-07-141-4/+21
| | | | | | files over raw constants. Start implementation of XMEGA platform drivers.
* More XMEGA USB AVR device port work - re-add missing Endpoint stream ↵Dean Camera2011-07-141-8/+0
| | | | functions, remove unnecessary internal functions.
* Implementation of several key core USB driver functions for the new USB ↵Dean Camera2011-07-141-30/+7
| | | | XMEGA devices.
* Add start of an architecture port to the Atmel USB XMEGA devices.Dean Camera2011-07-131-0/+787