]> sigrok.org Git - sigrok-test.git/blame - decoder/test/spiflash/test.conf
spiflash: Add a few more test-cases for dual I/O reads.
[sigrok-test.git] / decoder / test / spiflash / test.conf
CommitLineData
5c1b6a10 1test probe_ascii
dd37a782 2 protocol-decoder spi channel cs=0 channel miso=1 channel clk=2 channel mosi=3
5c1b6a10 3 protocol-decoder spiflash option format=ascii
888e75d5 4 stack spi spiflash
dd37a782 5 input spi/mx25l1605d/mx25l1605d_probe.sr
5c1b6a10
UH
6 output spiflash annotation match probe_ascii.output
7
8test probe_hex
9 protocol-decoder spi channel cs=0 channel miso=1 channel clk=2 channel mosi=3
10 protocol-decoder spiflash option format=hex
11 stack spi spiflash
12 input spi/mx25l1605d/mx25l1605d_probe.sr
13 output spiflash annotation match probe_hex.output
14
15test read_ascii
16 protocol-decoder spi channel cs=0 channel miso=1 channel clk=2 channel mosi=3
17 protocol-decoder spiflash option format=ascii
18 stack spi spiflash
19 input spi/mx25l1605d/mx25l1605d_read.sr
20 output spiflash annotation match read_ascii.output
21
22test read_hex
23 protocol-decoder spi channel cs=0 channel miso=1 channel clk=2 channel mosi=3
24 protocol-decoder spiflash option format=hex
25 stack spi spiflash
26 input spi/mx25l1605d/mx25l1605d_read.sr
27 output spiflash annotation match read_hex.output
28
29test write_ascii
30 protocol-decoder spi channel cs=0 channel miso=1 channel clk=2 channel mosi=3
31 protocol-decoder spiflash option format=ascii
32 stack spi spiflash
33 input spi/mx25l1605d/mx25l1605d_write.sr
34 output spiflash annotation match write_ascii.output
35
36test write_hex
37 protocol-decoder spi channel cs=0 channel miso=1 channel clk=2 channel mosi=3
38 protocol-decoder spiflash option format=hex
39 stack spi spiflash
40 input spi/mx25l1605d/mx25l1605d_write.sr
41 output spiflash annotation match write_hex.output
42
43test erase_ascii
44 protocol-decoder spi channel cs=0 channel miso=1 channel clk=2 channel mosi=3
45 protocol-decoder spiflash option format=ascii
46 stack spi spiflash
47 input spi/mx25l1605d/mx25l1605d_erase.sr
48 output spiflash annotation match erase_ascii.output
49
50test erase_hex
51 protocol-decoder spi channel cs=0 channel miso=1 channel clk=2 channel mosi=3
52 protocol-decoder spiflash option format=hex
53 stack spi spiflash
54 input spi/mx25l1605d/mx25l1605d_erase.sr
55 output spiflash annotation match erase_hex.output
a6b63f40
UH
56
57test dualioreads_ascii
58 protocol-decoder spi channel cs=2 channel miso=1 channel clk=0 channel mosi=3
59 protocol-decoder spiflash option format=ascii
60 stack spi spiflash
61 input spi/spiflash_dualio/dualioreads.sr
62 output spiflash annotation match dualioreads_ascii.output
63
64test dualioreads_hex
65 protocol-decoder spi channel cs=2 channel miso=1 channel clk=0 channel mosi=3
66 protocol-decoder spiflash option format=hex
67 stack spi spiflash
68 input spi/spiflash_dualio/dualioreads.sr
69 output spiflash annotation match dualioreads_hex.output