aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/UC3B/Host_UC3B.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix USB Host mode compile errors for the UC3B architecture.Dean Camera2011-02-271-21/+21
|
* Move out common architecture-independent core definitions into the ↵Dean Camera2011-02-271-102/+0
| | | | appropriate core dispatch header files.
* Removed Pipe_ClearErrorFlags(), pipe error flags are now automatically ↵Dean Camera2011-02-261-24/+28
| | | | | | cleared when Pipe_ClearError() is called. More UC3B architecture porting.
* Rename architecture specific driver files, to make them appear with uniquely ↵Dean Camera2011-02-201-0/+522
identifying filenames in the documentation.