From 1e595a25296fe2a911b137acabe7a9dbba653b1b Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 30 Dec 2014 21:02:00 +0100 Subject: Add some TI TCA6408A tests. --- decoder/test/tca6408a/test.conf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 decoder/test/tca6408a/test.conf (limited to 'decoder/test/tca6408a/test.conf') diff --git a/decoder/test/tca6408a/test.conf b/decoder/test/tca6408a/test.conf new file mode 100644 index 0000000..7ed79a0 --- /dev/null +++ b/decoder/test/tca6408a/test.conf @@ -0,0 +1,14 @@ +test tca6408a_all_slaves + protocol-decoder i2c channel scl=0 channel sda=1 + protocol-decoder tca6408a + stack i2c tca6408a + input i2c/ti_tca6408a/tca6408a.sr + output tca6408a annotation match tca6408a_all_slaves.output + +test tca6408a_slave_0x20 + protocol-decoder i2c channel scl=0 channel sda=1 + protocol-decoder i2cfilter option address=32 + protocol-decoder tca6408a + stack i2c i2cfilter tca6408a + input i2c/ti_tca6408a/tca6408a.sr + output tca6408a annotation match tca6408a_slave_0x20.output -- cgit v1.2.3-54-g00ecf