Skip bootloader and use internal oscillator without CKDIV8

This commit is contained in:
2024-10-01 05:31:54 +02:00
parent bc14a5653c
commit 598540c9d9

View File

@@ -57,8 +57,10 @@ flash: $(TARGET)
$(E) "[AVD] Flashing..." $(E) "[AVD] Flashing..."
$(Q) $(AVD) -l $(LOGFILE) \ $(Q) $(AVD) -l $(LOGFILE) \
-c $(ASP) -p $(ARCH) \ -c $(ASP) -p $(ARCH) \
-U lfuse:w:0xFF:m \ -U lfuse:w:0xC2:m \
-U hfuse:w:0xD2:m \ -U hfuse:w:0x9F:m \
-U efuse:w:0xFF:m \
-U lock:w:0xFF:m \
-U flash:w:$< -U flash:w:$<
.PHONY: clean .PHONY: clean