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
|
|
@ -96,7 +96,7 @@
|
|||
* such as the Joystick driver, where the removal would adversely affect the code's operation is still disallowed. */
|
||||
#define BOARD_NONE 10
|
||||
|
||||
/** Selects the Teensy (all versions) specific board drivers, including the driver for the board LEDs. */
|
||||
/** Selects the Teensy version 1.x specific board drivers, including the driver for the board LEDs. */
|
||||
#define BOARD_TEENSY 11
|
||||
|
||||
/** Selects the USBTINY MKII specific board drivers, including the Button and LEDs drivers. */
|
||||
|
|
@ -159,6 +159,9 @@
|
|||
/** Selects the Atmel XMEGA A3BU Xplained specific board drivers, including Dataflash, Button and LED drivers. */
|
||||
#define BOARD_A3BU_XPLAINED 31
|
||||
|
||||
/** Selects the Teensy version 2.x specific board drivers, including the driver for the board LEDs. */
|
||||
#define BOARD_TEENSY 32
|
||||
|
||||
#if !defined(__DOXYGEN__)
|
||||
#define BOARD_ BOARD_NONE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue