Import of the contiki-2.x development code from the SICS internal CVS server

This commit is contained in:
nifi 2006-06-22 14:22:42 +00:00
parent c2ae514a13
commit 05f6bb5feb
11 changed files with 1390 additions and 0 deletions

View 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