Added serialdump target that prints the output of the first Tmote Sky to a file
This commit is contained in:
parent
0a7f35d62c
commit
da045911eb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user