projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Added handler for the V2 Protocol SPI_MULTI command to the AVRISP Programmer project.
[pub/USBasp.git]
/
Projects
/
Unfinished
/
AVRISP
/
makefile
diff --git
a/Projects/Unfinished/AVRISP/makefile
b/Projects/Unfinished/AVRISP/makefile
index
5f76575
..
0877c5d
100644
(file)
--- a/
Projects/Unfinished/AVRISP/makefile
+++ b/
Projects/Unfinished/AVRISP/makefile
@@
-193,6
+193,11
@@
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=PORTA
\r
+CDEFS += -DRESET_LINE_PIN=PINA
\r
+CDEFS += -DRESET_LINE_DDR=DDRA
\r
+CDEFS += -DRESET_LINE_MASK="(1 << 0)"
\r
+
\r
\r
# Place -D or -U options here for ASM sources
\r
ADEFS = -DF_CPU=$(F_CPU)
\r
\r
# Place -D or -U options here for ASM sources
\r
ADEFS = -DF_CPU=$(F_CPU)
\r