Fixed AVRISP-MKII Clone timing out on long programming commands such as programming...
[pub/USBasp.git] / LUFA / Common / BoardTypes.h
index 3bb9e5a..ea0d707 100644 (file)
 
                        /** Selects the Kernel Concepts USBFOO specific board drivers, including the Button and LEDs drivers. */
                        #define BOARD_USBFOO        25
-                       
+
                        /** Selects the Sparkfun ATMEGA8U2 specific board drivers, including the driver for the board LEDs. */
                        #define BOARD_SPARKFUN8U2   26
 
                        /** 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 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
 
                        /** Selects the Teensy version 2.x specific board drivers, including the driver for the board LEDs. */
-                       #define BOARD_TEENSY        32
+                       #define BOARD_TEENSY2       32
+
+                       /** Selects the USB2AX version 1 and 2 specific board drivers, including the Button and LEDs drivers. */
+                       #define BOARD_USB2AX        33
+
+                       /** Selects the USB2AX version 3 specific board drivers, including the Button and LEDs drivers. */
+                       #define BOARD_USB2AX_V3     34
 
                        #if !defined(__DOXYGEN__)
                                #define BOARD_          BOARD_NONE