summaryrefslogtreecommitdiff
path: root/decoders/uart
AgeCommit message (Expand)Author
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
2014-10-16uart: Emit databyte and bits list at the same time.Uwe Hermann
2014-10-13All PDs: Only import the 'Decoder' object.Uwe Hermann
2014-09-15uart: Implement signal inversionDavid Barksdale
2014-09-01PD tests moved into the sigrok-test repo.Uwe Hermann
2014-08-14pdtests: Check for SamplerateError in all PDs that emit it.Uwe Hermann
2014-08-14spi/nrf24l01/uart: Use ChannelError exception.Uwe Hermann
2014-07-15All PDs: Minor whitespace and consistency fixes.Uwe Hermann
2014-07-09uart/i2cfilter: Don't check multiple-choice options.Uwe Hermann
2014-07-09Various PDs: Throw SamplerateError instead of Exception.Uwe Hermann
2014-07-09All PDs: Drop unneeded exceptions.Uwe Hermann
2014-04-15All PDs: More consistent OUTPUT_PYTHON format docs.Uwe Hermann
2014-04-15All PDs: Bump api_version to 2.Uwe Hermann
2014-04-13Rename 'probe' to 'channel' everywhere.Uwe Hermann
2014-03-14Bring various test output files up to date.Bert Vermeulen
2014-03-10Probes, optional probes and annotations now take a tuple.Bert Vermeulen
2014-03-10Remove unused probes and optionsBert Vermeulen
2014-03-10Change PD options to be a tuple of dictionaries.Bert Vermeulen
2014-02-23uart: Emit per-bit annotations and OUTPUT_PYTHON data.Uwe Hermann
2014-02-01uart: Better annotation row handling of parity errors.Uwe Hermann
2014-01-31uart: Define annotation rows.Uwe Hermann
2014-01-31uart: Allow either RX or TX to be optional.Uwe Hermann
2014-01-30s/out_proto/out_python/.Uwe Hermann
2014-01-30uart: Add trekstor_ebr30_a test case.Uwe Hermann
2014-01-30uart: Better fix for ASCII output.Uwe Hermann
2014-01-28All PDs: Consistent naming/case for annotation shortnames/IDs.Uwe Hermann
2014-01-28All PDs: Drop unneeded comments.Uwe Hermann
2014-01-28All PDs: Improve/fix descriptions.Uwe Hermann
2014-01-23uart: Add binaryout/dump support, drop obsolete 'uart_dump' PD.Uwe Hermann
2013-12-03uart: Display non-ASCII characters properly.Uwe Hermann
2013-11-27Automate protocol decoder installation.Bert Vermeulen
2013-11-15Drop obsolete report() method.Bert Vermeulen
2013-11-15Use the new Decoder.register() APIBert Vermeulen
2013-11-07Rename inter-PD output type to SRD_OUTPUT_PYTHONBert Vermeulen
2013-10-30Receive samplerate via metadata(), not start()Bert Vermeulen
2013-09-12uart: Output data in separate RX and TX annotation types.Uwe Hermann
2013-09-12uart: Use same length for data output in all cases.Uwe Hermann