Add support for the Atmel XMEGA A3BU Xplained board.
More XMEGA USB core fixes.
This commit is contained in:
parent
0304916356
commit
00ad509061
9 changed files with 252 additions and 7 deletions
|
@ -131,6 +131,8 @@
|
|||
#include "UC3/EVK1100/Buttons.h"
|
||||
#elif (BOARD == BOARD_EVK1104)
|
||||
#include "UC3/EVK1104/Buttons.h"
|
||||
#elif (BOARD == BOARD_A3BU_XPLAINED)
|
||||
#include "XMEGA/A3BU_XPLAINED/Buttons.h"
|
||||
#else
|
||||
#include "Board/Buttons.h"
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue