Added serialdump target that prints the output of the first Tmote Sky to a file
This commit is contained in:
parent
0a7f35d62c
commit
da045911eb
1 changed files with 3 additions and 0 deletions
|
@ -7,4 +7,7 @@ endif
|
||||||
|
|
||||||
all: blink test-button test-cfs tcprudolph0
|
all: blink test-button test-cfs tcprudolph0
|
||||||
|
|
||||||
|
serialdump:
|
||||||
|
$(SERIALDUMP) -b115200 /dev/com$(firstword $(CMOTES)) | $(CONTIKI)/tools/timestamp | tee serialdump-`date +%Y%m%d-%H%M`
|
||||||
|
|
||||||
include $(CONTIKI)/Makefile.include
|
include $(CONTIKI)/Makefile.include
|
||||||
|
|
Loading…
Reference in a new issue