osd-contiki/platform/msb430/buildscripts/Makefile.win
2007-12-18 11:55:01 +00:00

15 lines
194 B
Makefile

ifndef JTAG_PORT
JTAG_PORT = LPT1
endif
ifdef DEBUG
DEBUG_ARGS = -D -D -D -D
endif
%.u: %.ihex
msp430-jtag $(DEBUG_ARGS) -l $(JTAG_PORT) -mI $^
#CW=cw23
#%.u: %.ihex
# $(CW) -d f430p $^