]> sigrok.org Git - libsigrokdecode.git/history - decoders/uart/pd.py
uart: Use consistent order of steps when processing samples
[libsigrokdecode.git] / decoders / uart / pd.py
2017-03-14 Gerhard Sittiguart: Use consistent order of steps when processing...
2017-03-14 Gerhard Sittiguart: Remove redundant "reached bit" checks
2017-03-14 Gerhard Sittiguart: Improve robustness of query API result processing
2017-03-14 Gerhard Sittiguart: Reduce redundancy in sample inspection (state...
2017-03-14 Gerhard Sittiguart: Convert to PD API version 3
2017-03-14 Gerhard Sittiguart: Minor readability nit (position of start bit...
2017-03-14 Gerhard Sittiguart: Immediately skip reception of parity bits when...
2017-03-14 Gerhard Sittiguart: Remove an obsolete unused routine
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-10-23 Uwe Hermannuart: Default to hex format datavalue annotations.
2016-10-23 Uwe Hermannuart: Emit 2 bytes for 9-bit UART binary output.
2016-10-19 Gerhard Sittiguart: skip frames with invalid start bits
2016-10-19 Gerhard Sittiguart: rework text formatting of communicated data value...
2016-10-19 Gerhard Sittiguart: minor nit, rename the "databyte" variable
2016-09-24 Uwe Hermannuart: Fix a bug in the output for stacked PDs.
2016-05-15 Uwe HermannUse consistent __init__() format across all PDs.
2016-01-28 Daniel Thompsonuart: Optimize handling of samples when tx and rx are...
2015-12-24 Uwe HermannUse self.out_binary naming consistently across all...
2015-12-24 Uwe HermannUse a Python list (not tuple) for OUT_BINARY.
2015-10-22 ElrondUART: Handle framing errors better
2015-02-17 Petteri AimonenImprove uart decoder sample positions at high data...
2014-10-16 Uwe Hermannuart: Fix code comment.
2014-10-16 Uwe Hermannuart: Emit databyte and bits list at the same time.
2014-09-15 David Barksdaleuart: Implement signal inversion
2014-08-14 Uwe Hermannspi/nrf24l01/uart: Use ChannelError exception.
2014-07-15 Uwe HermannAll PDs: Minor whitespace and consistency fixes.
2014-07-09 Uwe Hermannuart/i2cfilter: Don't check multiple-choice options.
2014-07-09 Uwe HermannVarious PDs: Throw SamplerateError instead of Exception.
2014-07-09 Uwe HermannAll PDs: Drop unneeded exceptions.
2014-04-15 Uwe HermannAll PDs: More consistent OUTPUT_PYTHON format docs.
2014-04-15 Uwe HermannAll PDs: Bump api_version to 2.
2014-04-13 Uwe HermannRename 'probe' to 'channel' everywhere.
2014-03-10 Bert VermeulenProbes, optional probes and annotations now take a...
2014-03-09 Bert VermeulenRemove unused probes and options
2014-03-09 Bert VermeulenChange PD options to be a tuple of dictionaries.
2014-02-23 Uwe Hermannuart: Emit per-bit annotations and OUTPUT_PYTHON data.
2014-02-01 Uwe Hermannuart: Better annotation row handling of parity errors.
2014-01-31 Uwe Hermannuart: Define annotation rows.
2014-01-30 Uwe Hermannuart: Allow either RX or TX to be optional.
2014-01-30 Uwe Hermanns/out_proto/out_python/.
2014-01-30 Uwe Hermannuart: Better fix for ASCII output.
2014-01-28 Uwe HermannAll PDs: Consistent naming/case for annotation shortnam...
2014-01-28 Uwe HermannAll PDs: Drop unneeded comments.
2014-01-23 Uwe Hermannuart: Add binaryout/dump support, drop obsolete 'uart_d...
2013-12-03 Uwe Hermannuart: Display non-ASCII characters properly.
2013-11-15 Bert VermeulenDrop obsolete report() method.
2013-11-15 Bert VermeulenUse the new Decoder.register() API
2013-11-07 Bert VermeulenRename inter-PD output type to SRD_OUTPUT_PYTHON
2013-10-30 Bert VermeulenReceive samplerate via metadata(), not start()
2013-09-12 Uwe Hermannuart: Output data in separate RX and TX annotation...
2013-09-12 Uwe Hermannuart: Use same length for data output in all cases.
2013-09-12 Uwe Hermannuart: Put annotations into proper annotation types.
2013-09-12 Uwe Hermannuart: Move OUTPUT_PROTO format description to pd.py.
2013-09-12 Uwe Hermannuart: Make data format selection a PD option.
2013-09-12 Uwe Hermannuart: Use T for stop bit, P for parity bit.
2013-09-12 Uwe Hermannuart: Don't prefix databyte output numbers.
2013-09-12 Uwe Hermannuart: Fix corner-case that can occur with LA triggers.
2013-09-12 Uwe Hermannuart: Fix start-/end-sample numbers.
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2012-11-24 Uwe HermannFix bugs in "Invalid state" printing/exceptions.
2012-11-24 Uwe HermannAll PDs: Name the files pd.py consistently.