aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Platform/UC3
AgeCommit message (Collapse)Author
2012-07-22Add missing INTC_GetInterruptHandler() function prototype.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2409 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-07-01Fix up non-relative header file include paths (thanks to Kim Blomqvist).Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2378 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-21Add additional sanity checks to the inputs of several AVR32 platform clock ↵Dean
management driver functions. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2359 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-19Revert change to assembly file comment syntax; this apparently breaks on the ↵Dean
current AVR32 GNU assembler. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2355 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-17Replace C style comments in assembly code with true assembly comments for ↵Dean
consistency and to prevent it from confusing syntax highlighters. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2349 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-09Spell check source code, fix mistakes.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2322 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-06-02Add platform driver dispatch header and makefile module source variable.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2288 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-05-20Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ↵Dean
and footer HTML, add explicit spacing into documentation code fragments to prevent Doxygen from removing empty lines in the output. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2224 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-07Add architecture guards to all architecture-specific files, so that they can ↵Dean
be bulk-added to existing IDE projects without having to exclude unused architecture files. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2136 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-24Minor documentation fixes - change \note entries to \warning where ↵Dean
appropriate and remove/update old documentation. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2066 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-19Add build test for forced single USB modes.Dean
Fix UC3 Interrupt Management platform driver not compiling under C++. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2054 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-12Minor documentation improvements.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2048 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-04Update file contributor copyrights for 2012.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2026 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-04Update file header copyrights for 2012.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2025 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-12-23Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵dean
trailing whitespace at the end of each line. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2007 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-15Add missing SVN eol-style property to files where it was missing.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1887 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-14Complete initial revision of the XMEGA Clock Management platform driver.Dean
Start the USB clock source generator inside USB_ResetInterface() for XMEGA devices. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1884 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-14Update UC3 platform driver support to use the bitmasks defined in the header ↵Dean
files over raw constants. Start implementation of XMEGA platform drivers. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1880 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-14Add high speed USB support for the UC3 devices containing a high speed USB ↵Dean
controller. Add device support preprocessor checks and use symbolic bit names in the UC3 platform clock management driver. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1873 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-14Fix compile errors in the UC3 platform support due to a forward reference ↵Dean
and an incorrect function prototype. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1871 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-13Remove unneeded #include of Device.h in StdDescriptors.h breaking ↵Dean
compilation for some user projects. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1868 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-12Enhance and document the AVR32 UC3 platform drivers.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1867 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-29Merge over core library changes from the MultiArchDemos branch.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1831 d5102386-fcda-11dd-9fdb-3debd5008f28