modifi make program to use micronucleus
This commit is contained in:
6
makefile
6
makefile
@@ -142,7 +142,11 @@ sym: $(TARGET).sym
|
|||||||
|
|
||||||
# Program the device.
|
# Program the device.
|
||||||
program: $(TARGET).hex $(TARGET).eep
|
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
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user