]> sigrok.org Git - libsigrokdecode.git/commitdiff
uart: remove obsolete TODO (Python annotation for frame errors)
authorGerhard Sittig <redacted>
Sat, 24 Nov 2018 10:57:38 +0000 (11:57 +0100)
committerUwe Hermann <redacted>
Sun, 25 Nov 2018 09:57:09 +0000 (10:57 +0100)
The "Frame error?" TODO comment on Python annotations has become
obsolete. Individual bit errors within the frame immediately get
communicated as they are detected (START, parity, STOP). The overall
frame's validity has become available with the FRAME annotation.

decoders/uart/pd.py

index f89c6e5ba6c82b879103a78d65343d02ee9b0528..4bb68a419fdadf46c4f5d3b09515d256e84ced48 100644 (file)
@@ -39,7 +39,6 @@ This is the list of <ptype>s and their respective <pdata> values:
  - 'INVALID STOPBIT': The data is the (integer) value of the stop bit (0/1).
  - 'PARITY ERROR': The data is a tuple with two entries. The first one is
    the expected parity value, the second is the actual parity value.
- - TODO: Frame error?
  - 'BREAK': The data is always 0.
  - 'FRAME': The data is always a tuple containing two items: The (integer)
    value of the UART data, and a boolean which reflects the validity of the