aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/XMEGA/USBInterrupt_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
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
* Fixed re-enumeration issue of XMEGA architecture targets.Dean Camera2013-08-131-1/+1
* Fixed incorrect USB device state set when a suspended LUFA device is woken wh...Dean Camera2013-07-151-1/+1
* Revert incorrect XMEGA interrupt disable patch; all flags *except* the interr...Dean Camera2013-05-051-1/+1
* Fix incorrect Interrupt disable function for the XMEGA architecture (thanks t...Dean Camera2013-03-231-1/+1
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-2/+1
* Add architecture guards to all architecture-specific files, so that they can ...Dean Camera2012-04-071-0/+4
* Fix XMEGA architecture not correctly resetting the device address and endpoin...Dean Camera2012-02-091-0/+3
* 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-2/+2
* XMEGA port improvements; connection and disconnection are now detected correc...Dean Camera2011-10-301-1/+1
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-151-100/+100
* Complete USB XMEGA interrupt control subsystem code in the core USB driver.Dean Camera2011-07-151-3/+58
* Add start of an architecture port to the Atmel USB XMEGA devices.Dean Camera2011-07-131-0/+45