Changing CPU model to 1284

This commit is contained in:
Imbus 2024-03-19 10:12:30 +01:00
parent 4f940c2648
commit f6b4a91e71

View file

@ -5,8 +5,8 @@ CC = avr-gcc
PROGRAMMER = usbasp PROGRAMMER = usbasp
# MCU # MCU
MCU = atmega328p MCU = atmega1284p
QEMU_MACHINE_NAME = uno QEMU_MACHINE_NAME = mega
# Compiler flags # Compiler flags
CFLAGS = -std=c2x -Wall -Wno-array-bounds -mmcu=$(MCU) -DF_CPU=16000000UL -O3 CFLAGS = -std=c2x -Wall -Wno-array-bounds -mmcu=$(MCU) -DF_CPU=16000000UL -O3