aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Platform
Commit message (Collapse)AuthorAgeFilesLines
* Minor documentation fixes - change \note entries to \warning where ↵Dean Camera2012-02-242-2/+2
| | | | appropriate and remove/update old documentation.
* Fix errors uncovered by the new build test compile warnings; fix UC3 pipe ↵Dean Camera2012-02-191-5/+2
| | | | configuration function broken, redundant function prototypes and unused parameters.
* 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-123-6/+6
|
* Update file contributor copyrights for 2012.Dean Camera2012-02-044-4/+4
|
* Update file header copyrights for 2012.Dean Camera2012-02-044-4/+4
|
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-234-36/+40
| | | | trailing whitespace at the end of each line.
* Fix XMEGA core USB driver so that device mode enumerates correctly on the ↵Dean Camera2011-10-311-2/+2
| | | | host PC.
* Update XMEGA clock management so that the correct 16-bit calibration is used ↵Dean Camera2011-10-301-12/+10
| | | | when requested. Fix endpoint descriptor table so that the frame number is stored into the correct location. Add compile time option to source the USB clock from the PLL rather than the internal 32MHz RC oscillator.
* Fix error in XMEGA clock platform driver for the DFLL calibration byte order.Dean Camera2011-10-301-9/+9
|
* Update XMEGA platform clock management example code to suit the currently ↵Dean Camera2011-10-251-12/+12
| | | | | | released silicon. Cleanups to the UC3 endpoint/pipe multi byte read code.
* USB XMEGA support improvements; add DFLL clock platform support, ensure the ↵Dean Camera2011-10-071-0/+81
| | | | endpoint table is correctly aligned and configured in the USB controller.
* Fix compile errors for the USB XMEGA parts when the USB driver is used.Dean Camera2011-10-041-3/+3
| | | | | | Add core support for the ATXMEGA64A1U. Minor documentation corrections.
* Fix names of XMEGA ClockManagement driver functions.Dean Camera2011-07-181-12/+12
| | | | Remove V2 branch for now, to concentrate on a V1 implementation of the USB XMEGAs before large-scale API alterations.
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-155-971/+971
|
* Complete initial revision of the XMEGA Clock Management platform driver.Dean Camera2011-07-142-81/+162
| | | | 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-143-28/+242
| | | | | | 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