aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/XMEGA/USBController_XMEGA.h
Commit message (Collapse)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
|
* Move USB mode enum into the top level USB controller header, as it is common ↵Dean Camera2013-04-281-10/+0
| | | | to all architectures (even if not all modes are supported).
* Fix broken XMEGA USB support.Dean Camera2013-01-271-1/+8
|
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
|
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
|
* Fixed logic hole breaking USB operations on a USB controller with only one ↵Dean Camera2012-08-281-4/+7
| | | | supported USB mode and no USB_DEVICE_ONLY or USB_HOST_ONLY configuration token set.
* Spell check source code, fix mistakes.Dean Camera2012-06-091-1/+1
|
* Add additional preprocessor sanity checks for the XMEGA platform based on ↵Dean Camera2012-05-051-1/+1
| | | | the USB controller input clock speed.
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-1/+1
|
* Minor documentation fixes - change \note entries to \warning where ↵Dean Camera2012-02-241-6/+5
| | | | appropriate and remove/update old documentation.
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-231-4/+4
| | | | trailing whitespace at the end of each line.
* Minor corrections for the XMEGA USB controller. Add compile time warning if ↵Dean Camera2011-11-141-0/+4
| | | | the USB clock frequency is provably incorrect.
* Update XMEGA clock management so that the correct 16-bit calibration is used ↵Dean Camera2011-10-301-1/+7
| | | | 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-5/+17
| | | | correctly. Fixed incorrect interrupt priority levels being set for XMEGA devices.
* Move out the EP_TYPE_* macros to the base USBController.h header, as these ↵Dean Camera2011-07-191-27/+0
| | | | are used in the device descriptors as well and thus must not be changed.
* More USB XMEGA porting for Endpoint control.Dean Camera2011-07-181-9/+9
|
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-151-319/+319
|
* Add option to the USB XMEGAs to set the USB bus interrupt priority level.Dean Camera2011-07-151-1/+19
|
* Complete USB XMEGA interrupt control subsystem code in the core USB driver.Dean Camera2011-07-151-0/+7
| | | | | | 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.
* Implementation of several key core USB driver functions for the new USB ↵Dean Camera2011-07-141-76/+11
| | | | XMEGA devices.
* Add start of an architecture port to the Atmel USB XMEGA devices.Dean Camera2011-07-131-0/+359