]> sigrok.org Git - libsigrokdecode.git/commit - decoders/ir_nec/pd.py
ir_nec: Annotate IR frame already at the end of the STOP bit
authorBenediktO <redacted>
Mon, 27 Jul 2020 06:31:31 +0000 (08:31 +0200)
committerGerhard Sittig <redacted>
Sun, 30 Aug 2020 08:23:43 +0000 (10:23 +0200)
commit85f616edfa157ae6ed8ea9ea4a72b930816e4dc9
treed912c8c7a7606866a700ca669c2b3c8d31c48962
parentf759507a3ab0f774716fdaedc8a1580017309f47
ir_nec: Annotate IR frame already at the end of the STOP bit

Emit annotations for the current IR frame as soon as possible, at the
very end of the STOP bit. Don't defer annotation emission until the
start of the next frame is seen. This unbreaks captures where the last
IR frame would not decode before.

[ gsi: rephrased commit message, updated comment in the implementation ]
decoders/ir_nec/pd.py