summaryrefslogtreecommitdiff
path: root/decoder/test/spiflash/test.conf
blob: a901750a3fa42a99e89efef8ee500e24cb811e3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
test probe_ascii
	protocol-decoder spi channel cs=0 channel miso=1 channel clk=2 channel mosi=3
	protocol-decoder spiflash option format=ascii
	stack spi spiflash
	input spi/mx25l1605d/mx25l1605d_probe.sr
	output spiflash annotation match probe_ascii.output

test probe_hex
	protocol-decoder spi channel cs=0 channel miso=1 channel clk=2 channel mosi=3
	protocol-decoder spiflash option format=hex
	stack spi spiflash
	input spi/mx25l1605d/mx25l1605d_probe.sr
	output spiflash annotation match probe_hex.output

test read_ascii
	protocol-decoder spi channel cs=0 channel miso=1 channel clk=2 channel mosi=3
	protocol-decoder spiflash option format=ascii
	stack spi spiflash
	input spi/mx25l1605d/mx25l1605d_read.sr
	output spiflash annotation match read_ascii.output

test read_hex
	protocol-decoder spi channel cs=0 channel miso=1 channel clk=2 channel mosi=3
	protocol-decoder spiflash option format=hex
	stack spi spiflash
	input spi/mx25l1605d/mx25l1605d_read.sr
	output spiflash annotation match read_hex.output

test write_ascii
	protocol-decoder spi channel cs=0 channel miso=1 channel clk=2 channel mosi=3
	protocol-decoder spiflash option format=ascii
	stack spi spiflash
	input spi/mx25l1605d/mx25l1605d_write.sr
	output spiflash annotation match write_ascii.output

test write_hex
	protocol-decoder spi channel cs=0 channel miso=1 channel clk=2 channel mosi=3
	protocol-decoder spiflash option format=hex
	stack spi spiflash
	input spi/mx25l1605d/mx25l1605d_write.sr
	output spiflash annotation match write_hex.output

test erase_ascii
	protocol-decoder spi channel cs=0 channel miso=1 channel clk=2 channel mosi=3
	protocol-decoder spiflash option format=ascii
	stack spi spiflash
	input spi/mx25l1605d/mx25l1605d_erase.sr
	output spiflash annotation match erase_ascii.output

test erase_hex
	protocol-decoder spi channel cs=0 channel miso=1 channel clk=2 channel mosi=3
	protocol-decoder spiflash option format=hex
	stack spi spiflash
	input spi/mx25l1605d/mx25l1605d_erase.sr
	output spiflash annotation match erase_hex.output