aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Peripheral/XMEGA
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo in the XMEGA SerialSPI peripheral driver.Dean Camera2013-04-231-1/+1
|
* Add some missing function attributes.Dean Camera2013-04-114-25/+42
|
* Changed all *_SendByte() function prototypes to accept a void pointer for ↵Dean Camera2013-02-242-8/+8
| | | | the input buffer (thanks to Simon Küppers) instead of a uint8_t pointer.
* Update copyright year to 2013.Dean Camera2013-01-034-8/+8
|
* Minor documentation improvements.Dean Camera2012-10-054-4/+4
|
* Upgrade Doxygen configuration files for Doxygen 1.8.1, fix broken stylesheet ↵Dean Camera2012-05-203-8/+8
| | | | 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 Camera2012-04-141-8/+3
|
* Add architecture guards to all architecture-specific files, so that they can ↵Dean Camera2012-04-071-0/+5
| | | | be bulk-added to existing IDE projects without having to exclude unused architecture files.
* Add build tests to verify correct compilation of as many modules as possible ↵Dean Camera2012-02-182-53/+50
| | | | | | | | | | under as many architectures as possible. Fix broken compilation of LUFA under C++ compilers when the Serial peripheral module header file is included in a C++ source file. Fix missing semicolon in the UC3 architecture host pipe functions. Fix failed compilation for the XMEGA architecture if USB_DEVICE_ONLY us not specified.
* Minor documentation improvements.Dean Camera2012-02-123-30/+30
|
* Minor documentation improvements.Dean Camera2012-02-122-15/+16
|
* Add new Master SPI Mode USART serial peripheral driver for the XMEGA and ↵Dean Camera2012-02-121-0/+208
| | | | | | | | AVR8 architectures. Modify board Dataflash drivers so that each individual board is responsible for including the correct peripheral driver (SPI or SerialSPI) based on the board connections to the Dataflash chip. Complete A3BU-XPLAINED and B1-XPLAINED board Dataflash drivers.
* Added Serial USART peripheral driver for the XMEGA platform.Dean Camera2012-02-123-12/+383
| | | | | | Fix XMEGA SPI peripheral driver's incorrect const-ness on the SPI peripheral struct.
* 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-5/+5
| | | | trailing whitespace at the end of each line.
* Add missing SVN eol-style property to ensure that source code line endings ↵Dean Camera2011-11-091-248/+248
| | | | and converted to the native values on checkout.
* Add XMEGA SPI peripheral driver.Dean Camera2011-10-311-0/+248