aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/UC3/PipeStream_UC3.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix compile errors when compiling for the AVR32 UC3 target.Dean Camera2011-06-081-0/+1
|
* Copy out the EndpointStream and PipeStream functions to each architecture, ↵Dean Camera2011-05-261-0/+351
so that each architecture can optimise the stream functions according to the available hardware (such as DMA, where available).