Added support for the Xevelabs USB2AX revision 3.1 board.
This commit is contained in:
parent
5f1428bb50
commit
45a56b4df7
6 changed files with 61 additions and 26 deletions
|
|
@ -29,25 +29,32 @@
|
|||
*/
|
||||
|
||||
/** \file
|
||||
* \brief Board specific Buttons driver header for the Paranoid Studio USB2AX.
|
||||
* \brief Board specific Buttons driver header for the Xevelabs USB2AX.
|
||||
* \copydetails Group_Buttons_USB2AX
|
||||
*
|
||||
* \note This file should not be included directly. It is automatically included as needed by the Buttons driver
|
||||
* dispatch header located in LUFA/Drivers/Board/Buttons.h.
|
||||
*/
|
||||
|
||||
/** \ingroup Group_Buttons
|
||||
* \defgroup Group_Buttons_USB2AX_V31 USB2AX_V31
|
||||
* \brief Board specific Button driver header for the Xevelabs USB2AX revision 3.1.
|
||||
*
|
||||
* See \ref Group_Buttons_USB2AX for more details.
|
||||
*/
|
||||
|
||||
/** \ingroup Group_Buttons
|
||||
* \defgroup Group_Buttons_USB2AX_V3 USB2AX_V3
|
||||
* \brief Board specific Button driver header for the Paranoid Studio USB2AX revision 3.
|
||||
* \brief Board specific Button driver header for the Xevelabs USB2AX revision 3.
|
||||
*
|
||||
* See \ref Group_Buttons_USB2AX for more details.
|
||||
*/
|
||||
|
||||
/** \ingroup Group_Buttons
|
||||
* \defgroup Group_Buttons_USB2AX USB2AX
|
||||
* \brief Board specific Buttons driver header for the Paranoid Studio USB2AX.
|
||||
* \brief Board specific Buttons driver header for the Xevelabs USB2AX revisions 1 and 2.
|
||||
*
|
||||
* \note For version 3 USB2AX boards, compile with <code>BOARD = USB2AX_V3</code>.
|
||||
* \note For version 3 USB2AX boards, compile with <code>BOARD = USB2AX_V3</code> and for version 3.1, with <code>BOARD = USB2AX_V31</code>.
|
||||
*
|
||||
* Board specific Buttons driver header for the Paranoid Studio USB2AX (http://paranoidstudio.assembla.com/wiki/show/paranoidstudio/USB2AX).
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue