aboutsummaryrefslogtreecommitdiffstats
path: root/LUFA/Common
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-01-19 17:04:32 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-01-19 17:04:32 +0000
commit180180e234c3b5c8d930630c9208ea24da926cc1 (patch)
treeb15e730cd22722a5b59c7061f8e9c4375d09390f /LUFA/Common
parent5fea1abd224af722952c152c7e8793f2809ff6f3 (diff)
downloadlufa-180180e234c3b5c8d930630c9208ea24da926cc1.tar.gz
lufa-180180e234c3b5c8d930630c9208ea24da926cc1.tar.bz2
lufa-180180e234c3b5c8d930630c9208ea24da926cc1.zip
Add support for the Dimex Stange-ISP programmer board (thanks to Gerhard Wesser).
Diffstat (limited to 'LUFA/Common')
-rw-r--r--LUFA/Common/BoardTypes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/LUFA/Common/BoardTypes.h b/LUFA/Common/BoardTypes.h
index 104f5db03..7928d9afd 100644
--- a/LUFA/Common/BoardTypes.h
+++ b/LUFA/Common/BoardTypes.h
@@ -225,6 +225,9 @@
/** Selects the USB2AX version 3.1 specific board drivers, including the Button and LEDs drivers. */
#define BOARD_USB2AX_V31 53
+ /** Selects the Stange-ISP specific board drivers, including the Button and LEDs drivers. */
+ #define BOARD_STANGE_ISP 54
+
#if !defined(__DOXYGEN__)
#define BOARD_ BOARD_NONE