mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-10 08:25:23 +00:00
added option to specify JTAG port for programming
This commit is contained in:
@@ -1,5 +1,9 @@
|
||||
%.u: %.ihex
|
||||
ifdef JTAG_PORT
|
||||
msp430-jtag -l $(JTAG_PORT) -eI $^
|
||||
else
|
||||
msp430-jtag -eI $^
|
||||
endif
|
||||
|
||||
#CW=cw23
|
||||
|
||||
|
Reference in New Issue
Block a user