aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/XMEGA/A3BU_XPLAINED/LEDs.h
Commit message (Collapse)AuthorAgeFilesLines
* Add basic hardware mapping information for all supported boards.Dean Camera2012-04-251-0/+6
|
* Update XMEGA board drivers to use the port inversion feature of the XMEGA ↵Dean Camera2012-02-091-7/+13
| | | | architecture rather than performing the inversion in software. Add partially completed XMEGA-B1-XPLAINED Dataflash board driver and revert implementation of the XMEGA-A3BU-XPLAINED Dataflash driver as the chip is connected to the USART, not the SPI interface.
* Add board driver support for the Atmel XMEGA-B1 Xplained board.Dean Camera2012-02-061-1/+1
| | | | | | Fix Dataflash driver for the A3BU-Xplained board. Minor documentation improvements.
* Update file contributor copyrights for 2012.Dean Camera2012-02-041-1/+1
|
* Update file header copyrights for 2012.Dean Camera2012-02-041-6/+6
|
* Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ↵Dean Camera2012-01-291-0/+6
| | | | to the board hardware drivers.
* Run wspurify script on /trunk/ and /branches/ C source files, to remove any ↵Dean Camera2011-12-231-2/+1
| | | | trailing whitespace at the end of each line.
* Minor Doxygen documentation improvements.Dean Camera2011-11-241-1/+1
| | | | 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-091-127/+127
| | | | and converted to the native values on checkout.
* Add XMEGA SPI peripheral driver.Dean Camera2011-10-311-8/+8
|
* Add support for the Atmel XMEGA A3BU Xplained board.Dean Camera2011-10-311-0/+127
More XMEGA USB core fixes.