X-Git-Url: https://sigrok.org/gitweb/?p=sigrok-test.git;a=blobdiff_plain;f=decoder%2Ftest%2Fspi%2Ftest.conf;h=f720a4539f0f373a0f3c291df97395b8f1c898c8;hp=8e7b66936aec432eb9e5d1408c8bca3b9dac4aa7;hb=340e18788ab2ec290ae26b3da31fb5ea81e0b7c5;hpb=349d754f287085aa4dd748c7b00581ca1a0a6203 diff --git a/decoder/test/spi/test.conf b/decoder/test/spi/test.conf index 8e7b669..f720a45 100644 --- a/decoder/test/spi/test.conf +++ b/decoder/test/spi/test.conf @@ -75,10 +75,21 @@ test 152bit_spi output spi binary class miso match 152bit_spi.bin_miso output spi binary class mosi match 152bit_spi.bin_mosi -test exception_samplerate - protocol-decoder spi - input misc/no-samplerate.sr - output spi exception match SamplerateError +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