aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/XMEGA/Device_XMEGA.h
Commit message (Collapse)AuthorAgeFilesLines
* Suppress unused function parameter warnings in the USB driver.Dean Camera2013-01-271-0/+2
|
* Fix broken XMEGA USB support.Dean Camera2013-01-271-4/+4
|
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
|
* Fixed hardware race condition that could cause failed device enumerations ↵Dean Camera2013-01-031-0/+6
| | | | | | | | for AVR8 and UC3 architectures (thanks to Mike Beyhs). Fixed incorrect Minimus board LED definitions (thanks to Joonas Lahtinen). Fixed incorrect LED masks for received data display in the Device GenericHID demos (thanks to Denys Berkovskyy).
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
|
* Add additional preprocessor sanity checks for the XMEGA platform based on ↵Dean Camera2012-05-051-4/+6
| | | | 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-4/+4
| | | | 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-8/+8
| | | | trailing whitespace at the end of each line.
* Add XMEGA compile time tokens to the LUFAConfig.h code template.Dean Camera2011-11-231-19/+34
| | | | | | Add additional compile time errors to the XMEGA and AVR8 architectures if multiple USE_*_DESCRIPTORS compile time tokens are enabled. Add support for the NO_INTERNAL_SERIAL compile time token on the XMEGA targets.
* Fix XMEGA core USB driver so that device mode enumerates correctly on the ↵Dean Camera2011-10-311-0/+1
| | | | host PC.
* 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 "used" attribute to ATTR_INIT_SECTION to ensure functions ↵Dean Camera2011-09-221-0/+2
| | | | | | declared with that meta-attribute are not discarded by the linker. Add missing function and definition documentation.
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-151-238/+238
|
* Complete USB XMEGA interrupt control subsystem code in the core USB driver.Dean Camera2011-07-151-7/+6
| | | | | | 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-12/+36
| | | | XMEGA devices.
* Add start of an architecture port to the Atmel USB XMEGA devices.Dean Camera2011-07-131-0/+215