diff options
| author | Paul Russo <paulio@mtnocean.com> | 2015-07-14 00:19:52 -0600 |
|---|---|---|
| committer | Paul Russo <paulio@mtnocean.com> | 2015-07-14 00:19:52 -0600 |
| commit | 98f91e65cfd821474831f1a5aecff89af11a210e (patch) | |
| tree | f77e728ebcf55bf8f9357ddcca1d074ed72c9156 /Arduino.mk | |
| parent | 3dd06a6e906f1a0ad428ad05e3defc6f7938ac90 (diff) | |
Added support for AVR Dragon in both ISP and DebugWire mode
Diffstat (limited to 'Arduino.mk')
| -rw-r--r-- | Arduino.mk | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1370,7 +1370,7 @@ endif AVRDUDE_ISP_OPTS = -c $(ISP_PROG) -b $(AVRDUDE_ISP_BAUDRATE) 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) endif else |
