aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/AVR8/PipeStream_AVR8.c
Commit message (Collapse)AuthorAgeFilesLines
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Minor documentation fixes.Dean Camera2011-08-231-1/+1
| | | | Add extra parenthesis around terms in the common MIN() and MAX() macros to prevent issues with non-trivial macro inputs (thanks to David Lyons).
* Copy out the EndpointStream and PipeStream functions to each architecture, ↵Dean Camera2011-05-261-0/+216
so that each architecture can optimise the stream functions according to the available hardware (such as DMA, where available).