aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/XMEGA/EndpointStream_XMEGA.c
Commit message (Collapse)AuthorAgeFilesLines
* 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).
* More XMEGA USB AVR device port work - re-add missing Endpoint stream ↵Dean Camera2011-07-141-2/+68
| | | | functions, remove unnecessary internal functions.
* Add start of an architecture port to the Atmel USB XMEGA devices.Dean Camera2011-07-131-0/+201