Added board hardware driver support for the Benito programmer.
This commit is contained in:
parent
a8cbe3466b
commit
3790907f4d
6 changed files with 32 additions and 7 deletions
|
|
@ -98,9 +98,12 @@
|
|||
/** 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. */
|
||||
/** Selects the USBTINY MKII specific board drivers, including the driver for the board LEDs. */
|
||||
#define BOARD_USBTINYMKII 12
|
||||
|
||||
/** Selects the Benito specific board drivers, including the driver for the board LEDs. */
|
||||
#define BOARD_BENITO 13
|
||||
|
||||
#if !defined(__DOXYGEN__)
|
||||
#define BOARD_ BOARD_NONE
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue