Added board hardware driver support for Tom's USBTINY MKII programmer.

This commit is contained in:
Dean Camera 2010-03-30 08:32:46 +00:00
parent 9257f4ab8e
commit a8cbe3466b
10 changed files with 146 additions and 13 deletions

View file

@ -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