configurable port
This commit is contained in:
parent
ab115e4b10
commit
d21572da02
1 changed files with 9 additions and 1 deletions
|
@ -1,5 +1,13 @@
|
||||||
|
ifndef JTAG_PORT
|
||||||
|
JTAG_PORT = LPT1
|
||||||
|
endif
|
||||||
|
|
||||||
|
ifdef DEBUG
|
||||||
|
DEBUG_ARGS = -D -D -D -D
|
||||||
|
endif
|
||||||
|
|
||||||
%.u: %.ihex
|
%.u: %.ihex
|
||||||
msp430-jtag -mI $^
|
msp430-jtag $(DEBUG_ARGS) -l $(JTAG_PORT) -mI $^
|
||||||
|
|
||||||
#CW=cw23
|
#CW=cw23
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue