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

@ -131,6 +131,8 @@
#include "UC3/EVK1100/Buttons.h"
#elif (BOARD == BOARD_EVK1104)
#include "UC3/EVK1104/Buttons.h"
#elif (BOARD == BOARD_A3BU_XPLAINED)
#include "XMEGA/A3BU_XPLAINED/Buttons.h"
#else
#include "Board/Buttons.h"
#endif