From: Dean Camera Date: Sun, 12 Feb 2012 20:34:33 +0000 (+0000) Subject: Add new Master SPI Mode USART serial peripheral driver for the XMEGA and AVR8 archite... X-Git-Tag: LUFA-120730~159 X-Git-Url: http://git.linex4red.de/pub/USBasp.git/commitdiff_plain/09d2be0dc1630b2ae2403d555c0360f1c4379322?ds=sidebyside;hp=09d2be0dc1630b2ae2403d555c0360f1c4379322 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. ---