Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyrights to 2015 (better late than never). | Dean Camera | 2015-05-17 | 6 | -12/+12 |
| | |||||
* | Fixed incorrect XMEGA DFLL reference frequency (thanks to Martin Aakerberg) | Dean Camera | 2014-05-21 | 1 | -1/+1 |
| | |||||
* | More fixes for incorrect return types/values. | Dean Camera | 2014-03-09 | 1 | -2/+2 |
| | |||||
* | Update copyrights for 2014. | Dean Camera | 2014-01-04 | 6 | -12/+12 |
| | |||||
* | Ensure core library documentation sections use unique IDs. | Dean Camera | 2013-06-01 | 4 | -19/+19 |
| | |||||
* | Add some missing function attributes. | Dean Camera | 2013-04-11 | 1 | -5/+5 |
| | |||||
* | Add experimental warnings to the XMEGA and UC3 architectures when used in ↵ | Dean Camera | 2013-03-31 | 2 | -0/+2 |
| | | | | Atmel Studio 6.1. | ||||
* | Update copyright year to 2013. | Dean Camera | 2013-01-03 | 5 | -10/+10 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-10-05 | 6 | -6/+6 |
| | |||||
* | Rename AVR32CLK_*() clock management functions to UC3CLK_*() to be in line ↵ | Dean Camera | 2012-09-19 | 1 | -36/+36 |
| | | | | with the naming scheme of the rest of the platform modules. | ||||
* | Update LUFA core to be compatible with the AVR-GCC -Wswitch-default warning ↵ | Dean Camera | 2012-09-09 | 1 | -4/+4 |
| | | | | switch. | ||||
* | Spell-check latest trunk source code. | Dean Camera | 2012-08-18 | 1 | -3/+3 |
| | |||||
* | Minor documentation improvements. | Dean Camera | 2012-08-18 | 2 | -6/+11 |
| | |||||
* | Add missing INTC_GetInterruptHandler() function prototype. | Dean Camera | 2012-07-22 | 1 | -4/+2 |
| | |||||
* | Fix up non-relative header file include paths (thanks to Kim Blomqvist). | Dean Camera | 2012-07-01 | 4 | -6/+6 |
| | |||||
* | Add additional sanity checks to the inputs of several AVR32 platform clock ↵ | Dean Camera | 2012-06-21 | 1 | -6/+19 |
| | | | | management driver functions. | ||||
* | Revert change to assembly file comment syntax; this apparently breaks on the ↵ | Dean Camera | 2012-06-19 | 1 | -26/+28 |
| | | | | current AVR32 GNU assembler. | ||||
* | Replace C style comments in assembly code with true assembly comments for ↵ | Dean Camera | 2012-06-17 | 1 | -28/+26 |
| | | | | consistency and to prevent it from confusing syntax highlighters. | ||||
* | Spell check source code, fix mistakes. | Dean Camera | 2012-06-09 | 4 | -14/+14 |
| | |||||
* | Add platform driver dispatch header and makefile module source variable. | Dean Camera | 2012-06-02 | 2 | -2/+82 |
| | |||||
* | Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ↵ | Dean Camera | 2012-05-20 | 3 | -7/+7 |
| | | | | 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 Camera | 2012-04-14 | 1 | -7/+29 |
| | |||||
* | Doxygen documentation style changes. Minor documentation corrections. | Dean Camera | 2012-04-08 | 1 | -1/+1 |
| | |||||
* | Add architecture guards to all architecture-specific files, so that they can ↵ | Dean Camera | 2012-04-07 | 2 | -0/+7 |
| | | | | be bulk-added to existing IDE projects without having to exclude unused architecture files. | ||||
* | Minor documentation fixes - change \note entries to \warning where ↵ | Dean Camera | 2012-02-24 | 2 | -2/+2 |
| | | | | appropriate and remove/update old documentation. | ||||
* | Fix errors uncovered by the new build test compile warnings; fix UC3 pipe ↵ | Dean Camera | 2012-02-19 | 1 | -5/+2 |
| | | | | configuration function broken, redundant function prototypes and unused parameters. | ||||
* | Add build test for forced single USB modes. | Dean Camera | 2012-02-19 | 2 | -2/+5 |
| | | | | Fix UC3 Interrupt Management platform driver not compiling under C++. | ||||
* | Minor documentation improvements. | Dean Camera | 2012-02-12 | 3 | -6/+6 |
| | |||||
* | Update file contributor copyrights for 2012. | Dean Camera | 2012-02-04 | 4 | -4/+4 |
| | |||||
* | Update file header copyrights for 2012. | Dean Camera | 2012-02-04 | 4 | -4/+4 |
| | |||||
* | Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵ | Dean Camera | 2011-12-23 | 4 | -36/+40 |
| | | | | trailing whitespace at the end of each line. | ||||
* | Fix XMEGA core USB driver so that device mode enumerates correctly on the ↵ | Dean Camera | 2011-10-31 | 1 | -2/+2 |
| | | | | host PC. | ||||
* | Update XMEGA clock management so that the correct 16-bit calibration is used ↵ | Dean Camera | 2011-10-30 | 1 | -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 Camera | 2011-10-30 | 1 | -9/+9 |
| | |||||
* | Update XMEGA platform clock management example code to suit the currently ↵ | Dean Camera | 2011-10-25 | 1 | -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 Camera | 2011-10-07 | 1 | -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 Camera | 2011-10-04 | 1 | -3/+3 |
| | | | | | | Add core support for the ATXMEGA64A1U. Minor documentation corrections. | ||||
* | Fix names of XMEGA ClockManagement driver functions. | Dean Camera | 2011-07-18 | 1 | -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 Camera | 2011-07-15 | 5 | -971/+971 |
| | |||||
* | Complete initial revision of the XMEGA Clock Management platform driver. | Dean Camera | 2011-07-14 | 2 | -81/+162 |
| | | | | 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 Camera | 2011-07-14 | 3 | -28/+242 |
| | | | | | | 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 Camera | 2011-07-14 | 1 | -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 Camera | 2011-07-14 | 2 | -10/+9 |
| | | | | and an incorrect function prototype. | ||||
* | Remove unneeded #include of Device.h in StdDescriptors.h breaking ↵ | Dean Camera | 2011-07-13 | 1 | -13/+13 |
| | | | | compilation for some user projects. | ||||
* | Enhance and document the AVR32 UC3 platform drivers. | Dean Camera | 2011-07-12 | 3 | -176/+396 |
| | |||||
* | Merge over core library changes from the MultiArchDemos branch. | Dean Camera | 2011-06-29 | 4 | -0/+451 |