We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3eee985 + a2c8fe5 commit 73f08aaCopy full SHA for 73f08aa
2 files changed
Arduino.mk
@@ -1287,7 +1287,7 @@ endif
1287
AVRDUDE_ISP_OPTS = -c $(ISP_PROG) -b $(AVRDUDE_ISP_BAUDRATE)
1288
1289
ifndef $(ISP_PORT)
1290
- ifneq ($(strip $(ISP_PROG)),$(filter $(ISP_PROG), usbasp usbtiny gpio))
+ ifneq ($(strip $(ISP_PROG)),$(filter $(ISP_PROG), usbasp usbtiny gpio avrispmkii))
1291
AVRDUDE_ISP_OPTS += -P $(call get_isp_port)
1292
endif
1293
else
HISTORY.md
@@ -29,6 +29,7 @@ I tried to give credit whenever possible. If I have missed anyone, kindly add it
29
- Fix: Allow user libaries/sketches to have the same name as system libs. (Issue #244, #229). (https://github.com/sej7278)
30
- Fix: Remove impact of travis-ci from regular users. (Issue #258). (https://github.com/sej7278)
31
- Fix: objcopy quoting issue on Windows. (Issue #272). (https://github.com/sej7278)
32
+- Fix: Add "avrispmkii" to the list of isp that don't have a port. (Issue #279). (https://github.com/sej7278)
33
34
### 1.3.4 (2014-07-12)
35
- Tweak: Allow spaces in "Serial.begin (....)". (Issue #190) (https://github.com/pdav)
0 commit comments