summaryrefslogtreecommitdiff
path: root/decoders/uart
AgeCommit message (Expand)Author
2022-04-23uart: don't re-calculate in-frame bit position, just count the bitsGerhard Sittig
2022-04-23uart: handle two stop bits configurationGerhard Sittig
2022-04-23uart: handle zero stop bits configurationGerhard Sittig
2020-01-01All PDs: Consistently use singular/plural for annotation classes/rows.Uwe Hermann
2019-12-30uart: Use human-readable names for binary classes.Uwe Hermann
2019-12-30uart: Fix incorrect stop bit annotation class.Uwe Hermann
2019-12-30uart: Use human-readable names for annotation classes.Uwe Hermann
2019-12-17uart: sample position nits, fix typo, float calculation awarenessGerhard Sittig
2019-12-17uart: allow arbitrary sample positions for UART bit values (1-99%)Gerhard Sittig
2019-12-07decoders: Don't set self.samplenum.Uwe Hermann
2019-11-30uart: Drop question mark from two option names.Uwe Hermann
2019-11-30uart: Shorten various decoder option names.Uwe Hermann
2019-11-29uart: rephrase check for required input signals, reword error messageGerhard Sittig
2019-11-29uart: support 'ignore' parity type, remove unsupported 'check_parity' optionGerhard Sittig
2019-11-29decoders: Use a slightly more consistent/logical annotation row setup.Uwe Hermann
2019-11-29uart: Document the new 'IDLE' ptype for OUTPUT_PYTHON output.Uwe Hermann
2019-11-29uart: communicate periods of idle frames to stacked decodersGerhard Sittig
2019-11-12uart: Add [rx|tx]_packet_len options.Uwe Hermann
2019-11-12uart: Add [rx|tx]_packet_delimiter options.Uwe Hermann
2019-03-15decoders: Add/update tags for each PD.Uwe Hermann
2019-03-13Add PD tags handling and some tagsSoeren Apel
2018-11-25uart: remove obsolete TODO (Python annotation for frame errors)Gerhard Sittig
2018-11-25uart: add FRAME Python annotation, communicate frame validityGerhard Sittig
2018-11-25uart: document the Python annotation for BREAKGerhard Sittig
2018-10-16uart: add support for break condition detectionGerhard Sittig
2018-07-15uart: rephrase data bits to data value conversionGerhard Sittig
2017-12-22all decoders: introduce a reset() methodGerhard Sittig
2017-03-15uart: Minor cosmetic changes.Uwe Hermann
2017-03-14uart: Use consistent order of steps when processing samplesGerhard Sittig
2017-03-14uart: Remove redundant "reached bit" checksGerhard Sittig
2017-03-14uart: Improve robustness of query API result processingGerhard Sittig
2017-03-14uart: Reduce redundancy in sample inspection (state machine)Gerhard Sittig
2017-03-14uart: Convert to PD API version 3Gerhard Sittig
2017-03-14uart: Minor readability nit (position of start bit in calculation)Gerhard Sittig
2017-03-14uart: Immediately skip reception of parity bits when not applicableGerhard Sittig
2017-03-14uart: Remove an obsolete unused routineGerhard Sittig
2017-01-07license: remove FSF postal address from boiler plate license textGerhard Sittig
2016-10-23uart: Default to hex format datavalue annotations.Uwe Hermann
2016-10-23uart: Emit 2 bytes for 9-bit UART binary output.Uwe Hermann
2016-10-19uart: skip frames with invalid start bitsGerhard Sittig
2016-10-19uart: rework text formatting of communicated data values, plus nitsGerhard Sittig
2016-10-19uart: minor nit, rename the "databyte" variableGerhard Sittig
2016-09-24uart: Fix a bug in the output for stacked PDs.Uwe Hermann
2016-05-15Use consistent __init__() format across all PDs.Uwe Hermann
2016-01-29uart: Optimize handling of samples when tx and rx are both idleDaniel Thompson
2015-12-24Use self.out_binary naming consistently across all PDs.Uwe Hermann
2015-12-24Use a Python list (not tuple) for OUT_BINARY.Uwe Hermann
2015-10-22UART: Handle framing errors betterElrond
2015-02-17Improve uart decoder sample positions at high data rates.Petteri Aimonen
2014-10-16uart: Fix code comment.Uwe Hermann