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 VERBOSE := false
#ARCH := m1284p ARCH := m1284p
ARCH := m32
#FREQ := 18432000UL #FREQ := 18432000UL
FREQ := 8000000UL FREQ := 8000000UL
#MCU := atmega1284p MCU := atmega1284p
MCU := atmega32a
ASP := usbasp ASP := usbasp
CC := avr-gcc CC := avr-gcc
LD := $(CC) LD := $(CC)