summaryrefslogtreecommitdiff
path: root/decoder/test/sdcard_spi/test.conf
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2019-04-17 16:30:00 +0200
committerUwe Hermann <uwe@hermann-uwe.de>2019-04-17 16:30:00 +0200
commita6dd266ddca4e1ea937bb8bdda971006e1b3b7fc (patch)
treedcb3a8c4103d25a789e850bf4fdcd8f46088d4c8 /decoder/test/sdcard_spi/test.conf
parent8632e74f85d74957da983893b3eb3bc4cb7325c3 (diff)
downloadsigrok-test-a6dd266ddca4e1ea937bb8bdda971006e1b3b7fc.tar.gz
sigrok-test-a6dd266ddca4e1ea937bb8bdda971006e1b3b7fc.zip
sdcard_spi: Add another CMD24 test-case.
Diffstat (limited to 'decoder/test/sdcard_spi/test.conf')
-rw-r--r--decoder/test/sdcard_spi/test.conf9
1 files changed, 8 insertions, 1 deletions
diff --git a/decoder/test/sdcard_spi/test.conf b/decoder/test/sdcard_spi/test.conf
index 1c3996b..d551f8a 100644
--- a/decoder/test/sdcard_spi/test.conf
+++ b/decoder/test/sdcard_spi/test.conf
@@ -12,9 +12,16 @@ test data_transfer_start_snippet
input sdcard/spi_mode/write_single_block/data_transfer_start_snippet.sr
output sdcard_spi annotation match data_transfer_start_snippet.output
-test data-transfer-complete-simulated
+test data_transfer_complete_simulated
protocol-decoder spi channel cs=0 channel mosi=1 channel clk=3 channel miso=2
protocol-decoder sdcard_spi
stack spi sdcard_spi
input sdcard/spi_mode/write_single_block/data_transfer_complete_simulated.sr
output sdcard_spi annotation match data_transfer_complete_simulated.output
+
+test data_transfer_complete_real
+ protocol-decoder spi channel cs=3 channel mosi=0 channel clk=2 channel miso=1
+ protocol-decoder sdcard_spi
+ stack spi sdcard_spi
+ input sdcard/spi_mode/write_single_block/data_transfer_complete_real.sr
+ output sdcard_spi annotation match data_transfer_complete_real.output