Burn fuse for external crystal at 16K CK and 65ms

This commit is contained in:
2024-10-01 00:16:20 +02:00
parent 23765aae8a
commit bc14a5653c
3 changed files with 17 additions and 4 deletions

View File

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