Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Jan Kasprzak
tinyboard
Commits
02b8c741
Commit
02b8c741
authored
Apr 25, 2013
by
Jan Kasprzak
Browse files
Makefile adjusted for Tiny45
parent
edebb613
Changes
1
Show whitespace changes
Inline
Side-by-side
projects/step-up/Makefile
View file @
02b8c741
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
...
...
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