aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Platform
Commit message (Expand)AuthorAgeFilesLines
* Documentation: Update copyrights to 2019.Dean Camera2019-01-086-12/+12
* Update copyrights for 2018.Dean Camera2018-01-046-12/+12
* Update copyrights for 2017.Dean Camera2017-04-186-12/+12
* Update copyrights to 2016.Dean Camera2016-01-316-12/+12
* Update copyrights to 2015 (better late than never).Dean Camera2015-05-176-12/+12
* 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-046-12/+12
* Ensure core library documentation sections use unique IDs.Dean Camera2013-06-014-19/+19
* Add some missing function attributes.Dean Camera2013-04-111-5/+5
* Add experimental warnings to the XMEGA and UC3 architectures when used in Atm...Dean Camera2013-03-312-0/+2
* Update copyright year to 2013.Dean Camera2013-01-035-10/+10
* Minor documentation improvements.Dean Camera2012-10-056-6/+6
* Rename AVR32CLK_*() clock management functions to UC3CLK_*() to be in line wi...Dean Camera2012-09-191-36/+36
* Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning s...Dean Camera2012-09-091-4/+4
* Spell-check latest trunk source code.Dean Camera2012-08-181-3/+3
* Minor documentation improvements.Dean Camera2012-08-182-6/+11
* Add missing INTC_GetInterruptHandler() function prototype.Dean Camera2012-07-221-4/+2
* Fix up non-relative header file include paths (thanks to Kim Blomqvist).Dean Camera2012-07-014-6/+6
* Add additional sanity checks to the inputs of several AVR32 platform clock ma...Dean Camera2012-06-211-6/+19
* Revert change to assembly file comment syntax; this apparently breaks on the ...Dean Camera2012-06-191-26/+28
* Replace C style comments in assembly code with true assembly comments for con...Dean Camera2012-06-171-28/+26
* Spell check source code, fix mistakes.Dean Camera2012-06-094-14/+14
* Add platform driver dispatch header and makefile module source variable.Dean Camera2012-06-022-2/+82
* Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ...Dean Camera2012-05-203-7/+7
* 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
* Add architecture guards to all architecture-specific files, so that they can ...Dean Camera2012-04-072-0/+7
* Minor documentation fixes - change \note entries to \warning where appropriat...Dean Camera2012-02-242-2/+2
* Fix errors uncovered by the new build test compile warnings; fix UC3 pipe con...Dean Camera2012-02-191-5/+2
* Add build test for forced single USB modes.Dean Camera2012-02-192-2/+5
* 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 t...Dean Camera2011-12-234-36/+40
* Fix XMEGA core USB driver so that device mode enumerates correctly on the hos...Dean Camera2011-10-311-2/+2
* Update XMEGA clock management so that the correct 16-bit calibration is used ...Dean Camera2011-10-301-12/+10
* 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 rel...Dean Camera2011-10-251-12/+12
* USB XMEGA support improvements; add DFLL clock platform support, ensure the e...Dean Camera2011-10-071-0/+81
* Fix compile errors for the USB XMEGA parts when the USB driver is used.Dean Camera2011-10-041-3/+3
* Fix names of XMEGA ClockManagement driver functions.Dean Camera2011-07-181-12/+12
* 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
* Update UC3 platform driver support to use the bitmasks defined in the header ...Dean Camera2011-07-143-28/+242
* Add high speed USB support for the UC3 devices containing a high speed USB co...Dean Camera2011-07-141-7/+13
* Fix compile errors in the UC3 platform support due to a forward reference and...Dean Camera2011-07-142-10/+9
* Remove unneeded #include of Device.h in StdDescriptors.h breaking compilation...Dean Camera2011-07-131-13/+13
* 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