From: Gerhard Sittig Date: Mon, 3 Oct 2022 19:14:26 +0000 (+0200) Subject: parallel: recent PD implementation flushes last samples upon EOF X-Git-Url: http://sigrok.org/gitweb/?a=commitdiff_plain;h=bcfa07e61c7125be5b7a9be809a2cf39b38935d0;hp=bcfa07e61c7125be5b7a9be809a2cf39b38935d0;p=sigrok-test.git parallel: recent PD implementation flushes last samples upon EOF Catch up with the implementation of the "parallel" decoder, which now flushes previously accumulated information when the end of input data is seen. Which completes the last "item" (data pattern on the bus), and may complete another "word" (data value that spans several bus cycles). ---