Add support for the Atmel XMEGA A3BU Xplained board.

More XMEGA USB core fixes.
This commit is contained in:
Dean Camera 2011-10-31 03:31:00 +00:00
parent 0304916356
commit 00ad509061
9 changed files with 252 additions and 7 deletions

View file

@ -156,6 +156,9 @@
/** Selects the Atmel EVK1104 specific board drivers, including the Button and LED drivers. */
#define BOARD_EVK1104 30
/** Selects the Atmel XMEGA A3BU Xplained specific board drivers, including the Button and LED drivers. */
#define BOARD_A3BU_XPLAINED 31
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE