Import of the contiki-2.x development code from the SICS internal CVS server
This commit is contained in:
parent
c2ae514a13
commit
05f6bb5feb
11 changed files with 1390 additions and 0 deletions
18
cpu/msp430/buildscripts/Makefile.unix
Normal file
18
cpu/msp430/buildscripts/Makefile.unix
Normal file
|
@ -0,0 +1,18 @@
|
|||
ifndef JTAG
|
||||
JTAG := $(CONTIKI_CPU)/buildscripts/jtag/pyjtag/jtag.py
|
||||
endif
|
||||
|
||||
ifndef JTAG_PORT
|
||||
JTAG_PORT = /dev/ppi0
|
||||
endif
|
||||
|
||||
%.u: %.$(TARGET)
|
||||
$(JTAG) -l $(JTAG_PORT) -e
|
||||
$(JTAG) -l $(JTAG_PORT) -D -D -S -R 2048 -p $^
|
||||
$(JTAG) -l $(JTAG_PORT) -D -r
|
||||
|
||||
r:
|
||||
$(JTAG) -l $(JTAG_PORT) -r
|
||||
|
||||
erase:
|
||||
$(JTAG) -l $(JTAG_PORT) -e
|
Loading…
Add table
Add a link
Reference in a new issue