11 lines
139 B
Text
11 lines
139 B
Text
%.u: %.ihex
|
|
ifdef JTAG_PORT
|
|
msp430-jtag -l $(JTAG_PORT) -eI $^
|
|
else
|
|
msp430-jtag -eI $^
|
|
endif
|
|
|
|
#CW=cw23
|
|
|
|
#%.u: %.ihex
|
|
# $(CW) -d f430p $^
|