aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-05-20 00:06:13 +0200
committerDean Camera <dean@fourwalledcubicle.com>2013-05-20 00:06:13 +0200
commitfdf50e941126140cdb1f87296ea05079ab25e5f7 (patch)
treedfdf25690ed3b7449c7be4a062c3ff9320773540 /LUFA/Common
parent847426272826c19eb7ab226465a7687ab47266ce (diff)
downloadlufa-fdf50e941126140cdb1f87296ea05079ab25e5f7.tar.gz
lufa-fdf50e941126140cdb1f87296ea05079ab25e5f7.tar.bz2
lufa-fdf50e941126140cdb1f87296ea05079ab25e5f7.zip
Add support for the XMEGA C3 Xplained board.
Diffstat (limited to 'LUFA/Common')
-rw-r--r--LUFA/Common/BoardTypes.h15
1 files changed, 9 insertions, 6 deletions
diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h
index 7928d9afd..44aa769e0 100644
--- a/LUFA/Common/BoardTypes.h
+++ b/LUFA/Common/BoardTypes.h
@@ -206,28 +206,31 @@
/** Selects the DorkbotPDX Duce specific board drivers, including the driver for the board LEDs. */
#define BOARD_DUCE 47
-
+
/** Selects the Olimex AVR-USB-32U4 specific board drivers, including the Button and LED drivers. */
#define BOARD_OLIMEX32U4 48
-
+
/** Selects the Olimex AVR-USB-T32U4 specific board drivers, including the Button and LED drivers. */
#define BOARD_OLIMEXT32U4 49
-
+
/** Selects the Olimex AVR-ISP-MK2 specific board drivers, including the Button and LED drivers. */
#define BOARD_OLIMEXISPMK2 50
/** Selects the Arduino Leonardo specific board drivers, including the driver for the board LEDs. */
#define BOARD_LEONARDO 51
-
+
/** Selects the UC3-A3 Xplained specific board drivers, including the Button and LED drivers. */
#define BOARD_UC3A3_XPLAINED 52
-
+
/** Selects the USB2AX version 3.1 specific board drivers, including the Button and LEDs drivers. */
#define BOARD_USB2AX_V31 53
/** Selects the Stange-ISP specific board drivers, including the Button and LEDs drivers. */
#define BOARD_STANGE_ISP 54
-
+
+ /** Selects the XMEGA C3 XPLAINED specific board drivers, including the Button and LEDs drivers. */
+ #define BOARD_C3_XPLAINED 55
+
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE