Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jan Kasprzak
tinyboard
Commits
02b8c741
Commit
02b8c741
authored
Apr 25, 2013
by
Jan Kasprzak
Browse files
Makefile adjusted for Tiny45
parent
edebb613
Changes
1
Hide whitespace changes
Inline
Side-by-side
projects/step-up/Makefile
View file @
02b8c741
PROGRAM
=
lights
SRC
=
main.c logging.c adc.c pwm.c tmr.c pwmled.c gpio.c ambient.c pattern.c
\
buttons.c battery.c control.c
SRC
=
main.c logging.c pwm.c adc.c
OBJ
=
$(SRC:.c=.o)
MCU
=
attiny861a
# AVRDUDE_MCU=$(MCU)
AVRDUDE_MCU
=
attiny861
MCU
=
attiny45
AVRDUDE_MCU
=
$(MCU)
AVRDUDE_PROGRAMMER
=
usbasp
CFLAGS
=
-Wall
-Os
-mmcu
=
$(MCU)
-DUSE_LOGGING
=
1
-DF_CPU
=
1000000UL
-std
=
gnu99
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment