aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Drivers/Board/XMEGA/A3BU_XPLAINED/Dataflash.h
Commit message (Collapse)AuthorAgeFilesLines
* Minor documentation corrections.Dean Camera2012-09-191-1/+1
|
* Add basic hardware mapping information for all supported boards.Dean Camera2012-04-251-0/+5
|
* Reintegrate the FullEPAddresses development branch into trunk.Dean Camera2012-04-141-5/+8
|
* Add new Master SPI Mode USART serial peripheral driver for the XMEGA and ↵Dean Camera2012-02-121-11/+5
| | | | | | | | 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.
* Update XMEGA board drivers to use the port inversion feature of the XMEGA ↵Dean Camera2012-02-091-10/+12
| | | | 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-7/+5
| | | | | | 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-1/+1
|
* 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-220/+220
| | | | 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).