configurable port

This commit is contained in:
fros4943 2007-12-18 11:55:01 +00:00
parent ab115e4b10
commit d21572da02

View file

@ -1,5 +1,13 @@
ifndef JTAG_PORT
JTAG_PORT = LPT1
endif
ifdef DEBUG
DEBUG_ARGS = -D -D -D -D
endif
%.u: %.ihex
msp430-jtag -mI $^
msp430-jtag $(DEBUG_ARGS) -l $(JTAG_PORT) -mI $^
#CW=cw23