Commit 02b8c741 authored by Jan Kasprzak's avatar Jan Kasprzak
Browse files

Makefile adjusted for Tiny45

parent edebb613
PROGRAM=lights PROGRAM=lights
SRC=main.c logging.c adc.c pwm.c tmr.c pwmled.c gpio.c ambient.c pattern.c \ SRC=main.c logging.c pwm.c adc.c
buttons.c battery.c control.c
OBJ=$(SRC:.c=.o) OBJ=$(SRC:.c=.o)
MCU=attiny861a MCU=attiny45
# AVRDUDE_MCU=$(MCU) AVRDUDE_MCU=$(MCU)
AVRDUDE_MCU=attiny861
AVRDUDE_PROGRAMMER=usbasp AVRDUDE_PROGRAMMER=usbasp
CFLAGS=-Wall -Os -mmcu=$(MCU) -DUSE_LOGGING=1 -DF_CPU=1000000UL -std=gnu99 CFLAGS=-Wall -Os -mmcu=$(MCU) -DUSE_LOGGING=1 -DF_CPU=1000000UL -std=gnu99
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment