Added serialdump target that prints the output of the first Tmote Sky to a file

This commit is contained in:
adamdunkels 2007-11-13 21:03:27 +00:00
parent 0a7f35d62c
commit da045911eb
1 changed files with 3 additions and 0 deletions

View File

@ -7,4 +7,7 @@ endif
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