modifi make program to use micronucleus

This commit is contained in:
jonathan.wyss
2025-09-11 20:45:21 +02:00
parent 11836cb058
commit 09015cad97

View File

@@ -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