Add support for the Olimex AVR-ISP-MK2 board.

This commit is contained in:
Dean Camera
2012-07-26 19:23:15 +00:00
parent 5a0bd85330
commit 16cd7c6896
8 changed files with 256 additions and 0 deletions

View File

@@ -212,6 +212,9 @@
/** Selects the Olimex AVR-USB-T32U4 specific board drivers, including the Button and LED drivers. */
#define BOARD_OLIMEXT32U4 49
/** Selects the Olimex AVR-ISP-MK2 specific board drivers, including the Button and LED drivers. */
#define BOARD_OLIMEXISPMK2 50
#if !defined(__DOXYGEN__)