added option to specify JTAG port for programming

This commit is contained in:
nifi 2009-10-22 09:27:46 +00:00
parent df32fde58c
commit 178548413e

View file

@ -1,5 +1,9 @@
%.u: %.ihex
ifdef JTAG_PORT
msp430-jtag -l $(JTAG_PORT) -eI $^
else
msp430-jtag -eI $^
endif
#CW=cw23