summaryrefslogtreecommitdiff
path: root/decoder/test/amulet_ascii/test.conf
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2019-11-24 16:18:56 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2019-11-24 16:18:56 +0100
commitf5cd5e9c112bef7fcf315692614a913b17522e77 (patch)
treed87c43d8d72526f9085999d752b7449c5d8e1370 /decoder/test/amulet_ascii/test.conf
parent1d7399acc38ab2f058722e6b5e76592790448738 (diff)
downloadsigrok-test-f5cd5e9c112bef7fcf315692614a913b17522e77.tar.gz
sigrok-test-f5cd5e9c112bef7fcf315692614a913b17522e77.zip
amulet_ascii: Add two initial test-cases.
Diffstat (limited to 'decoder/test/amulet_ascii/test.conf')
-rw-r--r--decoder/test/amulet_ascii/test.conf13
1 files changed, 13 insertions, 0 deletions
diff --git a/decoder/test/amulet_ascii/test.conf b/decoder/test/amulet_ascii/test.conf
new file mode 100644
index 0000000..e10375d
--- /dev/null
+++ b/decoder/test/amulet_ascii/test.conf
@@ -0,0 +1,13 @@
+test bootup
+ protocol-decoder uart channel tx=0 channel rx=1
+ protocol-decoder amulet_ascii
+ stack uart amulet_ascii
+ input uart/amulet_lcd/bootup.sr
+ output amulet_ascii annotation match bootup.output
+
+test menu_changes
+ protocol-decoder uart channel tx=0 channel rx=1
+ protocol-decoder amulet_ascii
+ stack uart amulet_ascii
+ input uart/amulet_lcd/menu_changes.sr
+ output amulet_ascii annotation match menu_changes.output