aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Platform/XMEGA/ClockManagement.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyrights for 2018.Dean Camera2018-01-041-2/+2
|
* Update copyrights for 2017.Dean Camera2017-04-181-2/+2
|
* Update copyrights to 2016.Dean Camera2016-01-311-2/+2
|
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-171-2/+2
|
* Fixed incorrect XMEGA DFLL reference frequency (thanks to Martin Aakerberg)Dean Camera2014-05-211-1/+1
|
* More fixes for incorrect return types/values.Dean Camera2014-03-091-2/+2
|
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
|
* Ensure core library documentation sections use unique IDs.Dean Camera2013-06-011-2/+2
|
* Add some missing function attributes.Dean Camera2013-04-111-5/+5
|
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
|
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
|
* Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning ↵Dean Camera2012-09-091-4/+4
| | | | switch.
* Fix up non-relative header file include paths (thanks to Kim Blomqvist).Dean Camera2012-07-011-1/+1
|
* Spell check source code, fix mistakes.Dean Camera2012-06-091-3/+3
|
* Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ↵Dean Camera2012-05-201-2/+2
| | | | and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output.
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-7/+29
|
* Doxygen documentation style changes. Minor documentation corrections.Dean Camera2012-04-081-1/+1
|
* Minor documentation fixes - change \note entries to \warning where ↵Dean Camera2012-02-241-1/+1
| | | | 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.
* Minor documentation improvements.Dean Camera2012-02-121-2/+2
|
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Update file header copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-231-24/+25
| | | | 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-151-298/+298
|
* Complete initial revision of the XMEGA Clock Management platform driver.Dean Camera2011-07-141-75/+151
| | | | 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-141-0/+222
files over raw constants. Start implementation of XMEGA platform drivers.