Added support for the Atmel EVK527 board hardware.
[pub/USBasp.git] / LUFA / Common / BoardTypes.h
index 5d55358..3a2d8b0 100644 (file)
 \r
        /* Public Interface - May be used in end-application: */\r
                /* Macros: */\r
-                       /** Selects the USBKEY specific board drivers, including Dataflash, Joystick and LED drivers. */\r
+                       /** Selects the USBKEY specific board drivers, including Temperature, Button, Dataflash, Joystick and LED drivers. */\r
                        #define BOARD_USBKEY        0\r
 \r
-                       /** Selects the STK525 specific board drivers, including Dataflash, Joystick and LED drivers. */\r
+                       /** Selects the STK525 specific board drivers, including Temperature, Button, Dataflash, Joystick and LED drivers. */\r
                        #define BOARD_STK525        1\r
 \r
-                       /** Selects the STK526 specific board drivers, including Dataflash, Joystick and LED drivers. */\r
+                       /** Selects the STK526 specific board drivers, including Temperature, Button, Dataflash, Joystick and LED drivers. */\r
                        #define BOARD_STK526        2\r
 \r
                        /** Selects the RZUSBSTICK specific board drivers, including the driver for the boards LEDs. */\r
 \r
                        /** Selects the XPLAIN (Revision 1) specific board drivers, including LED and Dataflash driver. */\r
                        #define BOARD_XPLAIN_REV1   8\r
-                       \r
+\r
+                       /** Selects the EVK527 specific board drivers, including Temperature, Button, Dataflash, Joystick and LED drivers. */\r
+                       #define BOARD_EVK527        9\r
+\r
 #endif\r
 \r
 /** @} */\r