From 1a19c393c8be8588e2e377dfdc7b70b1d24f8f31 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 30 Aug 2019 01:24:38 +0200 Subject: eeprom93xx: Add a test-case for the new format=ascii option. --- decoder/test/eeprom93xx/test.conf | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'decoder/test/eeprom93xx/test.conf') 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 -- cgit v1.2.3-54-g00ecf