Added board hardware driver support for Tom's USBTINY MKII programmer.
This commit is contained in:
parent
9257f4ab8e
commit
a8cbe3466b
10 changed files with 146 additions and 13 deletions
|
@ -95,9 +95,12 @@
|
|||
* 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 (all versions) specific board drivers, including the driver for the board LEDs. */
|
||||
#define BOARD_TEENSY 11
|
||||
|
||||
/** Selects the USBTINY MKII specific board drivers, , including the driver for the board LEDs. */
|
||||
#define BOARD_USBTINYMKII 12
|
||||
|
||||
#if !defined(__DOXYGEN__)
|
||||
#define BOARD_ BOARD_NONE
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue