aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/XMEGA/USBController_XMEGA.c
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
* Minor code style fixes, documentation improvements.Dean Camera2014-07-221-4/+5
* Fix XMEGA USB prescaler calculationBert van Hall2014-07-221-3/+13
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
* Reset XMEGA NVM read command to the symbolic NO_OPERATION constant rather tha...Dean Camera2013-02-131-4/+4
* 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 su...Dean Camera2012-08-281-4/+8
* Spell-check latest trunk source code.Dean Camera2012-08-181-1/+1
* Add checks to the endpoint and pipe configure functions and fail if the reque...Dean Camera2012-06-101-1/+1
* Add additional preprocessor sanity checks for the XMEGA platform based on the...Dean Camera2012-05-051-1/+5
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-6/+7
* Add architecture guards to all architecture-specific files, so that they can ...Dean Camera2012-04-071-0/+4
* 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 t...Dean Camera2011-12-231-8/+9
* Fix XMEGA core USB driver so that device mode enumerates correctly on the hos...Dean Camera2011-10-311-1/+1
* Update XMEGA clock management so that the correct 16-bit calibration is used ...Dean Camera2011-10-301-2/+7
* XMEGA port improvements; connection and disconnection are now detected correc...Dean Camera2011-10-301-1/+2
* USB XMEGA support improvements; add DFLL clock platform support, ensure the e...Dean Camera2011-10-071-2/+6
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-151-169/+169
* Add option to the USB XMEGAs to set the USB bus interrupt priority level.Dean Camera2011-07-151-4/+7
* Complete USB XMEGA interrupt control subsystem code in the core USB driver.Dean Camera2011-07-151-2/+20
* Complete initial revision of the XMEGA Clock Management platform driver.Dean Camera2011-07-141-0/+5
* Implementation of several key core USB driver functions for the new USB XMEGA...Dean Camera2011-07-141-4/+70
* Add start of an architecture port to the Atmel USB XMEGA devices.Dean Camera2011-07-131-0/+77