Added stdio.h stream examples for the virtual CDC UART in the CDC host demos.
[pub/USBasp.git] / LUFA / Common / BoardTypes.h
index d4a3655..38d0af1 100644 (file)
  *  \note Do not include this file directly, rather include the Common.h header file instead to gain this file's\r
  *        functionality.\r
  */\r
+\r
+/** \ingroup Group_Common\r
+ *  @defgroup Group_BoardTypes Board Types\r
+ *\r
+ *  Macros for indicating the chosen physical board hardware to the library. These macros should be used when\r
+ *  defining the BOARD token to the chosen hardware via the -D switch in the project makefile.\r
+ *\r
+ *  @{\r
+ */\r
        \r
 #ifndef __BOARDTYPES_H__\r
 #define __BOARDTYPES_H__\r
                         */\r
                        #define BOARD_USER          5\r
 \r
+                       /** Selects the BUMBLEB specific board drivers, using the officially recommended peripheral layout. */\r
+                       #define BOARD_BUMBLEB       6\r
+\r
+                       /** Selects the XPLAIN specific board drivers, including LED driver. */\r
+                       #define BOARD_XPLAIN        7\r
+                       \r
 #endif\r
+\r
+/** @} */\r