Add XMEGA SPI peripheral driver.

This commit is contained in:
Dean Camera 2011-10-31 04:30:47 +00:00
parent 7992202603
commit 139c1afeeb
5 changed files with 265 additions and 15 deletions

View file

@ -66,6 +66,8 @@
/* Includes: */
#if (ARCH == ARCH_AVR8)
#include "AVR8/SPI_AVR8.h"
#elif (ARCH == ARCH_XMEGA)
#include "XMEGA/SPI_XMEGA.h"
#else
#error The SPI peripheral driver is not currently available for your selected architecture.
#endif