aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/XMEGA/USBInterrupt_XMEGA.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix errors uncovered by the new build test compile warnings; fix UC3 pipe ↵Dean Camera2012-02-191-2/+2
| | | | 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
|
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-231-11/+11
| | | | trailing whitespace at the end of each line.
* XMEGA port improvements; connection and disconnection are now detected ↵Dean Camera2011-10-301-6/+6
| | | | 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-166/+166
|
* Complete USB XMEGA interrupt control subsystem code in the core USB driver.Dean Camera2011-07-151-6/+60
| | | | | | 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/+112