aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Platform
Commit message (Collapse)AuthorAgeFilesLines
* Add high speed USB support for the UC3 devices containing a high speed USB ↵Dean Camera2011-07-141-7/+13
| | | | | | controller. Add device support preprocessor checks and use symbolic bit names in the UC3 platform clock management driver.
* Fix compile errors in the UC3 platform support due to a forward reference ↵Dean Camera2011-07-142-10/+9
| | | | and an incorrect function prototype.
* Remove unneeded #include of Device.h in StdDescriptors.h breaking ↵Dean Camera2011-07-131-13/+13
| | | | compilation for some user projects.
* Enhance and document the AVR32 UC3 platform drivers.Dean Camera2011-07-123-176/+396
|
* Merge over core library changes from the MultiArchDemos branch.Dean Camera2011-06-294-0/+451