]> sigrok.org Git - sigrok-test.git/blob - decoder/test/mrf24j40/test.conf
mrf24j40: Add a few more test-cases.
[sigrok-test.git] / decoder / test / mrf24j40 / test.conf
1 test mrf24j40-reset-wakeup
2         protocol-decoder spi channel cs=5 channel clk=3 channel mosi=2 channel miso=4
3         protocol-decoder mrf24j40
4         stack spi mrf24j40
5         input spi/mrf24j40/sensormote/mrf24j40-reset-wakeup.sr
6         output mrf24j40 annotation match mrf24j40-reset-wakeup.output
7
8 test mrf24j40-wake-tx-ack
9         protocol-decoder spi channel cs=5 channel clk=3 channel mosi=2 channel miso=4
10         protocol-decoder mrf24j40
11         stack spi mrf24j40
12         input spi/mrf24j40/sensormote/mrf24j40-wake-tx-ack.sr
13         output mrf24j40 annotation match mrf24j40-wake-tx-ack.output
14
15 test mrf24j40ma_no_txfails
16         protocol-decoder spi channel cs=0 channel clk=6 channel mosi=5 channel miso=1
17         protocol-decoder mrf24j40
18         stack spi mrf24j40
19         input spi/mrf24j40/ecg/mrf24j40ma_no_txfails.sr
20         output mrf24j40 annotation match mrf24j40ma_no_txfails.output
21
22 test mrf24j40ma_many_txfails
23         protocol-decoder spi channel cs=0 channel clk=6 channel mosi=5 channel miso=1
24         protocol-decoder mrf24j40
25         stack spi mrf24j40
26         input spi/mrf24j40/ecg/mrf24j40ma_many_txfails.sr
27         output mrf24j40 annotation match mrf24j40ma_many_txfails.output