aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/UC3/PipeStream_UC3.c
Commit message (Collapse)AuthorAgeFilesLines
* 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/+162
so that each architecture can optimise the stream functions according to the available hardware (such as DMA, where available).