Added support for the Dataflash mounted on the XPLAIN board. Added new XPLAIN_REV1...
[pub/lufa.git] / LUFA / Common / BoardTypes.h
index 38d0af1..5d55358 100644 (file)
 \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
+                       \r
+                       /** Selects the XPLAIN (Revision 2 or newer) specific board drivers, including LED and Dataflash driver. */\r
                        #define BOARD_XPLAIN        7\r
+\r
+                       /** Selects the XPLAIN (Revision 1) specific board drivers, including LED and Dataflash driver. */\r
+                       #define BOARD_XPLAIN_REV1   8\r
                        \r
 #endif\r
 \r