aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Drivers/Board/XMEGA/B1_XPLAINED/Dataflash.h
AgeCommit message (Collapse)Author
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-04-14Reintegrate the FullEPAddresses development branch into trunk.Dean
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2155 d5102386-fcda-11dd-9fdb-3debd5008f28
2012-02-13Fix Dataflash driver for the XMEGA-B1 XPLAINED - the Dataflash is connected ↵Dean
to the USART module, but requires physical port remapping. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2050 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-09Update XMEGA board drivers to use the port inversion feature of the XMEGA ↵Dean
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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2041 d5102386-fcda-11dd-9fdb-3debd5008f28