1
0

Added support for the Xevelabs USB2AX revision 3.1 board.

This commit is contained in:
Dean Camera
2012-09-15 13:47:00 +00:00
parent 5f1428bb50
commit 45a56b4df7
6 changed files with 61 additions and 26 deletions

View File

@@ -222,6 +222,9 @@
/** Selects the UC3-A3 Xplained specific board drivers, including the Button and LED drivers. */
#define BOARD_UC3A3_XPLAINED 52
/** Selects the USB2AX version 3.1 specific board drivers, including the Button and LEDs drivers. */
#define BOARD_USB2AX_V31 53
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE