Burn EESAVE fuse to preserve EEPROM on chip erase

This commit is contained in:
2024-09-20 15:56:39 +02:00
parent 2cb677445d
commit 171e827ab5

View File

@@ -61,7 +61,7 @@ flash: $(TARGET)
$(Q) $(AVD) -l $(LOGFILE) \
-c $(ASP) -p $(ARCH) \
-U lfuse:w:0xff:m \
-U hfuse:w:0x99:m \
-U hfuse:w:0x91:m \
-U flash:w:$(TARGET)
.PHONY: clean