aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/AVR8/Pipe_AVR8.h
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Fix Doxygen grouping.Dean Camera2019-09-041-4/+4
* 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-2/+2
* 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
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-57/+59
* Minor documentation fixes - change \note entries to \warning where appropriat...Dean Camera2012-02-241-8/+4
* 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-2/+2
* Prevent written but unused variable warnings on GCC 4.6 with dummy reads.Dean Camera2011-10-091-0/+6
* Renamed USB_Host_ClearPipeStall() to USB_Host_ClearEndpointStall() as the fun...Dean Camera2011-08-241-1/+1
* Add missing function attributes.Dean Camera2011-07-121-1/+1
* Updated all host mode demos and projects to use the EVENT_USB_Host_DeviceEnum...Dean Camera2011-07-081-1/+1
* Fix compile errors when both Host and Device modes are enabled.Dean Camera2011-06-091-1/+1
* Pipe_BoundEndpointNumber() has been renamed to Pipe_GetBoundEndpointAddress()...Dean Camera2011-06-081-5/+6
* 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-1/+1
* Add missing function attributes to the pipe/endpoint functions for all archit...Dean Camera2011-04-121-1/+2
* Oops - fix incorrect variable name in the updated Pipe_Write_8() function.Dean Camera2011-04-041-1/+1
* Renamed all low level Endpoint_Read_*, Endpoint_Write_* and Endpoint_Discard_...Dean Camera2011-04-041-53/+53
* General cleanup and more port work to the AVR32 UC3B.Dean Camera2011-02-271-2/+2
* Move out common architecture-independent core definitions into the appropriat...Dean Camera2011-02-271-20/+0
* Removed Pipe_ClearErrorFlags(), pipe error flags are now automatically cleare...Dean Camera2011-02-261-10/+2
* Rename architecture specific driver files, to make them appear with uniquely ...Dean Camera2011-02-201-0/+943