]> sigrok.org Git - sigrok-test.git/blobdiff - decoder/test/spiflash/test.conf
spiflash: Add an Adesto AT45DB161E test-case.
[sigrok-test.git] / decoder / test / spiflash / test.conf
index 3b623bb4f31761ef80a747eeeb0abc45bd1b423c..5b3ada6e01e453f7bad572e537de05c30b73f1c1 100644 (file)
@@ -69,3 +69,17 @@ test dualioreads_hex
        stack spi spiflash
        input spi/spiflash_dualio/dualioreads.sr
        output spiflash annotation match dualioreads_hex.output
+
+# test fidelix_fm25q32_0x01_2bytes
+#      protocol-decoder spi channel cs=3 channel miso=1 channel clk=0 channel mosi=2
+#      protocol-decoder spiflash option format=hex option chip=fidelix_fm25q32
+#      stack spi spiflash
+#      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