Added support for the Atmel XPLAIN board.
This commit is contained in:
parent
b7eead83aa
commit
3ebfb998ec
7 changed files with 134 additions and 7 deletions
|
|
@ -81,6 +81,9 @@
|
|||
/** Selects the BUMBLEB specific board drivers, using the officially recommended peripheral layout. */
|
||||
#define BOARD_BUMBLEB 6
|
||||
|
||||
/** Selects the XPLAIN specific board drivers, including LED driver. */
|
||||
#define BOARD_XPLAIN 7
|
||||
|
||||
#endif
|
||||
|
||||
/** @} */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue