added option to specify JTAG port for programming
This commit is contained in:
parent
df32fde58c
commit
178548413e
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
%.u: %.ihex
|
%.u: %.ihex
|
||||||
|
ifdef JTAG_PORT
|
||||||
|
msp430-jtag -l $(JTAG_PORT) -eI $^
|
||||||
|
else
|
||||||
msp430-jtag -eI $^
|
msp430-jtag -eI $^
|
||||||
|
endif
|
||||||
|
|
||||||
#CW=cw23
|
#CW=cw23
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue