summaryrefslogtreecommitdiff
path: root/decoders/spi/test/test.conf
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2014-01-29 18:25:08 +0100
committerUwe Hermann <uwe@hermann-uwe.de>2014-01-29 18:27:35 +0100
commite693716544080a057f0299f402d5d84a38c7e1f7 (patch)
tree017413ffd42cea88850f6d42b5276cbd57fb43e9 /decoders/spi/test/test.conf
parentbcd14870c22d59f76566b0038d5884064ca7441e (diff)
downloadlibsigrokdecode-e693716544080a057f0299f402d5d84a38c7e1f7.tar.gz
libsigrokdecode-e693716544080a057f0299f402d5d84a38c7e1f7.zip
spi: Add atmega32_00 test case.
Diffstat (limited to 'decoders/spi/test/test.conf')
-rw-r--r--decoders/spi/test/test.conf7
1 files changed, 7 insertions, 0 deletions
diff --git a/decoders/spi/test/test.conf b/decoders/spi/test/test.conf
new file mode 100644
index 0000000..5587937
--- /dev/null
+++ b/decoders/spi/test/test.conf
@@ -0,0 +1,7 @@
+test atmega32_00
+ protocol-decoder spi probe cs=0 probe mosi=1 probe clk=2
+ input spi/spi_atmega32/spi_atmega32_00.sr
+ output spi annotation class mosi-data match atmega32_00_mosi.output
+ output spi annotation class miso-data match atmega32_00_miso.output
+ output spi annotation match atmega32_00_mosi.output
+