Add support for the Dimex Stange-ISP programmer board (thanks to Gerhard Wesser).

This commit is contained in:
Dean Camera 2013-01-19 17:04:32 +00:00
parent 5fea1abd22
commit 180180e234
9 changed files with 262 additions and 2 deletions

View file

@ -18,7 +18,7 @@
#
# And re-run the makefile. Note that each board may have only one target.
# =============================================================================
#
#
#
# ----------------- AVR8 Boards ------------------
BOARD_ADAFRUITU4 = AVR8 : atmega32u4 :
@ -69,6 +69,7 @@ BOARD_USBTINYMKII = AVR8 : at90usb162 :
BOARD_USER = AVR8 : at90usb1287 :
BOARD_XPLAIN = AVR8 : at90usb1287 :
BOARD_XPLAIN_REV1 = AVR8 : at90usb1287 :
BOARD_STANGE_ISP = AVR8 : at90usb162 :
#
# ----------------- XMEGA Boards -----------------
BOARD_A3BU_XPLAINED = XMEGA : atxmega256a3bu :
@ -79,4 +80,4 @@ BOARD_EVK1100 = UC3 : uc3a0512 :
BOARD_EVK1101 = UC3 : uc3b0256 :
BOARD_EVK1104 = UC3 : uc3a3256 :
BOARD_UC3A3_XPLAINED = UC3 : uc3a3256 :
#
#