aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/UC3/EndpointStream_UC3.c
Commit message (Collapse)AuthorAgeFilesLines
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
|
* Add svn:eol-style property on all source files where it was missing. Fix ↵Dean Camera2012-06-211-233/+233
| | | | line endings of all makefile, *.c and *.h files.
* Add architecture guards to all architecture-specific files, so that they can ↵Dean Camera2012-04-071-0/+4
| | | | be bulk-added to existing IDE projects without having to exclude unused architecture files.
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-231-0/+1
| | | | trailing whitespace at the end of each line.
* Minor documentation fixes.Dean Camera2011-08-231-0/+3
| | | | 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/+227
so that each architecture can optimise the stream functions according to the available hardware (such as DMA, where available).