Added support for AVR Dragon in both ISP and DebugWire mode
This commit is contained in:
parent
3dd06a6e90
commit
98f91e65cf
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue