aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/AVR8/Template/Template_Endpoint_Control_R.c
Commit message (Collapse)AuthorAgeFilesLines
* Add macro guards to the templated C files to prevent compile errors if they ↵Dean Camera2011-06-141-1/+34
| | | | are mistakenly compiled as regular source files in a LUFA project.
* Copy out the EndpointStream and PipeStream functions to each architecture, ↵Dean Camera2011-05-261-0/+50
so that each architecture can optimise the stream functions according to the available hardware (such as DMA, where available).