aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/Template/Template_Endpoint_Control_R.c
Commit message (Collapse)AuthorAgeFilesLines
* Copy out the EndpointStream and PipeStream functions to each architecture, ↵Dean Camera2011-05-261-50/+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/+50
architectures in the future.