projects
/
pub
/
lufa.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fixed AVRISP programmer demo -- can now connect to a target and read/write Sig/Lock...
[pub/lufa.git]
/
Projects
/
Incomplete
/
AVRISP
/
makefile
diff --git
a/Projects/Incomplete/AVRISP/makefile
b/Projects/Incomplete/AVRISP/makefile
index
958d9ab
..
b9aee48
100644
(file)
--- a/
Projects/Incomplete/AVRISP/makefile
+++ b/
Projects/Incomplete/AVRISP/makefile
@@
-60,7
+60,7
@@
\r
\r
# MCU name
\r
\r
\r
# MCU name
\r
-MCU = at90usb
128
7
\r
+MCU = at90usb
64
7
\r
\r
\r
# Target board (see library "Board Types" documentation, USER or blank for projects not requiring
\r
\r
\r
# Target board (see library "Board Types" documentation, USER or blank for projects not requiring
\r
@@
-194,9
+194,9
@@
CSTANDARD = -std=gnu99
\r
# Place -D or -U options here for C sources
\r
CDEFS = -DF_CPU=$(F_CPU)UL -DF_CLOCK=$(F_CLOCK)UL -DBOARD=BOARD_$(BOARD) $(LUFA_OPTS)
\r
\r
# Place -D or -U options here for C sources
\r
CDEFS = -DF_CPU=$(F_CPU)UL -DF_CLOCK=$(F_CLOCK)UL -DBOARD=BOARD_$(BOARD) $(LUFA_OPTS)
\r
-CDEFS += -DRESET_LINE_PORT=PORT
A
\r
-CDEFS += -DRESET_LINE_DDR=DDR
A
\r
-CDEFS += -DRESET_LINE_MASK="(1 <<
0
)"
\r
+CDEFS += -DRESET_LINE_PORT=PORT
B
\r
+CDEFS += -DRESET_LINE_DDR=DDR
B
\r
+CDEFS += -DRESET_LINE_MASK="(1 <<
4
)"
\r
\r
\r
# Place -D or -U options here for ASM sources
\r
\r
\r
# Place -D or -U options here for ASM sources
\r