aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/UC3B/Endpoint_UC3B.h
Commit message (Collapse)AuthorAgeFilesLines
* Porting updates for the UC3B architecture - get UC3B partially enumerating ↵Dean Camera2011-03-051-84/+67
| | | | using a modified mouse demo on the EVK1101. Implement a software FIFO for the endpoint banks; datasheet hints that this can be done through hardware as on the AVR8 architecture, but the correct method to do this not discovered yet.
* General cleanup and more port work to the AVR32 UC3B.Dean Camera2011-02-271-28/+11
|
* Move out common architecture-independent core definitions into the ↵Dean Camera2011-02-271-16/+1
| | | | appropriate core dispatch header files.
* More AVR32 UC3B architecture ports - USB device mode applications can now be ↵Dean Camera2011-02-271-3/+3
| | | | sucessfully compiled, although they will be currently non-functional.
* Removed Pipe_ClearErrorFlags(), pipe error flags are now automatically ↵Dean Camera2011-02-261-28/+29
| | | | | | cleared when Pipe_ClearError() is called. More UC3B architecture porting.
* Fix incorrect Doxygen grouping in the incomplete AVR32 UC3B architecture port.Dean Camera2011-02-201-31/+31
|
* Make sure the peripheral driver .c files include the driver dispatch header, ↵Dean Camera2011-02-201-1/+1
| | | | rather than the architecture specific header files.
* Rename architecture specific driver files, to make them appear with uniquely ↵Dean Camera2011-02-201-0/+889
identifying filenames in the documentation.