Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Tries to decode most I3C SDR and I2C legacy transfers.
As an observer, there is some "ambiguity", so the decoder will collect known i3c address to mark further transfers as i3c instead of i2c.
In particular, I am pretty sure a
will be detected as either an i2c or i3c ibi transfer.
even with looking forward, I think there is no reliable way of differentiate an IBI from a Read Transfers without 7'h7E Address.
Making this initial version public since resolves the most common pain-point of decoding i3c:
the transition and parity-bit that differ in logic from usual i2c ack/nack.
So, even though not perfect, maybe useful for most use cases.
Based on the i2c decoder.
aux:
https://github.com/gastmaier/sigrok-test/tree/decoder-i3c
https://github.com/gastmaier/sigrok-dumps/tree/decoder-i3c