From 510345315a1632cc0227e51d6678571b74f5013c Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Mon, 22 Aug 2016 00:07:42 +0200 Subject: Add some SSI32 tests. --- decoder/test/ssi32/test.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 decoder/test/ssi32/test.conf (limited to 'decoder/test/ssi32/test.conf') diff --git a/decoder/test/ssi32/test.conf b/decoder/test/ssi32/test.conf new file mode 100644 index 0000000..b3ac5f9 --- /dev/null +++ b/decoder/test/ssi32/test.conf @@ -0,0 +1,13 @@ +test ssi32_bananapi_loop_test + protocol-decoder spi channel clk=2 channel miso=1 channel mosi=0 channel cs=3 + protocol-decoder ssi32 + stack spi ssi32 + input spi/ssi32/ssi32_bananapi_loop_test.sr + output ssi32 annotation match ssi32_bananapi_loop_test.output + +test ssi32_watchdog + protocol-decoder spi channel clk=2 channel miso=4 channel mosi=3 channel cs=0 + protocol-decoder ssi32 + stack spi ssi32 + input spi/ssi32/ssi32_watchdog.sr + output ssi32 annotation match ssi32_watchdog.output -- cgit v1.2.3-54-g00ecf