]> sigrok.org Git - sigrok-test.git/blob - decoder/test/spiflash/test.conf
aa417acaac59fb9858f0163bcd83fb83ad91de5f
[sigrok-test.git] / decoder / test / spiflash / test.conf
1 test probe_ascii
2         protocol-decoder spi channel cs=0 channel miso=1 channel clk=2 channel mosi=3
3         protocol-decoder spiflash option format=ascii
4         stack spi spiflash
5         input spi/mx25l1605d/mx25l1605d_probe.sr
6         output spiflash annotation match probe_ascii.output
7
8 test 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
15 test 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
22 test 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
29 test 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
36 test 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
43 test 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
50 test 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
56
57 test 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
64 test 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