aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common/BoardTypes.h
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2010-02-22 11:44:34 +0000
committerDean Camera <dean@fourwalledcubicle.com>2010-02-22 11:44:34 +0000
commitaae20139b90521cf1d1b17fdcb3ff9d42ecdf937 (patch)
treec74b83691225a38b1fac5a78d83740081c441043 /LUFA/Common/BoardTypes.h
parentd2851b335106293e5f95107226b5deeed712a69c (diff)
downloadlufa-aae20139b90521cf1d1b17fdcb3ff9d42ecdf937.tar.gz
lufa-aae20139b90521cf1d1b17fdcb3ff9d42ecdf937.tar.bz2
lufa-aae20139b90521cf1d1b17fdcb3ff9d42ecdf937.zip
Add drivers for the EVK1101 - begin full port to the AVR32 UC3B line of AVRs.
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 10e31ac1b..43b692dbd 100644
--- a/LUFA/Common/BoardTypes.h
+++ b/LUFA/Common/BoardTypes.h
@@ -94,6 +94,9 @@
* such as the Joystick driver, where the removal would adversely affect the code's operation is still disallowed. */
#define BOARD_NONE 10
+ /** Selects the EVK1101 specific board drivers, including Temperature, Button, Dataflash, Joystick and LED drivers. */
+ #define BOARD_EVK1101 11
+
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE