Update Makefile settings for new chip architecture

This commit is contained in:
2024-09-30 19:45:02 +02:00
parent 396662bf7c
commit 595b30cbe5

View File

@@ -9,12 +9,10 @@
# ==============================================================================
VERBOSE := false
#ARCH := m1284p
ARCH := m32
ARCH := m1284p
#FREQ := 18432000UL
FREQ := 8000000UL
#MCU := atmega1284p
MCU := atmega32a
MCU := atmega1284p
ASP := usbasp
CC := avr-gcc
LD := $(CC)