projects
/
pub
/
USBasp.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
USBasp 2011.05.28.
[pub/USBasp.git]
/
bin
/
firmware
/
Makefile
1
MCU_TARGET
=
atmega8
2
FLASHER
=
avrdude
-
c usbasp
-
p
$(
MCU_TARGET
)
3
4
usbasp
:
fuses
5
$(
FLASHER
) -
B
1
-
U flash
:
w
:
usbasp.atmega8.2011
-
05
-
28
.hex
6
7
fuses
:
8
$(
FLASHER
) -
B
200
-
U hfuse
:
w
:
0xC9
:
m
-
U lfuse
:
w
:
0xEF
:
m
9
shell
:
10
$(
FLASHER
) -
t