]> sigrok.org Git - libsigrokdecode.git/commit
uart: support 'ignore' parity type, remove unsupported 'check_parity' option
authorGerhard Sittig <redacted>
Fri, 29 Nov 2019 20:15:48 +0000 (21:15 +0100)
committerUwe Hermann <redacted>
Fri, 29 Nov 2019 22:19:54 +0000 (23:19 +0100)
commit5ef0a979ca0553d43077390ea54837d3161c0ad5
tree4266c1fc282ccdc0dee0027ca0bf9db7d46746fb
parent048545adcdb75f29e24e021beb09248ea2cd7da5
uart: support 'ignore' parity type, remove unsupported 'check_parity' option

The previous UART decoder implementation announced a 'check_parity'
option which took no effect (support code was missing). Remove it. Add
another 'ignore' parity choice instead, which consumes the parity bit's
position yet always passes the check.
decoders/uart/pd.py