Test USART reading

This commit is contained in:
2024-08-27 00:38:12 +02:00
parent 42792bfdf8
commit 0f5a383f14
7 changed files with 94 additions and 81 deletions

View File

@@ -8,6 +8,8 @@
# GENERAL SETTINGS
# ==============================================================================
# NOTE: System clock frequency should be a multiple of 1.8432MHz for USART.
SRCDIR := src
BINDIR := bin
TMPDIR := $(BINDIR)/build
@@ -17,6 +19,7 @@ LOGFILE := $(BINDIR)/core.log
VERBOSE := false
ARCH := m32
#FREQ := 7372800UL
FREQ := 8000000UL
MCU := atmega32a
ASP := usbasp