]> sigrok.org Git - libsigrokdecode.git/commit
sdcard_spi: add support for CMD24 including payload data
authorPierre Poulain <redacted>
Fri, 15 Mar 2019 17:37:24 +0000 (18:37 +0100)
committerUwe Hermann <redacted>
Sun, 14 Apr 2019 16:38:12 +0000 (18:38 +0200)
commit8f769505a877103da9756ceb09962189eddaa057
treeb4b349b0d122d981596968251cd9eeddf23b8654
parent369e82655340777c7fbf03847c8ffe73ad05af5a
sdcard_spi: add support for CMD24 including payload data

The previous implementation advanced from the start of CMD24 to IDLE.
This commit introduces support for the data phase and data response of
CMD24. Which results in improved usability of the decoder output, and
reduced probability of false positives (don't detect "commands" in the
payload data).

This commit addresses the missing CMD24 handling part of bug #1365.
decoders/sdcard_spi/pd.py