diff options
author | Bert Vermeulen <bert@biot.com> | 2013-12-12 13:30:36 +0100 |
---|---|---|
committer | Bert Vermeulen <bert@biot.com> | 2013-12-12 13:30:36 +0100 |
commit | e6449805fc8d56d0d8ff4003d123437e799b242f (patch) | |
tree | dbc96bec2b5ad3bb014094f6d36f11558806d14e /decoders/i2c/test/test.conf | |
parent | d7d693b51692aa7aae90f3ca8caf5a8e9c581ed9 (diff) | |
download | libsigrokdecode-e6449805fc8d56d0d8ff4003d123437e799b242f.tar.gz libsigrokdecode-e6449805fc8d56d0d8ff4003d123437e799b242f.zip |
i2c: Add binary tests.
Diffstat (limited to 'decoders/i2c/test/test.conf')
-rw-r--r-- | decoders/i2c/test/test.conf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/decoders/i2c/test/test.conf b/decoders/i2c/test/test.conf index 4e96a00..84a3d47 100644 --- a/decoders/i2c/test/test.conf +++ b/decoders/i2c/test/test.conf @@ -10,3 +10,11 @@ test motherboard input i2c/gigabyte_6vle-vxl_i2c/gigabyte_6vle_vxl_i2c.sr output i2c annotation match gigabyte_6vle_vxl_i2c.output +test xfp + protocol-decoder i2c probe scl=0 probe sda=1 + input i2c/network-transceivers/xfp.sr + output i2c binary class data-read match xfp_data_read.binary + output i2c binary class data-write match xfp_data_write.binary + output i2c binary class address-read match xfp_address_read.binary + output i2c binary class address-write match xfp_address_write.binary + |