aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/Board/AVR8/STK526
AgeCommit message (Collapse)Author
2012-05-06Changed board LED driver implementations of LEDs_ToggleLEDs() for the AVR8 ↵Dean
architecture to use the fast PIN register toggle alternative function for speed. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2186 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-04-25Add basic hardware mapping information for all supported boards.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2173 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-12Add new Master SPI Mode USART serial peripheral driver for the XMEGA and ↵Dean
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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2047 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-06Add board driver support for the Atmel XMEGA-B1 Xplained board.Dean
Fix Dataflash driver for the A3BU-Xplained board. Minor documentation improvements. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2036 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
2012-01-29Added new LEDs_Disable(), Buttons_Disable() and Joystick_Disable() functions ↵Dean
to the board hardware drivers. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2013 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-11-01Add partial support for the Atmel A3BU Xplained's Dataflash IC (physical ↵Dean
USART-as-SPI transport driver still pending). git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1969 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-05Massive corrections to the project documentation and code comments, thanks ↵Dean
to Russian translation services provided by Andrey from Microsin.ru. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1782 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-06-01Spell check library source code files.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1777 d5102386-fcda-11dd-9fdb-3debd5008f28
2011-05-18Seperated out board drivers by architecture in the library internals for ↵Dean
better organisation. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1755 d5102386-fcda-11dd-9fdb-3debd5008f28