Make sure that the NVM bus/controller busy waits in the AVRISP MKII clone project...
[pub/USBasp.git] / LUFA / Common / BoardTypes.h
index 10e31ac..700da98 100644 (file)
@@ -29,6 +29,7 @@
 */\r
 \r
 /** \file\r
+ *  \brief Supported board hardware defines.\r
  *\r
  *  This file contains constants which can be passed to the compiler (via setting the macro BOARD) in the\r
  *  user project makefile using the -D option to configure the library board-specific drivers.\r
                         *  such as the Joystick driver, where the removal would adversely affect the code's operation is still disallowed. */\r
                        #define BOARD_NONE          10\r
                        \r
+                       /** Selects the Teensy (all versions) specific board drivers, including the driver for the board LEDs. */\r
+                       #define BOARD_TEENSY        11\r
+                       \r
+                       /** Selects the USBTINY MKII specific board drivers, including the Button and LEDs drivers. */\r
+                       #define BOARD_USBTINYMKII   12\r
+                       \r
+                       /** Selects the Benito specific board drivers, including the Button and LEDs drivers. */\r
+                       #define BOARD_BENITO        13\r
+                       \r
+                       /** Selects the JM-DB-U2 specific board drivers, including the Button and LEDs drivers. */\r
+                       #define BOARD_JMDBU2        14\r
+\r
                        #if !defined(__DOXYGEN__)\r
                                #define BOARD_          BOARD_NONE\r
                                \r