]> sigrok.org Git - sigrok-test.git/blob - decoder/test/cc1101/test.conf
cc1101: Add a few test-cases.
[sigrok-test.git] / decoder / test / cc1101 / test.conf
1 test cc1101-burst-read
2         protocol-decoder spi channel mosi=0 channel miso=2 channel clk=1 channel cs=5
3         protocol-decoder cc1101
4         stack spi cc1101
5         input spi/cc1101/cc1101-burst-read.sr
6         output cc1101 annotation match cc1101-burst-read.output
7
8 test cc1101-burst-write
9         protocol-decoder spi channel mosi=0 channel miso=2 channel clk=1 channel cs=5
10         protocol-decoder cc1101
11         stack spi cc1101
12         input spi/cc1101/cc1101-burst-write.sr
13         output cc1101 annotation match cc1101-burst-write.output
14
15 test cc1101-command-strobe
16         protocol-decoder spi channel mosi=0 channel miso=2 channel clk=1 channel cs=5
17         protocol-decoder cc1101
18         stack spi cc1101
19         input spi/cc1101/cc1101-command-strobe.sr
20         output cc1101 annotation match cc1101-command-strobe.output
21
22 test cc1101-read-write
23         protocol-decoder spi channel mosi=0 channel miso=2 channel clk=1 channel cs=5
24         protocol-decoder cc1101
25         stack spi cc1101
26         input spi/cc1101/cc1101-read-write.sr
27         output cc1101 annotation match cc1101-read-write.output