aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/UC3
Commit message (Expand)AuthorAgeFilesLines
* Optimize Endpoint_Discard_Stream() and Endpoint_Null_Stream().Dean Camera2018-12-081-16/+6
* Fixed incorrect endpoint bank setup on the UC3 architecture (thanks to Andrus...Dean Camera2018-02-181-1/+1
* Ensure USE_INTERNAL_SERIAL is set to NO_DESCRIPTOR if internal serial is disa...Dean Camera2018-02-181-1/+2
* Make USE_INTERNAL_SERIAL configureable as makefile defineNicoHood2018-01-221-0/+2
* Update copyrights for 2018.Dean Camera2018-01-0420-40/+40
* Update copyrights for 2017.Dean Camera2017-04-1820-40/+40
* Update copyrights to 2016.Dean Camera2016-01-3120-40/+40
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-1720-40/+40
* Fix possible infinite loop in the control stream write template functions.Dean Camera2014-06-081-0/+2
* Update copyrights for 2014.Dean Camera2014-01-0420-120/+120
* Fixed incorrect USB device state set when a suspended LUFA device is woken wh...Dean Camera2013-07-151-1/+1
* Minor documentation improvements.Dean Camera2013-05-042-9/+8
* Move USB mode enum into the top level USB controller header, as it is common ...Dean Camera2013-04-281-17/+3
* Minor documentation improvements.Dean Camera2013-03-182-2/+2
* Suppress unused function parameter warnings in the USB driver.Dean Camera2013-01-271-0/+2
* Fix broken XMEGA USB support.Dean Camera2013-01-271-2/+2
* Update copyright year to 2013.Dean Camera2013-01-0320-40/+40
* Fixed hardware race condition that could cause failed device enumerations for...Dean Camera2013-01-031-1/+6
* Clean up unnecessary CPPCheck static analysis suppression comments, force Dox...Dean Camera2012-10-144-4/+0
* Minor documentation improvements.Dean Camera2012-10-0520-20/+20
* 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-8/+12
* Add missing UC3 architecture F_USB configuration checks.Dean Camera2012-07-241-0/+10
* Fixed endianess issues in the RNDIS host class driver for UC3 devices (thanks...Dean Camera2012-07-221-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-214-1183/+1183
* Add checks to the endpoint and pipe configure functions and fail if the reque...Dean Camera2012-06-102-1/+9
* Minor correction to the UC3 USB clock division formula (thanks to Kim Blomqvi...Dean Camera2012-06-101-1/+1
* Spell check source code, fix mistakes.Dean Camera2012-06-091-1/+1
* Fix typo in the UC3 host pipe driver. Improve library TAR export exclusion fi...Dean Camera2012-06-061-1/+1
* Fix incorrect bank mask in Endpoint_ConfigureEndpoint() for the UC3 devices.Dean Camera2012-06-023-5/+5
* Fixed swapped Little Endian/Big Endian endpoint and pipe write code for the U...Dean Camera2012-05-263-17/+18
* Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ...Dean Camera2012-05-202-25/+25
* Add missing CPPCheck unusedFunction check suppressions on the USB template fu...Dean Camera2012-05-194-0/+4
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-147-223/+171
* Add architecture guards to all architecture-specific files, so that they can ...Dean Camera2012-04-078-0/+32
* Fixed compile error for the UC3 architecture when INTERRUPT_CONTROL_ENDPOINT ...Dean Camera2012-03-061-0/+2
* 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-29/+22
* Fix errors uncovered by the new build test compile warnings; fix UC3 pipe con...Dean Camera2012-02-193-4/+4
* Add build tests to verify correct compilation of as many modules as possible ...Dean Camera2012-02-181-1/+1
* Added INVERTED_VBUS_ENABLE_LINE and NO_AUTO_VBUS_MANAGEMENT compile time opti...Dean Camera2012-02-052-0/+9
* Update file contributor copyrights for 2012.Dean Camera2012-02-0420-20/+20
* Update file header copyrights for 2012.Dean Camera2012-02-0420-20/+20
* 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-2314-48/+53
* Fixed broken AVR32 endpoint/pipe communications when ORDERED_EP_CONFIG compil...Dean Camera2011-11-223-13/+17
* Namespace out the internal endpoint and pipe globals in the UC3 architecture.Dean Camera2011-10-304-145/+145
* Update XMEGA platform clock management example code to suit the currently rel...Dean Camera2011-10-252-12/+12