Abuse the the C preprocessor so that the HID macros can automatically encode data...
[pub/USBasp.git] / LUFA / Common / BoardTypes.h
index faef82c..d76e318 100644 (file)
@@ -1,13 +1,13 @@
 /*
              LUFA Library
-     Copyright (C) Dean Camera, 2010.
+     Copyright (C) Dean Camera, 2011.
 
   dean [at] fourwalledcubicle [dot] com
-      www.fourwalledcubicle.com
+           www.lufa-lib.org
 */
 
 /*
-  Copyright 2010  Dean Camera (dean [at] fourwalledcubicle [dot] com)
+  Copyright 2011  Dean Camera (dean [at] fourwalledcubicle [dot] com)
 
   Permission to use, copy, modify, distribute, and sell this
   software and its documentation for any purpose is hereby granted
@@ -73,8 +73,8 @@
                        #define BOARD_ATAVRUSBRF01  4
 
                        /** Selects the user-defined board drivers, which should be placed in the user project's folder
-                        *  under a directory named /Board/. Each board driver should be named identically to the LUFA
-                        *  master board driver (i.e., driver in the LUFA/Drivers/Board director) so that the library
+                        *  under a directory named \c /Board/. Each board driver should be named identically to the LUFA
+                        *  master board driver (i.e., driver in the \c LUFA/Drivers/Board directory) so that the library
                         *  can correctly identify it.
                         */
                        #define BOARD_USER          5
                        /** Selects the 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. */
+                       #define BOARD_BLACKCAT      20
+
+                       /** Selects the Maximus specific board drivers, including the driver for the board LEDs. */
+                       #define BOARD_MAXIMUS       21
+
+                       /** Selects the Minimus specific board drivers, including the Button and LEDs drivers. */
+                       #define BOARD_MINIMUS       22
+
+                       /** Selects the Adafruit U4 specific board drivers, including the Button driver. */
+                       #define BOARD_ADAFRUITU4    23
+
+                       /** Selects the Microsin AVR-USB162 specific board drivers, including the Button and LEDs drivers. */
+                       #define BOARD_MICROSIN162   24
+
+                       /** Selects the Kernel Concepts USBFOO specific board drivers, including the Button and LEDs drivers. */
+                       #define BOARD_USBFOO        25
+
                        #if !defined(__DOXYGEN__)
                                #define BOARD_          BOARD_NONE