Add new Master SPI Mode USART serial peripheral driver for the XMEGA and AVR8 archite...
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 12 Feb 2012 20:34:33 +0000 (20:34 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 12 Feb 2012 20:34:33 +0000 (20:34 +0000)
commit09d2be0dc1630b2ae2403d555c0360f1c4379322
treeafb3191482a04b14a2d8c6b3086ab50a7798ce96
parentf45d60f768f438502910fd9fe7cac094c05bca74
Add new Master SPI Mode USART serial peripheral driver for the XMEGA and 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.
14 files changed:
LUFA.pnproj
LUFA/CodeTemplates/DriverStubs/Dataflash.h
LUFA/DoxygenPages/ChangeLog.txt
LUFA/Drivers/Board/AVR8/EVK527/Dataflash.h
LUFA/Drivers/Board/AVR8/STK525/Dataflash.h
LUFA/Drivers/Board/AVR8/STK526/Dataflash.h
LUFA/Drivers/Board/AVR8/USBKEY/Dataflash.h
LUFA/Drivers/Board/AVR8/XPLAIN/Dataflash.h
LUFA/Drivers/Board/Dataflash.h
LUFA/Drivers/Board/XMEGA/A3BU_XPLAINED/Dataflash.h
LUFA/Drivers/Board/XMEGA/B1_XPLAINED/Dataflash.h
LUFA/Drivers/Peripheral/AVR8/SerialSPI_AVR8.h [new file with mode: 0644]
LUFA/Drivers/Peripheral/SerialSPI.h [new file with mode: 0644]
LUFA/Drivers/Peripheral/XMEGA/SerialSPI_XMEGA.h [new file with mode: 0644]