aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/Template/Template_Pipe_RW.c
Commit message (Collapse)AuthorAgeFilesLines
* Copy out the EndpointStream and PipeStream functions to each architecture, ↵Dean Camera2011-05-261-53/+0
| | | | so that each architecture can optimise the stream functions according to the available hardware (such as DMA, where available).
* Initial restructuring of the core USB driver module to support multiple ↵Dean Camera2011-02-191-0/+53
architectures in the future.