]> sigrok.org Git - libsigrokdecode.git/commit
sle44xx: don't assume RESET at the start of the capture
authorGerhard Sittig <redacted>
Tue, 28 Jul 2020 15:38:45 +0000 (17:38 +0200)
committerGerhard Sittig <redacted>
Sun, 30 Aug 2020 05:23:58 +0000 (07:23 +0200)
commitd25293e6e4bf8126223c885e2bdccde9118800e7
treea6f19c975144669e4deb11d5ed655bbc06e3a409
parent80c76d2092814d2cd7d0f9fc6ddd6c0c937106dc
sle44xx: don't assume RESET at the start of the capture

The decoder cannot know the state of the input signal before the start
of the capture. Assuming the RESET state results in incorrect output for
data bits which we don't know the context of. Start from unknown state
instead until a reliable condition is seen to synchronize to.
decoders/sle44xx/pd.py