From da045911eb8b31a6326ed3a386f2aa23c82e15a1 Mon Sep 17 00:00:00 2001 From: adamdunkels Date: Tue, 13 Nov 2007 21:03:27 +0000 Subject: [PATCH] Added serialdump target that prints the output of the first Tmote Sky to a file --- examples/sky/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/examples/sky/Makefile b/examples/sky/Makefile index 0ece76512..f98f44689 100644 --- a/examples/sky/Makefile +++ b/examples/sky/Makefile @@ -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