aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common/BoardTypes.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-02-06 17:05:33 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-02-06 17:05:33 +0000
commit4d131de85b386b1ae948032e06831b0250e89070 (patch)
tree010fef2d42b91510f2ff08c836e916fab1d96c7d /LUFA/Common/BoardTypes.h
parentfdab3aef8629f01f9b01b4bfc76904666df439e2 (diff)
downloadlufa-4d131de85b386b1ae948032e06831b0250e89070.tar.gz
lufa-4d131de85b386b1ae948032e06831b0250e89070.tar.bz2
lufa-4d131de85b386b1ae948032e06831b0250e89070.zip
Add board driver support for the Atmel XMEGA-B1 Xplained board.
Fix Dataflash driver for the A3BU-Xplained board. Minor documentation improvements.
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 e21709b2a..567606037 100644
--- a/LUFA/Common/BoardTypes.h
+++ b/LUFA/Common/BoardTypes.h
@@ -195,6 +195,9 @@
/** Selects the Micropendous (Arduino-like) revision 2 specific board drivers, including the Button and LED drivers. */
#define BOARD_MICROPENDOUS_REV2 43
+ /** Selects the XMEGA B1 Xplained specific board drivers, including the Button and LED drivers. */
+ #define BOARD_B1_XPLAINED 44
+
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE