aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/UC3/Pipe_UC3.c
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-2/+2
* 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-5/+5
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
* Fixed endianess issues in the RNDIS host class driver for UC3 devices (thanks...Dean Camera2012-07-221-1/+1
* Add checks to the endpoint and pipe configure functions and fail if the reque...Dean Camera2012-06-101-0/+3
* Fix incorrect bank mask in Endpoint_ConfigureEndpoint() for the UC3 devices.Dean Camera2012-06-021-1/+1
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-6/+28
* Add architecture guards to all architecture-specific files, so that they can ...Dean Camera2012-04-071-0/+4
* Fix errors uncovered by the new build test compile warnings; fix UC3 pipe con...Dean Camera2012-02-191-0/+2
* Add build tests to verify correct compilation of as many modules as possible ...Dean Camera2012-02-181-1/+1
* 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-6/+6
* Fixed broken AVR32 endpoint/pipe communications when ORDERED_EP_CONFIG compil...Dean Camera2011-11-221-3/+4
* Namespace out the internal endpoint and pipe globals in the UC3 architecture.Dean Camera2011-10-301-2/+2
* Add support for the ORDERED_EP_CONFIG compile time token on the UC3 architect...Dean Camera2011-07-191-0/+39
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-151-138/+138
* Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnum...Dean Camera2011-07-081-1/+1
* Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress()...Dean Camera2011-06-081-7/+1
* Add __VA_ARGS__ support to the LUFA supplied ISR macro. Add proper result typ...Dean Camera2011-04-251-1/+1
* Remove redundant type information for bitfield elements, other than the signe...Dean Camera2011-04-101-1/+1
* Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.Dean Camera2011-03-131-0/+144