aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/AVR8
Commit message (Expand)AuthorAgeFilesLines
* 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-0421-42/+42
* Update copyrights for 2017.Dean Camera2017-04-1821-42/+42
* Update copyrights to 2016.Dean Camera2016-01-3121-42/+42
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-1721-42/+42
* Fix possible infinite loop in the control stream write template functions.Dean Camera2014-06-081-0/+2
* Update copyrights for 2014.Dean Camera2014-01-0421-123/+123
* AVR8: Add option to keep 3.3V regulator enabledMichael Hanselmann2013-12-202-1/+10
* Minor documentation corrections.Dean Camera2013-10-061-1/+1
* Fixed incorrect USB device state set when a suspended LUFA device is woken wh...Dean Camera2013-07-151-1/+1
* Fix missing bitshift in the AVR8 Pipe_GetBoundEndpointAddress() function.Dean Camera2013-05-141-1/+1
* Fix Pipe_GetBoundEndpointAddress() returning bad values in some circumstances.Dean Camera2013-05-101-1/+2
* Minor documentation improvements.Dean Camera2013-05-041-6/+6
* Move USB mode enum into the top level USB controller header, as it is common ...Dean Camera2013-04-281-14/+0
* Fixed possible register corruption in USB Host mode on AVR8 devices when ORDE...Dean Camera2013-04-211-4/+4
* Minor documentation improvements.Dean Camera2013-03-182-2/+2
* Suppress unused function parameter warnings in the USB driver.Dean Camera2013-01-271-1/+3
* Fix broken XMEGA USB support.Dean Camera2013-01-271-2/+2
* Update copyright year to 2013.Dean Camera2013-01-0321-42/+42
* Fixed hardware race condition that could cause failed device enumerations for...Dean Camera2013-01-031-3/+6
* Remove support for devices that were not put into production.Dean Camera2013-01-032-6/+6
* Clean up unnecessary CPPCheck static analysis suppression comments, force Dox...Dean Camera2012-10-144-4/+0
* Minor documentation improvements.Dean Camera2012-10-0521-21/+21
* Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning s...Dean Camera2012-09-092-4/+13
* Fixed logic hole breaking USB operations on a USB controller with only one su...Dean Camera2012-08-282-5/+7
* Minor documentation corrections.Dean Camera2012-08-271-20/+30
* Minor documentation improvements.Dean Camera2012-08-181-3/+3
* Added workaround for broken VBUS detection on AVR8 devices when a bootloader ...Dean Camera2012-08-121-0/+7
* 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-213-1361/+1361
* Add checks to the endpoint and pipe configure functions and fail if the reque...Dean Camera2012-06-102-1/+9
* Spell check source code, fix mistakes.Dean Camera2012-06-091-1/+1
* Update SVN line endings property on newer source files to native.Dean Camera2012-06-071-221/+221
* Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ...Dean Camera2012-05-202-22/+22
* Add missing CPPCheck unusedFunction check suppressions on the USB template fu...Dean Camera2012-05-194-0/+4
* Added build test to verify correct compilation of all bootloaders using all s...Dean Camera2012-05-131-2/+2
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-147-189/+165
* Add architecture guards to all architecture-specific files, so that they can ...Dean Camera2012-04-078-1/+35
* Fixed possible enumeration error if the user application selects the non-Cont...Dean Camera2012-02-261-10/+7
* Minor documentation fixes - change \note entries to \warning where appropriat...Dean Camera2012-02-245-44/+37
* Allow serial strings to be generated on the older AVR8 devices which do not e...Dean Camera2012-02-081-2/+2
* Added INVERTED_VBUS_ENABLE_LINE and NO_AUTO_VBUS_MANAGEMENT compile time opti...Dean Camera2012-02-052-0/+17
* Update file contributor copyrights for 2012.Dean Camera2012-02-0421-21/+21
* Update file header copyrights for 2012.Dean Camera2012-02-0421-21/+21
* Minor documentation improvements.Dean Camera2012-02-011-2/+2
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any t...Dean Camera2011-12-2313-36/+41
* Add XMEGA compile time tokens to the LUFAConfig.h code template.Dean Camera2011-11-231-0/+8
* Minor documentation fixes.Dean Camera2011-10-301-10/+10