diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-12-04 06:02:28 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-12-04 06:02:28 +0000 |
| commit | 7920e0f321a695c5d605fafff02ecd9838ff1cd1 (patch) | |
| tree | f7ecc374763b85fae74528fde7a1e3f3bd0c7e84 /LUFA/Common/BoardTypes.h | |
| parent | 5d3e770ac2e49cec52ee17df441a8ad72ce93809 (diff) | |
Added support for the Atmel EVK527 board hardware.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@950 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'LUFA/Common/BoardTypes.h')
| -rw-r--r-- | LUFA/Common/BoardTypes.h | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index 5d553580..3a2d8b0f 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -56,13 +56,13 @@ /* Public Interface - May be used in end-application: */
/* Macros: */
- /** Selects the USBKEY specific board drivers, including Dataflash, Joystick and LED drivers. */
+ /** Selects the USBKEY specific board drivers, including Temperature, Button, Dataflash, Joystick and LED drivers. */
#define BOARD_USBKEY 0
- /** Selects the STK525 specific board drivers, including Dataflash, Joystick and LED drivers. */
+ /** Selects the STK525 specific board drivers, including Temperature, Button, Dataflash, Joystick and LED drivers. */
#define BOARD_STK525 1
- /** Selects the STK526 specific board drivers, including Dataflash, Joystick and LED drivers. */
+ /** Selects the STK526 specific board drivers, including Temperature, Button, Dataflash, Joystick and LED drivers. */
#define BOARD_STK526 2
/** Selects the RZUSBSTICK specific board drivers, including the driver for the boards LEDs. */
@@ -86,7 +86,10 @@ /** Selects the XPLAIN (Revision 1) specific board drivers, including LED and Dataflash driver. */
#define BOARD_XPLAIN_REV1 8
-
+
+ /** Selects the EVK527 specific board drivers, including Temperature, Button, Dataflash, Joystick and LED drivers. */
+ #define BOARD_EVK527 9
+
#endif
/** @} */
|
