aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/XMEGA
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-0816-32/+32
* Optimize Endpoint_Discard_Stream() and Endpoint_Null_Stream().Dean Camera2018-12-081-16/+6
* Ensure USE_INTERNAL_SERIAL is set to NO_DESCRIPTOR if internal serial is disa...Dean Camera2018-02-181-6/+7
* Make USE_INTERNAL_SERIAL configureable as makefile defineNicoHood2018-01-221-0/+2
* Update copyrights for 2018.Dean Camera2018-01-0416-32/+32
* Update copyrights for 2017.Dean Camera2017-04-1816-32/+32
* Update copyrights to 2016.Dean Camera2016-01-3116-32/+32
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-1716-32/+32
* Minor code style fixes, documentation improvements.Dean Camera2014-07-221-4/+5
* Fix XMEGA USB prescaler calculationBert van Hall2014-07-221-3/+13
* Fix possible infinite loop in the control stream write template functions.Dean Camera2014-06-081-0/+2
* Update copyrights for 2014.Dean Camera2014-01-0416-69/+69
* 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
* Minor documentation improvements.Dean Camera2013-05-041-3/+2
* Move USB mode enum into the top level USB controller header, as it is common ...Dean Camera2013-04-281-10/+0
* Reduce the amount of inlining of core Endpoint functions for XMEGA, to reduce...Dean Camera2013-04-142-99/+112
* Fix incorrect Interrupt disable function for the XMEGA architecture (thanks t...Dean Camera2013-03-231-1/+1
* Minor documentation improvements.Dean Camera2013-03-181-1/+1
* Reset XMEGA NVM read command to the symbolic NO_OPERATION constant rather tha...Dean Camera2013-02-131-4/+4
* Suppress unused function parameter warnings in the USB driver.Dean Camera2013-01-271-0/+2
* Fix broken XMEGA USB support.Dean Camera2013-01-272-5/+12
* Update copyright year to 2013.Dean Camera2013-01-0316-32/+32
* Fixed hardware race condition that could cause failed device enumerations for...Dean Camera2013-01-031-0/+6
* Clean up unnecessary CPPCheck static analysis suppression comments, force Dox...Dean Camera2012-10-143-3/+0
* Minor documentation improvements.Dean Camera2012-10-0516-16/+16
* Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning s...Dean Camera2012-09-091-12/+18
* Fixed logic hole breaking USB operations on a USB controller with only one su...Dean Camera2012-08-282-8/+15
* Minor documentation corrections.Dean Camera2012-08-271-20/+30
* Spell-check latest trunk source code.Dean Camera2012-08-181-1/+1
* Minor documentation improvements.Dean Camera2012-07-151-6/+6
* Add svn:eol-style property on all source files where it was missing. Fix line...Dean Camera2012-06-212-920/+920
* Add checks to the endpoint and pipe configure functions and fail if the reque...Dean Camera2012-06-102-2/+6
* Add MAX_ENDPOINT_INDEX compile time option for the XMEGA devices.Dean Camera2012-06-101-2/+6
* Spell check source code, fix mistakes.Dean Camera2012-06-091-1/+1
* Fix incorrect definition for the XMEGA Endpoint_BytesInEndpoint() function wh...Dean Camera2012-05-261-1/+4
* Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ...Dean Camera2012-05-201-12/+12
* Add missing CPPCheck unusedFunction check suppressions on the USB template fu...Dean Camera2012-05-193-0/+3
* Add additional preprocessor sanity checks for the XMEGA platform based on the...Dean Camera2012-05-053-6/+12
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-146-140/+92
* Add architecture guards to all architecture-specific files, so that they can ...Dean Camera2012-04-077-0/+30
* Minor documentation fixes - change \note entries to \warning where appropriat...Dean Camera2012-02-243-19/+17
* Fix errors uncovered by the new build test compile warnings; fix UC3 pipe con...Dean Camera2012-02-192-2/+3
* 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-0416-16/+16
* Update file header copyrights for 2012.Dean Camera2012-02-0416-16/+16
* Minor corrections to the XMEGA USB controller implementation.Dean Camera2012-02-044-6/+16
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-2312-57/+62
* Minor XMEGA USB driver fixes.Dean Camera2011-12-132-13/+2