]> sigrok.org Git - libsigrokdecode.git/commit
spi: Don't decode data lines if CS isn't asserted
authorAndreas Sandberg <redacted>
Fri, 13 Feb 2015 21:42:01 +0000 (21:42 +0000)
committerUwe Hermann <redacted>
Fri, 3 Apr 2015 20:49:39 +0000 (22:49 +0200)
commitcdceaa9438e889e55d7f5c364f05548afba66bc3
tree4a7cb81f57dda005aca465605d58fc3db3b75799
parenta7c8dc5e3a2b7ad38eb03a958180f97f3059ea31
spi: Don't decode data lines if CS isn't asserted

Avoid decoding and outputting data from the SPI bus if the CS pin
hasn't been asserted. This avoids confusing both users and stacked
decoders which otherwise end up seeing traffic intended for other
chips (or just noise).

Note: The old behavior of decoding all traffic is still in place if
no CS pin has been wired up to the decoder.

This fixes bug #559.
decoders/spi/pd.py