summaryrefslogtreecommitdiff
path: root/decoder/test/eeprom93xx/test.conf
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2019-08-30 01:24:38 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2019-08-30 01:25:10 +0200
commit1a19c393c8be8588e2e377dfdc7b70b1d24f8f31 (patch)
tree70996cfe1edd5005da28359d047c116426b2d5ec /decoder/test/eeprom93xx/test.conf
parent9c1300b5bb550615d89ccacef50659b2652e3365 (diff)
downloadsigrok-test-1a19c393c8be8588e2e377dfdc7b70b1d24f8f31.tar.gz
sigrok-test-1a19c393c8be8588e2e377dfdc7b70b1d24f8f31.zip
eeprom93xx: Add a test-case for the new format=ascii option.
Diffstat (limited to 'decoder/test/eeprom93xx/test.conf')
-rw-r--r--decoder/test/eeprom93xx/test.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/decoder/test/eeprom93xx/test.conf b/decoder/test/eeprom93xx/test.conf
index 62861fc..955f694 100644
--- a/decoder/test/eeprom93xx/test.conf
+++ b/decoder/test/eeprom93xx/test.conf
@@ -4,3 +4,10 @@ test st_m93c66
stack microwire eeprom93xx
input microwire/st_m93c66/st_m93c66.sr
output eeprom93xx annotation match st_m93c66.output
+
+test st_m93c66_ascii
+ protocol-decoder microwire channel cs=1 channel sk=3 channel si=4 channel so=5
+ protocol-decoder eeprom93xx option format=ascii
+ stack microwire eeprom93xx
+ input microwire/st_m93c66/st_m93c66.sr
+ output eeprom93xx annotation match st_m93c66_ascii.output