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