aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/XMEGA/Template
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright year to 2013.Dean Camera2013-01-033-6/+6
|
* Clean up unnecessary CPPCheck static analysis suppression comments, force ↵Dean Camera2012-10-143-3/+0
| | | | Doxygen and GCC compiler specific macros as being always undefined when performing a static analysis of the code.
* Minor documentation improvements.Dean Camera2012-10-053-3/+3
|
* Add missing CPPCheck unusedFunction check suppressions on the USB template ↵Dean Camera2012-05-193-0/+3
| | | | functions.
* Update file contributor copyrights for 2012.Dean Camera2012-02-043-3/+3
|
* Update file header copyrights for 2012.Dean Camera2012-02-043-3/+3
|
* Minor corrections to the XMEGA USB controller implementation.Dean Camera2012-02-042-0/+4
|
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-233-0/+3
| | | | trailing whitespace at the end of each line.
* Fixed USB_USBTask not being called internally in stream transfers between ↵Dean Camera2011-07-251-4/+4
| | | | | | packets when Partial Stream Transfers are used. Remove old unused function prototype in the LowLevel MassStorage device demo.
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-153-263/+263
|
* Add start of an architecture port to the Atmel USB XMEGA devices.Dean Camera2011-07-133-0/+263