Add board driver support for the EVK1100 board.
This commit is contained in:
parent
dee4bc0973
commit
8cc3fd56d9
13 changed files with 385 additions and 8 deletions
|
|
@ -149,6 +149,9 @@
|
|||
|
||||
/** Selects the Busware TUL specific board drivers, including the Button and LED drivers. */
|
||||
#define BOARD_TUL 28
|
||||
|
||||
/** Selects the Atmel EVK1100 specific board drivers, including the Button, Joystick and LED drivers. */
|
||||
#define BOARD_EVK1100 29
|
||||
|
||||
#if !defined(__DOXYGEN__)
|
||||
#define BOARD_ BOARD_NONE
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue