X-Git-Url: http://sigrok.org/gitweb/?p=sigrok-test.git;a=blobdiff_plain;f=decoder%2Ftest%2Fcc1101%2Ftest.conf;fp=decoder%2Ftest%2Fcc1101%2Ftest.conf;h=db46b3824c6bedba478dbb4d00378ffb7a73d375;hp=0000000000000000000000000000000000000000;hb=a487901a9965921dc9118e60e4cfcc68fff2ff3f;hpb=c68e96bc26222b03395853a2a5eda3e5949eb0c9 diff --git a/decoder/test/cc1101/test.conf b/decoder/test/cc1101/test.conf new file mode 100644 index 0000000..db46b38 --- /dev/null +++ b/decoder/test/cc1101/test.conf @@ -0,0 +1,27 @@ +test cc1101-burst-read + protocol-decoder spi channel mosi=0 channel miso=2 channel clk=1 channel cs=5 + protocol-decoder cc1101 + stack spi cc1101 + input spi/cc1101/cc1101-burst-read.sr + output cc1101 annotation match cc1101-burst-read.output + +test cc1101-burst-write + protocol-decoder spi channel mosi=0 channel miso=2 channel clk=1 channel cs=5 + protocol-decoder cc1101 + stack spi cc1101 + input spi/cc1101/cc1101-burst-write.sr + output cc1101 annotation match cc1101-burst-write.output + +test cc1101-command-strobe + protocol-decoder spi channel mosi=0 channel miso=2 channel clk=1 channel cs=5 + protocol-decoder cc1101 + stack spi cc1101 + input spi/cc1101/cc1101-command-strobe.sr + output cc1101 annotation match cc1101-command-strobe.output + +test cc1101-read-write + protocol-decoder spi channel mosi=0 channel miso=2 channel clk=1 channel cs=5 + protocol-decoder cc1101 + stack spi cc1101 + input spi/cc1101/cc1101-read-write.sr + output cc1101 annotation match cc1101-read-write.output