]> sigrok.org Git - libsigrokdecode.git/commit
dmx512: remove previous implementation before replacing it
authorGerhard Sittig <redacted>
Fri, 3 Jan 2020 21:59:47 +0000 (22:59 +0100)
committerUwe Hermann <redacted>
Sat, 4 Jan 2020 23:27:49 +0000 (00:27 +0100)
commitff539df5539c19cf2a303b03083374d33598c296
treef838758c1effe571b8f9c84849f2228d26853391
parent4370348c4fcdbd708715c35a38fdf06c9364d518
dmx512: remove previous implementation before replacing it

The existing DMX512 decoder implementation duplicates UART specific
knowledge, and implements some of the redundant logic in ways which fail
to interpret correct input data. See bug #1442 for details.

This commit removes the previous decoder implementation before adding a
more recent version, to gain a more readable history across that decoder
replacement.
decoders/dmx512/__init__.py [deleted file]
decoders/dmx512/pd.py [deleted file]