Use external 18.432 MHz crystal oscillator with full swing fuse settings
This commit is contained in:
4
Makefile
4
Makefile
@@ -11,7 +11,7 @@
|
|||||||
VERBOSE := false
|
VERBOSE := false
|
||||||
ARCH := m1284
|
ARCH := m1284
|
||||||
MCU := atmega1284p
|
MCU := atmega1284p
|
||||||
FREQ := 8000000UL
|
FREQ := 18432000UL
|
||||||
ISP := usbasp
|
ISP := usbasp
|
||||||
CC := avr-gcc
|
CC := avr-gcc
|
||||||
LD := $(CC)
|
LD := $(CC)
|
||||||
@@ -22,7 +22,7 @@ MKDIR := mkdir -p
|
|||||||
RMR := rm -rf
|
RMR := rm -rf
|
||||||
GIT := git
|
GIT := git
|
||||||
|
|
||||||
LFUSE := 0xC2
|
LFUSE := 0xF7
|
||||||
HFUSE := 0x97
|
HFUSE := 0x97
|
||||||
EFUSE := 0xFF
|
EFUSE := 0xFF
|
||||||
LOCK := 0xFF
|
LOCK := 0xFF
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
## Current Tasks
|
## Current Tasks
|
||||||
|
|
||||||
- Test stability with 18.432 MHz external oscillator.
|
|
||||||
- Implement state machine for actual drying operation.
|
- Implement state machine for actual drying operation.
|
||||||
- Rewrite code documentation with proper structure.
|
- Rewrite code documentation with proper structure.
|
||||||
- Check sensor measurements, conversion results and timer output frequencies.
|
- Check sensor measurements, conversion results and timer output frequencies.
|
||||||
|
|||||||
Reference in New Issue
Block a user