summaryrefslogtreecommitdiff
path: root/decoder/test/mrf24j40/test.conf
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2019-08-23 13:17:52 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2019-08-23 13:18:20 +0200
commit9c1300b5bb550615d89ccacef50659b2652e3365 (patch)
treee6774969be37afb3d57776df75c0a34246946158 /decoder/test/mrf24j40/test.conf
parent1751d2cb7a11f6e64af27a241d15eeea9578acaf (diff)
downloadsigrok-test-9c1300b5bb550615d89ccacef50659b2652e3365.tar.gz
sigrok-test-9c1300b5bb550615d89ccacef50659b2652e3365.zip
mrf24j40: Add a few more test-cases.
Diffstat (limited to 'decoder/test/mrf24j40/test.conf')
-rw-r--r--decoder/test/mrf24j40/test.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/decoder/test/mrf24j40/test.conf b/decoder/test/mrf24j40/test.conf
index 2c64a02..2e482e3 100644
--- a/decoder/test/mrf24j40/test.conf
+++ b/decoder/test/mrf24j40/test.conf
@@ -11,3 +11,17 @@ test mrf24j40-wake-tx-ack
stack spi mrf24j40
input spi/mrf24j40/sensormote/mrf24j40-wake-tx-ack.sr
output mrf24j40 annotation match mrf24j40-wake-tx-ack.output
+
+test mrf24j40ma_no_txfails
+ protocol-decoder spi channel cs=0 channel clk=6 channel mosi=5 channel miso=1
+ protocol-decoder mrf24j40
+ stack spi mrf24j40
+ input spi/mrf24j40/ecg/mrf24j40ma_no_txfails.sr
+ output mrf24j40 annotation match mrf24j40ma_no_txfails.output
+
+test mrf24j40ma_many_txfails
+ protocol-decoder spi channel cs=0 channel clk=6 channel mosi=5 channel miso=1
+ protocol-decoder mrf24j40
+ stack spi mrf24j40
+ input spi/mrf24j40/ecg/mrf24j40ma_many_txfails.sr
+ output mrf24j40 annotation match mrf24j40ma_many_txfails.output