X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/cad5e9ffca70f4f5d3b486049088fd77dfa8f0ca..65644164792c3eaa9214c5abcb62052ca6ea2344:/LUFA/Common/BoardTypes.h diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h index 2644685cd..efd80f9fa 100644 --- a/LUFA/Common/BoardTypes.h +++ b/LUFA/Common/BoardTypes.h @@ -83,10 +83,10 @@ /** Selects the BUMBLEB specific board drivers, using the officially recommended peripheral layout. */ #define BOARD_BUMBLEB 6 - /** Selects the XPLAIN (Revision 2 or newer) specific board drivers, including LED and Dataflash driver. */ + /** Selects the XPLAIN (Revision 2 or newer) specific board drivers, including LED and Dataflash drivers. */ #define BOARD_XPLAIN 7 - /** Selects the XPLAIN (Revision 1) specific board drivers, including LED and Dataflash driver. */ + /** Selects the XPLAIN (Revision 1) specific board drivers, including LED and Dataflash drivers. */ #define BOARD_XPLAIN_REV1 8 /** Selects the EVK527 specific board drivers, including Temperature, Button, Dataflash, Joystick and LED drivers. */ @@ -120,7 +120,7 @@ /** Selects the Arduino Uno specific board drivers, including the driver for the board LEDs. */ #define BOARD_UNO 18 - /** Selects the CUL V3 specific board drivers, including the Button and LEDs drivers. */ + /** Selects the Busware CUL V3 specific board drivers, including the Button and LEDs drivers. */ #define BOARD_CULV3 19 /** Selects the Blackcat USB JTAG specific board drivers, including the driver for the board LEDs. */ @@ -147,6 +147,18 @@ /** Selects the Atmel EVK1101 specific board drivers, including the Button, Joystick and LED drivers. */ #define BOARD_EVK1101 27 + /** 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 + + /** Selects the Atmel EVK1104 specific board drivers, including the Button and LED drivers. */ + #define BOARD_EVK1104 30 + + /** Selects the Atmel XMEGA A3BU Xplained specific board drivers, including Dataflash, Button and LED drivers. */ + #define BOARD_A3BU_XPLAINED 31 + #if !defined(__DOXYGEN__) #define BOARD_ BOARD_NONE