X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-test.git;a=blobdiff_plain;f=decoder%2Ftest%2Fspi%2Ftest.conf;h=f720a4539f0f373a0f3c291df97395b8f1c898c8;hp=e604708e995d82e0106c5f5c26c7e64916920fe4;hb=340e18788ab2ec290ae26b3da31fb5ea81e0b7c5;hpb=a487901a9965921dc9118e60e4cfcc68fff2ff3f diff --git a/decoder/test/spi/test.conf b/decoder/test/spi/test.conf index e604708..f720a45 100644 --- a/decoder/test/spi/test.conf +++ b/decoder/test/spi/test.conf @@ -75,6 +75,22 @@ test 152bit_spi output spi binary class miso match 152bit_spi.bin_miso output spi binary class mosi match 152bit_spi.bin_mosi +test cc1101-burst-read + protocol-decoder spi channel mosi=0 channel miso=2 channel clk=1 channel cs=5 + input spi/cc1101/cc1101-burst-read.sr + output spi annotation match cc1101-burst-read.output + output spi python match cc1101-burst-read.python + output spi binary class miso match cc1101-burst-read.bin_miso + output spi binary class mosi match cc1101-burst-read.bin_mosi + +test adf4351-set-4000mhz + protocol-decoder spi channel cs=0 channel mosi=1 channel clk=2 + input spi/adf4351/set-4000mhz.sr + output spi annotation match adf4351-set-4000mhz.output + output spi python match adf4351-set-4000mhz.python + output spi binary class miso match adf4351-set-4000mhz.bin_miso + output spi binary class mosi match adf4351-set-4000mhz.bin_mosi + test exception_channel protocol-decoder spi channel cs=1 channel clk=0 input spi/spi-count-msb.sr