aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/UC3/Endpoint_UC3.h
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-2/+2
* Fixed incorrect endpoint bank setup on the UC3 architecture (thanks to Andrus...Dean Camera2018-02-181-1/+1
* Update copyrights for 2018.Dean Camera2018-01-041-2/+2
* Update copyrights for 2017.Dean Camera2017-04-181-2/+2
* Update copyrights to 2016.Dean Camera2016-01-311-2/+2
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
* Minor documentation improvements.Dean Camera2013-05-041-5/+4
* Minor documentation improvements.Dean Camera2013-03-181-1/+1
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
* Add checks to the endpoint and pipe configure functions and fail if the reque...Dean Camera2012-06-101-1/+6
* Fix incorrect bank mask in Endpoint_ConfigureEndpoint() for the UC3 devices.Dean Camera2012-06-021-3/+3
* Fixed swapped Little Endian/Big Endian endpoint and pipe write code for the U...Dean Camera2012-05-261-8/+8
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-141/+64
* Minor documentation fixes - change \note entries to \warning where appropriat...Dean Camera2012-02-241-12/+10
* 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 t...Dean Camera2011-12-231-5/+5
* Namespace out the internal endpoint and pipe globals in the UC3 architecture.Dean Camera2011-10-301-64/+64
* Update XMEGA platform clock management example code to suit the currently rel...Dean Camera2011-10-251-6/+6
* Prevent written but unused variable warnings on GCC 4.6 with dummy reads.Dean Camera2011-10-091-0/+6
* Fix missing C++ linkage command in ArchitectureSpecific.h.Dean Camera2011-09-211-1/+1
* Removed the ENDPOINT_DESCRIPTOR_DIR_* macros in favour of the shorter ENDPOIN...Dean Camera2011-07-191-15/+2
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-151-876/+876
* Correct the maximum banks per endpoint information macros for the UC3A3 and U...Dean Camera2011-07-141-7/+7
* Add support for triple endpoint/pipe bank AVR32 UC3 devices.Dean Camera2011-07-141-1/+12
* Add missing ENDPOINT_DETAILS_EP7 macro for the UC3A3/UC3A4 devices.Dean Camera2011-07-141-1/+2
* Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnum...Dean Camera2011-07-081-2/+2
* Minor internal macro renaming for the UC3 devices.Dean Camera2011-06-201-3/+3
* Massive corrections to the project documentation and code comments, thanks to...Dean Camera2011-06-051-1/+1
* Spell check library source code files.Dean Camera2011-06-011-2/+2
* Add missing function attributes to the pipe/endpoint functions for all archit...Dean Camera2011-04-121-0/+1
* Remove redundant type information for bitfield elements, other than the signe...Dean Camera2011-04-101-1/+1
* Add in a new common Delay_MS() function, which provides a blocking delay for ...Dean Camera2011-04-081-7/+7
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-041-54/+56
* Correct Endpoint/Pipe maximum constants for the AVR32 UC3 models.Dean Camera2011-03-141-9/+31
* Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.Dean Camera2011-03-131-0/+839