diff options
| author | Simon John <git@the-jedi.co.uk> | 2015-07-14 14:43:23 +0200 |
|---|---|---|
| committer | Simon John <git@the-jedi.co.uk> | 2015-07-14 14:43:23 +0200 |
| commit | 2cde5852106f1efba8e2ccf9c78685c762d861f5 (patch) | |
| tree | f77e728ebcf55bf8f9357ddcca1d074ed72c9156 /Arduino.mk | |
| parent | 3dd06a6e906f1a0ad428ad05e3defc6f7938ac90 (diff) | |
| parent | 98f91e65cfd821474831f1a5aecff89af11a210e (diff) | |
Merge pull request #369 from mtnocean/AVRDragonISP
Added support for AVR Dragon in both ISP and DebugWire mode
Thanks @mtnocean
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 |
