aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/USBTask.h
Commit message (Collapse)AuthorAgeFilesLines
* Oops - ensure that only the relevant/available interrupts are defined and ↵Dean Camera2011-02-271-1/+1
| | | | | | used on each architecture. Make all USB driver headers include USBMode.h first, to ensure that the relevant USB mode macros are defined.
* More updates to remove architecture-specific comments from the ↵Dean Camera2011-02-201-4/+4
| | | | documentation, alter USBMode.h preprocessor logic to support future architectures more easily.
* Initial restructuring of the core USB driver module to support multiple ↵Dean Camera2011-02-191-0/+203
architectures in the future.