aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common/BoardTypes.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-10-31 03:31:00 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-10-31 03:31:00 +0000
commit00ad5090614568f75b588d5fe3480f4d20d370b2 (patch)
tree57f98f73a6dc1fef515bd1717bce140695cd858a /LUFA/Common/BoardTypes.h
parent0304916356ea83bb17783df157c79cbfdef0d45b (diff)
downloadlufa-00ad5090614568f75b588d5fe3480f4d20d370b2.tar.gz
lufa-00ad5090614568f75b588d5fe3480f4d20d370b2.tar.bz2
lufa-00ad5090614568f75b588d5fe3480f4d20d370b2.zip
Add support for the Atmel XMEGA A3BU Xplained board.
More XMEGA USB core fixes.
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 970a8c938..7a141ac71 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