From: Keith Packard Date: Thu, 16 Dec 2021 21:38:39 +0000 (-0800) Subject: altos/attiny: Switch to avrisp2 for development programmer X-Git-Tag: 1.9.10.4~63 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=0e068689f41b74c883615f9f11a322a962cbb792 altos/attiny: Switch to avrisp2 for development programmer My bench programmer puck is the avrisp2, not usbtiny Signed-off-by: Keith Packard --- diff --git a/src/attiny/Makefile-attiny.defs b/src/attiny/Makefile-attiny.defs index 8949ba45..75a56357 100644 --- a/src/attiny/Makefile-attiny.defs +++ b/src/attiny/Makefile-attiny.defs @@ -5,6 +5,7 @@ vpath % $(TOPDIR)/attiny:$(AO_VPATH) MCU=attiny85 DUDECPUTYPE=t85 #PROGRAMMER=stk500v2 -P usb +PROGRAMMER=avrisp2 LOADSLOW=-i 32 -B 32 LOADARG=-p $(DUDECPUTYPE) -c $(PROGRAMMER) -e -U flash:w: