Added support for version 2 of the Teensy boards (thanks to Christoph Redecker).
This commit is contained in:
parent
09577fe541
commit
a81ccd83fd
7 changed files with 46 additions and 11 deletions
|
@ -29,7 +29,7 @@
|
|||
*/
|
||||
|
||||
/** \file
|
||||
* \brief Board specific Dataflash driver header for the Atmel XPLAIN.
|
||||
* \brief Board specific Dataflash driver header for the original Atmel XPLAIN.
|
||||
* \copydetails Group_Dataflash_XPLAIN
|
||||
*
|
||||
* \note This file should not be included directly. It is automatically included as needed by the dataflash driver
|
||||
|
@ -38,7 +38,9 @@
|
|||
|
||||
/** \ingroup Group_Dataflash
|
||||
* \defgroup Group_Dataflash_XPLAIN XPLAIN
|
||||
* \brief Board specific Dataflash driver header for the Atmel XPLAIN.
|
||||
* \brief Board specific Dataflash driver header for the original Atmel XPLAIN.
|
||||
*
|
||||
* \note For the first revision XPLAIN board, compile with <code>BOARD = BOARD_XPLAIN_REV1</code>.
|
||||
*
|
||||
* Board specific Dataflash driver header for the Atmel XPLAIN.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue