aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Platform
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-14Reintegrate the FullEPAddresses development branch into trunk.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2155 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-08Doxygen documentation style changes. Minor documentation corrections.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2144 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-19Fix errors uncovered by the new build test compile warnings; fix UC3 pipe ↵Dean
configuration function broken, redundant function prototypes and unused parameters. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2059 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-10-31Fix XMEGA core USB driver so that device mode enumerates correctly on the ↵Dean
host PC. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1964 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-10-30Update XMEGA clock management so that the correct 16-bit calibration is used ↵Dean
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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1959 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-10-30Fix error in XMEGA clock platform driver for the DFLL calibration byte order.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1958 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-10-25Update XMEGA platform clock management example code to suit the currently ↵Dean
released silicon. Cleanups to the UC3 endpoint/pipe multi byte read code. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1952 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-10-07USB XMEGA support improvements; add DFLL clock platform support, ensure the ↵Dean
endpoint table is correctly aligned and configured in the USB controller. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1938 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-10-04Fix compile errors for the USB XMEGA parts when the USB driver is used.Dean
Add core support for the ATXMEGA64A1U. Minor documentation corrections. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1934 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-07-18Fix names of XMEGA ClockManagement driver functions.Dean
Remove V2 branch for now, to concentrate on a V1 implementation of the USB XMEGAs before large-scale API alterations. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1891 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