aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Platform/UC3
Commit message (Collapse)AuthorAgeFilesLines
* Add architecture guards to all architecture-specific files, so that they can ↵Dean Camera2012-04-072-0/+7
| | | | be bulk-added to existing IDE projects without having to exclude unused architecture files.
* Minor documentation fixes - change \note entries to \warning where ↵Dean Camera2012-02-241-1/+1
| | | | appropriate and remove/update old documentation.
* Add build test for forced single USB modes.Dean Camera2012-02-192-2/+5
| | | | Fix UC3 Interrupt Management platform driver not compiling under C++.
* Minor documentation improvements.Dean Camera2012-02-122-4/+4
|
* Update file contributor copyrights for 2012.Dean Camera2012-02-043-3/+3
|
* Update file header copyrights for 2012.Dean Camera2012-02-043-3/+3
|
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-233-12/+15
| | | | trailing whitespace at the end of each line.
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-154-673/+673
|
* Complete initial revision of the XMEGA Clock Management platform driver.Dean Camera2011-07-141-6/+11
| | | | Start the USB clock source generator inside USB_ResetInterface() for XMEGA devices.
* Update UC3 platform driver support to use the bitmasks defined in the header ↵Dean Camera2011-07-142-28/+20
| | | | | | files over raw constants. Start implementation of XMEGA platform drivers.
* 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