summaryrefslogtreecommitdiff
path: root/decoder/test/swim/test.conf
diff options
context:
space:
mode:
authorMike Jagdis <mjagdis@eris-associates.co.uk>2018-08-08 21:35:00 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2018-09-06 00:57:19 +0200
commita4017fe590013250262f38c90b4d6a9c8d5c2065 (patch)
tree2358e88203e91fa2b9acdd8f72000a8623101e80 /decoder/test/swim/test.conf
parent956e7d7dfb9b7244f19a994b7d47939e47caa309 (diff)
downloadsigrok-test-a4017fe590013250262f38c90b4d6a9c8d5c2065.tar.gz
sigrok-test-a4017fe590013250262f38c90b4d6a9c8d5c2065.zip
Tests for the decoder for STM8 series MCUs SWIM protocol.
Signed-off-by: Mike Jagdis <mjagdis@eris-associates.co.uk> (github: mjagdis)
Diffstat (limited to 'decoder/test/swim/test.conf')
-rw-r--r--decoder/test/swim/test.conf24
1 files changed, 24 insertions, 0 deletions
diff --git a/decoder/test/swim/test.conf b/decoder/test/swim/test.conf
new file mode 100644
index 0000000..25a86a2
--- /dev/null
+++ b/decoder/test/swim/test.conf
@@ -0,0 +1,24 @@
+test tests_1
+ protocol-decoder swim channel swim=1
+ input swim/tests/sample1.sr
+ output swim annotation match tests/sample1.output
+
+test tests_2
+ protocol-decoder swim channel swim=1
+ input swim/tests/sample2.sr
+ output swim annotation match tests/sample2.output
+
+test tests_3
+ protocol-decoder swim channel swim=1
+ input swim/tests/sample3.sr
+ output swim annotation match tests/sample3.output
+
+test tests_4
+ protocol-decoder swim channel swim=1
+ input swim/tests/sample4.sr
+ output swim annotation match tests/sample4.output
+
+test flash_prog
+ protocol-decoder swim channel swim=1
+ input swim/flash_prog/sample1.sr
+ output swim annotation match flash_prog/sample1.output