aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/USBTask.c
Commit message (Collapse)AuthorAgeFilesLines
* Add build tests to verify correct compilation of as many modules as possible ↵Dean Camera2012-02-181-0/+2
| | | | | | | | | | under as many architectures as possible. Fix broken compilation of LUFA under C++ compilers when the Serial peripheral module header file is included in a C++ source file. Fix missing semicolon in the UC3 architecture host pipe functions. Fix failed compilation for the XMEGA architecture if USB_DEVICE_ONLY us not specified.
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Initial restructuring of the core USB driver module to support multiple ↵Dean Camera2011-02-191-0/+89
architectures in the future.