aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2011-06-27 13:22:37 +0000
committerDean Camera <dean@fourwalledcubicle.com>2011-06-27 13:22:37 +0000
commit8cc3fd56d95bbeb3587d1ddb118a3e70ef97e8dd (patch)
tree662d79d53dc4700a8e005ff9fc8e4d3c7332adcd /LUFA/Common
parentdee4bc097309b289d0ba5995edc6a140529e153a (diff)
downloadlufa-8cc3fd56d95bbeb3587d1ddb118a3e70ef97e8dd.tar.gz
lufa-8cc3fd56d95bbeb3587d1ddb118a3e70ef97e8dd.tar.bz2
lufa-8cc3fd56d95bbeb3587d1ddb118a3e70ef97e8dd.zip
Add board driver support for the EVK1100 board.
Diffstat (limited to 'LUFA/Common')
-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 f41ca8852..b67abdade 100644
--- a/LUFA/Common/BoardTypes.h
+++ b/LUFA/Common/BoardTypes.h
@@ -149,6 +149,9 @@
/** Selects the Busware TUL specific board drivers, including the Button and LED drivers. */
#define BOARD_TUL 28
+
+ /** Selects the Atmel EVK1100 specific board drivers, including the Button, Joystick and LED drivers. */
+ #define BOARD_EVK1100 29
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE