mirror of
https://github.com/oliverschmidt/contiki.git
synced 2024-12-22 10:30:13 +00:00
configurable port
This commit is contained in:
parent
ab115e4b10
commit
d21572da02
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user