From 09015cad97573368d8ba1468dc798d5c128652be Mon Sep 17 00:00:00 2001 From: "jonathan.wyss" Date: Thu, 11 Sep 2025 20:45:21 +0200 Subject: [PATCH] modifi make program to use micronucleus --- makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/makefile b/makefile index 7e8b08c..275bfb2 100644 --- a/makefile +++ b/makefile @@ -142,7 +142,11 @@ sym: $(TARGET).sym # Program the device. program: $(TARGET).hex $(TARGET).eep - $(AVRDUDE) $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH) $(AVRDUDE_WRITE_EEPROM) + #for normal attiny85 or with usbasp + #$(AVRDUDE) $(AVRDUDE_FLAGS) $(AVRDUDE_WRITE_FLASH) $(AVRDUDE_WRITE_EEPROM) + + #this is for digispark attiny85 with micronucleus bootloader on it + micronucleus --run $(TARGET).hex