]> sigrok.org Git - libsigrokdecode.git/commit - decoders/uart/pd.py
uart: Shorten various decoder option names.
authorUwe Hermann <redacted>
Fri, 29 Nov 2019 22:51:19 +0000 (23:51 +0100)
committerUwe Hermann <redacted>
Fri, 29 Nov 2019 23:37:19 +0000 (00:37 +0100)
commitfb7a2f689cad8328a2b53101a968aef8e7a7b9e1
treec960fcd852bd41c814884174db565ec445ddff21
parent81bb8e847746ebe3a30cd796ad7ff1b514aae9c2
uart: Shorten various decoder option names.

This makes the decoder a lot nicer to use from the command-line.

 * num_data_bits -> data_bits
 * parity_type -> parity
 * num_stop_bits -> stop_bits
 * rx_packet_delimiter -> rx_packet_delim
 * tx_packet_delimiter -> tx_packet_delim
decoders/uart/pd.py