Use external 18.432 MHz crystal oscillator with full swing fuse settings

This commit is contained in:
2024-10-02 19:38:51 +02:00
parent 481bf3aa70
commit eea8c015c0
2 changed files with 2 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
VERBOSE := false
ARCH := m1284
MCU := atmega1284p
FREQ := 8000000UL
FREQ := 18432000UL
ISP := usbasp
CC := avr-gcc
LD := $(CC)
@@ -22,7 +22,7 @@ MKDIR := mkdir -p
RMR := rm -rf
GIT := git
LFUSE := 0xC2
LFUSE := 0xF7
HFUSE := 0x97
EFUSE := 0xFF
LOCK := 0xFF