aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/USB/Core/UC3B/USBController_UC3B.h
Commit message (Collapse)AuthorAgeFilesLines
* Rename UC3B driver files to UC3, as they are generic to all AVR32 UC3 models.Dean Camera2011-03-131-379/+0
|
* Add experimental support for the UC3A0, UC3A1 and UC3A3 series AVR32 ↵Dean Camera2011-03-131-2/+6
| | | | microcontrollers.
* Add code to start the USBB Generic Clock from the user-specified master ↵Dean Camera2011-02-271-0/+24
| | | | clock source (OSCx or PLLx) in the AVR32 UC3B core USB driver.
* General cleanup and more port work to the AVR32 UC3B.Dean Camera2011-02-271-6/+0
|
* More AVR32 UC3B architecture ports - USB device mode applications can now be ↵Dean Camera2011-02-271-2/+12
| | | | sucessfully compiled, although they will be currently non-functional.
* More UC3B architecture port updates.Dean Camera2011-02-261-115/+11
|
* Rename architecture specific driver files, to make them appear with uniquely ↵Dean Camera2011-02-201-0/+451
identifying filenames in the documentation.