Added support for AVR Dragon in both ISP and DebugWire mode

This commit is contained in:
Paul Russo 2015-07-14 00:19:52 -06:00
parent 3dd06a6e90
commit 98f91e65cf

View file

@ -1370,7 +1370,7 @@ endif
AVRDUDE_ISP_OPTS = -c $(ISP_PROG) -b $(AVRDUDE_ISP_BAUDRATE) AVRDUDE_ISP_OPTS = -c $(ISP_PROG) -b $(AVRDUDE_ISP_BAUDRATE)
ifndef $(ISP_PORT) ifndef $(ISP_PORT)
ifneq ($(strip $(ISP_PROG)),$(filter $(ISP_PROG), usbasp usbtiny gpio linuxgpio avrispmkii)) ifneq ($(strip $(ISP_PROG)),$(filter $(ISP_PROG), usbasp usbtiny gpio linuxgpio avrispmkii dragon_isp dragon_dw))
AVRDUDE_ISP_OPTS += -P $(call get_isp_port) AVRDUDE_ISP_OPTS += -P $(call get_isp_port)
endif endif
else else