summaryrefslogtreecommitdiff
path: root/decoders
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
2022-04-23sbus_futaba: add decoder for SBUS hobby remote control by FutabaGerhard Sittig
2021-12-26ir_irmp: sigrok PD, make use of IRMP decoder core lockingGerhard Sittig
2021-12-26ir_irmp: Python binding, support instance locking and context managerGerhard Sittig
2021-12-17parallel: Add binary outputSoeren Apel
2021-07-29rc_encode: Add support for EV1527, RT1527, FP1527 and HS1527Soeren Apel
2021-06-21ieee488: add support for parallel poll (PP)Gerhard Sittig
2021-06-21ieee488: shorten an option description for consistency across dialogsGerhard Sittig
2021-06-21ieee488: support optional parity for ATN commands (for HP gear)Gerhard Sittig
2021-02-13Implement basic flushingSoeren Apel
2021-02-13Rename logic_class to logic_group and output as group-wise RLESoeren Apel
2021-02-13pca9571/tca6408a: Rework logic outputSoeren Apel
2021-02-13Remove samplerate from srd_decoder_logic_output_channelSoeren Apel
2021-02-13pca9571: Add initial OUTPUT_LOGIC support.Uwe Hermann
2021-02-13tca6408a: Add initial OUTPUT_LOGIC support.Uwe Hermann
2021-01-13seven_segment: cosmetics in decode(), reduce redundancyGerhard Sittig
2021-01-13seven_segment: document segment layout for awareness during maintenanceGerhard Sittig
2021-01-13seven_segment: expand to a full alphabetBen Gardiner
2020-11-22seven_segment: add option to display unknown charactersBen Gardiner
2020-11-11parallel: increase number of data lines to 16Gerhard Sittig
2020-11-11parallel: update builtin documentationGerhard Sittig
2020-11-11parallel: adjust Python output to match its documentationGerhard Sittig
2020-11-11parallel: rephrase word accumulation after reset introductionGerhard Sittig
2020-11-11parallel: add support for optional reset/enable/select signalGerhard Sittig
2020-11-11parallel: add option to sample data on either clock edgeGerhard Sittig
2020-11-11parallel: rephrase handling of data lines, symbolic upper boundGerhard Sittig
2020-11-07parallel: symbolic names for pins and annotation classesGerhard Sittig
2020-08-30ir_nec: fix typo in STOP bit widthGerhard Sittig
2020-08-30ir_nec: sort and comment timing specs, drop tolerance optionGerhard Sittig
2020-08-30ir_nec: concentrate timing at the top of the source fileGerhard Sittig
2020-08-30ir_nec: Add option for automatic polarity detectionBenediktO
2020-08-30ir_nec: Make the tolerance configurableBenediktO
2020-08-30ir_nec: Annotate IR frame already at the end of the STOP bitBenediktO
2020-08-30ir_nec: Add Joy-it SBC-IRC01 remoteBenediktO
2020-08-30sle44xx: support memory read "to end of capacity"Gerhard Sittig
2020-08-30sle44xx: optionally use samplerate to show processing durationsGerhard Sittig
2020-08-30sle44xx: extend decoder's feature set, outgoing data, processingGerhard Sittig
2020-08-30sle44xx: rephrase ss/es passing for annotation emissionGerhard Sittig
2020-08-30sle44xx: minor developer comment and style nitsGerhard Sittig
2020-08-30sle44xx: don't assume RESET at the start of the captureGerhard Sittig
2020-08-30sle44xx: rework data bits accumulation, and byte presentationGerhard Sittig
2020-08-30sle44xx: rephrase annotation text constructionGerhard Sittig
2020-08-30sle44xx: use symbolic identifiers for annotation classesGerhard Sittig
2020-08-30sle44xx: use symbolic identifiers for pins and signal transitionsGerhard Sittig
2020-08-30sle44xx: remove incomplete Python output for nowGerhard Sittig
2020-08-30sle44xx: extend decoder doc string, add "memory cards" hintGerhard Sittig
2020-08-30sle44xx: fixup boilerplate, add missing required fieldsGerhard Sittig
2020-08-30sle44xx: introduce decoder for Siemens memory cardsFederico Cerutti