aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/XMEGA/USBInterrupt_XMEGA.c
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵Dean Camera2013-07-151-1/+1
| | | | while addressed but not configured (thanks to Balaji Krishnan)
* Revert incorrect XMEGA interrupt disable patch; all flags *except* the ↵Dean Camera2013-05-051-1/+1
| | | | interrupt level should be cleared, and not the interrupt level itself.
* Fix incorrect Interrupt disable function for the XMEGA architecture (thanks ↵Dean Camera2013-03-231-1/+1
| | | | to Simon Küppers).
* 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
| | | | be bulk-added to existing IDE projects without having to exclude unused architecture files.
* Fix XMEGA architecture not correctly resetting the device address and ↵Dean Camera2012-02-091-0/+3
| | | | endpoints in response to a USB bus reset from the host.
* 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-2/+2
| | | | trailing whitespace at the end of each line.
* XMEGA port improvements; connection and disconnection are now detected ↵Dean Camera2011-10-301-1/+1
| | | | correctly. Fixed incorrect interrupt priority levels being set for XMEGA devices.
* 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
| | | | | | 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.
* Add start of an architecture port to the Atmel USB XMEGA devices.Dean Camera2011-07-131-0/+45