avr-firmwares/boards/markl32.mk

8 lines
235 B
Makefile
Raw Normal View History

2018-04-01 00:00:18 +02:00
# German description at https://www.mikrocontroller.net/attachment/160557/TechnicalReference_ATmega32Board.pdf
MCU_TARGET = atmega32
MCU_FREQ = 16000000UL
CPPFLAGS += -DLED_DDR=DDRA -DLED_PORT=PORTA -DLED_PIN=0
AVRDUDE_TYPE = usbasp