aboutsummaryrefslogtreecommitdiff
path: root/LUFA/Common/BoardTypes.h
diff options
context:
space:
mode:
authorDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-10-31 03:31:00 +0000
committerDean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28>2011-10-31 03:31:00 +0000
commit54cf64d42ad66557a9a5a043cffaa80b14065779 (patch)
tree57f98f73a6dc1fef515bd1717bce140695cd858a /LUFA/Common/BoardTypes.h
parenta2f049250db7083571592db103bfc7c9959e846f (diff)
Add support for the Atmel XMEGA A3BU Xplained board.
More XMEGA USB core fixes. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1965 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Common/BoardTypes.h')
-rw-r--r--LUFA/Common/BoardTypes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h
index 970a8c93..7a141ac7 100644
--- a/LUFA/Common/BoardTypes.h
+++ b/LUFA/Common/BoardTypes.h
@@ -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