aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Platform/UC3/ClockManagement.h
Commit message (Collapse)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-081-2/+2
|
* 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
|
* Update copyrights for 2014.Dean Camera2014-01-041-2/+2
|
* Ensure core library documentation sections use unique IDs.Dean Camera2013-06-011-8/+8
|
* Update copyright year to 2013.Dean Camera2013-01-031-2/+2
|
* Minor documentation improvements.Dean Camera2012-10-051-1/+1
|
* Rename AVR32CLK_*() clock management functions to UC3CLK_*() to be in line ↵Dean Camera2012-09-191-36/+36
| | | | with the naming scheme of the rest of the platform modules.
* Spell-check latest trunk source code.Dean Camera2012-08-181-3/+3
|
* Fix up non-relative header file include paths (thanks to Kim Blomqvist).Dean Camera2012-07-011-1/+1
|
* Add additional sanity checks to the inputs of several AVR32 platform clock ↵Dean Camera2012-06-211-6/+19
| | | | management driver functions.
* Spell check source code, fix mistakes.Dean Camera2012-06-091-7/+7
|
* Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ↵Dean Camera2012-05-201-3/+3
| | | | and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output.
* Minor documentation fixes - change \note entries to \warning where ↵Dean Camera2012-02-241-1/+1
| | | | appropriate and remove/update old documentation.
* 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-10/+11
| | | | trailing whitespace at the end of each line.
* Add missing SVN eol-style property to files where it was missing.Dean Camera2011-07-151-324/+324
|
* 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-141-24/+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-141-6/+6
| | | | 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-121-131/+267
|
* Merge over core library changes from the MultiArchDemos branch.Dean Camera2011-06-291-0/+181