Improve definitions
This commit is contained in:
+11
-11
@@ -1,14 +1,14 @@
|
|||||||
MCU = attiny85
|
MCU = attiny85
|
||||||
F_CPU = 1000000UL
|
F_CPU = 1000000UL
|
||||||
TARGET = clockinator
|
TARGET = clockinator
|
||||||
SRCS = clockinator.S
|
SRCS = $(TARGET).S
|
||||||
CC = avr-gcc
|
CC = avr-gcc
|
||||||
OBJCOPY = avr-objcopy
|
OBJCOPY = avr-objcopy
|
||||||
PORT = /dev/tty.usbmodem101
|
PORT = /dev/tty.usbmodem101
|
||||||
BAUD = 19200
|
BAUD = 19200
|
||||||
PROGRAMMER = usbasp
|
PROGRAMMER = usbasp
|
||||||
AVRDUDE = avrdude -P $(PORT) -b $(BAUD)
|
AVRDUDE = avrdude -P $(PORT) -b $(BAUD)
|
||||||
CFLAGS = -mmcu=$(MCU) -Wall -Os -DF_CPU=$(F_CPU)
|
CFLAGS = -mmcu=$(MCU) -Wall -Os -DF_CPU=$(F_CPU)
|
||||||
|
|
||||||
all: $(TARGET).hex
|
all: $(TARGET).hex
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user