]> sigrok.org Git - sigrok-test.git/blobdiff - decoder/test/spiflash/test.conf
avr_isp: add test for ATmega328/P
[sigrok-test.git] / decoder / test / spiflash / test.conf
index 4595f4933a8ecd143c2e5aaeaeac8accf5d7cd02..0b40ec7424d11ecaf5269ed8583f0e76eb15dc20 100644 (file)
@@ -77,3 +77,30 @@ test dualioreads_hex
 #      input spi/spiflash/fidelix_fm25q32/commands
 #      output spiflash annotation match fidelix_fm25q32_0x01_2bytes.output
 
+test adesto_at45db161e_basic
+       protocol-decoder spi channel clk=0 channel mosi=1 channel cs=2 channel miso=3
+       protocol-decoder spiflash option format=ascii option chip=adesto_at45db161e
+       stack spi spiflash
+       input spi/spiflash/adesto_at45db161e/adesto_at45db161e_basic.sr
+       output spiflash annotation match adesto_at45db161e_basic.output
+
+test winbond_w25q80dv_ce_without_wren
+       protocol-decoder spi channel cs=0 channel clk=1 channel mosi=2 channel miso=3
+       protocol-decoder spiflash option format=ascii option chip=winbond_w25q80dv
+       stack spi spiflash
+       input spi/spiflash/winbond_w25q80d/ce_without_wren.sr
+       output spiflash annotation match winbond_w25q80dv_ce_without_wren.output
+
+test winbond_w25q80dv_chip_erase_and_writes_start
+       protocol-decoder spi channel cs=0 channel clk=1 channel mosi=2 channel miso=3
+       protocol-decoder spiflash option format=ascii option chip=winbond_w25q80dv
+       stack spi spiflash
+       input spi/spiflash/winbond_w25q80d/chip_erase_and_writes_start.sr
+       output spiflash annotation match winbond_w25q80dv_chip_erase_and_writes_start.output
+
+test winbond_w25q80dv_chip_erase_and_writes_end
+       protocol-decoder spi channel cs=0 channel clk=1 channel mosi=2 channel miso=3
+       protocol-decoder spiflash option format=ascii option chip=winbond_w25q80dv
+       stack spi spiflash
+       input spi/spiflash/winbond_w25q80d/chip_erase_and_writes_end.sr
+       output spiflash annotation match winbond_w25q80dv_chip_erase_and_writes_end.output