aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/XMEGA
Commit message (Collapse)AuthorAgeFilesLines
* Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ↵Dean Camera2012-01-292-0/+16
| | | | to the board hardware drivers.
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-232-6/+4
| | | | trailing whitespace at the end of each line.
* Minor Doxygen documentation improvements.Dean Camera2011-11-243-3/+3
| | | | Add missing ATTR_NON_NULL_PTR_ARG and const decorations.
* Add missing SVN eol-style property to ensure that source code line endings ↵Dean Camera2011-11-093-450/+450
| | | | and converted to the native values on checkout.
* Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical ↵Dean Camera2011-11-011-0/+220
| | | | USART-as-SPI transport driver still pending).
* Add XMEGA SPI peripheral driver.Dean Camera2011-10-312-14/+14
|
* Add support for the Atmel XMEGA A3BU Xplained board.Dean Camera2011-10-312-0/+230
More XMEGA USB core fixes.