1
0
mirror of https://github.com/oliverschmidt/contiki.git synced 2025-01-12 10:30:09 +00:00

12 lines
139 B
Makefile

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