summaryrefslogtreecommitdiff
path: root/decoders/uart
AgeCommit message (Expand)Author
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
2013-09-12uart: Put annotations into proper annotation types.Uwe Hermann
2013-09-12uart: Move OUTPUT_PROTO format description to pd.py.Uwe Hermann
2013-09-12uart: Drop extensive protocol info (moved to wiki).Uwe Hermann
2013-09-12uart: Make data format selection a PD option.Uwe Hermann
2013-09-12uart: Use T for stop bit, P for parity bit.Uwe Hermann
2013-09-12uart: Don't prefix databyte output numbers.Uwe Hermann
2013-09-12uart: Fix corner-case that can occur with LA triggers.Uwe Hermann
2013-09-12uart: Fix start-/end-sample numbers.Uwe Hermann
2013-04-23GPL headers: Use correct project name.Uwe Hermann
2012-11-24Fix bugs in "Invalid state" printing/exceptions.Uwe Hermann
2012-11-24All PDs: Name the files pd.py consistently.Uwe Hermann
2012-08-31srd: uart: Fix regression.Uwe Hermann
2012-07-11srd: Performance improvements for various PDs.Uwe Hermann
2012-06-12srd: Cosmetics.Uwe Hermann
2012-05-09srd: Add usable one-liner descriptions for all PDs.Uwe Hermann
2012-03-31srd: Decoders: Fix/simplify samplenum usage.Uwe Hermann
2012-03-28srd: PDs: Kill obsolete 'longdesc' entries.Uwe Hermann
2012-03-04srd: PDs: More cosmetics.Uwe Hermann
2012-03-04srd: PDs: Use strings for states, too.Uwe Hermann
2012-02-01srd: Move all protocol docs to __init__.py files.Uwe Hermann
2012-02-01srd: uart: Use strings for most PD options.Uwe Hermann
2012-02-01srd: uart: Move protocol docs to __init__.py.Uwe Hermann
2012-02-01srd: uart: Add missing initialization.Uwe Hermann
2012-02-01srd: uart: Use strings for packet types.Uwe Hermann
2012-02-01srd: rename extra_probes to optional_probes in all PDsBert Vermeulen
2012-01-28srd: PDs: Cleanups, simplifications, small fixes.Uwe Hermann
2012-01-25srd: UART: s/parity/parity_type/.Uwe Hermann