Age | Commit message (Expand) | Author |
2022-04-23 | uart: don't re-calculate in-frame bit position, just count the bits | Gerhard Sittig |
2022-04-23 | uart: handle two stop bits configuration | Gerhard Sittig |
2022-04-23 | uart: handle zero stop bits configuration | Gerhard Sittig |
2022-04-23 | sbus_futaba: add decoder for SBUS hobby remote control by Futaba | Gerhard Sittig |
2021-12-26 | ir_irmp: sigrok PD, make use of IRMP decoder core locking | Gerhard Sittig |
2021-12-26 | ir_irmp: Python binding, support instance locking and context manager | Gerhard Sittig |
2021-12-17 | parallel: Add binary output | Soeren Apel |
2021-07-29 | rc_encode: Add support for EV1527, RT1527, FP1527 and HS1527 | Soeren Apel |
2021-06-21 | ieee488: add support for parallel poll (PP) | Gerhard Sittig |
2021-06-21 | ieee488: shorten an option description for consistency across dialogs | Gerhard Sittig |
2021-06-21 | ieee488: support optional parity for ATN commands (for HP gear) | Gerhard Sittig |
2021-02-13 | Implement basic flushing | Soeren Apel |
2021-02-13 | Rename logic_class to logic_group and output as group-wise RLE | Soeren Apel |
2021-02-13 | pca9571/tca6408a: Rework logic output | Soeren Apel |
2021-02-13 | Remove samplerate from srd_decoder_logic_output_channel | Soeren Apel |
2021-02-13 | pca9571: Add initial OUTPUT_LOGIC support. | Uwe Hermann |
2021-02-13 | tca6408a: Add initial OUTPUT_LOGIC support. | Uwe Hermann |
2021-01-13 | seven_segment: cosmetics in decode(), reduce redundancy | Gerhard Sittig |
2021-01-13 | seven_segment: document segment layout for awareness during maintenance | Gerhard Sittig |
2021-01-13 | seven_segment: expand to a full alphabet | Ben Gardiner |
2020-11-22 | seven_segment: add option to display unknown characters | Ben Gardiner |
2020-11-11 | parallel: increase number of data lines to 16 | Gerhard Sittig |
2020-11-11 | parallel: update builtin documentation | Gerhard Sittig |
2020-11-11 | parallel: adjust Python output to match its documentation | Gerhard Sittig |
2020-11-11 | parallel: rephrase word accumulation after reset introduction | Gerhard Sittig |
2020-11-11 | parallel: add support for optional reset/enable/select signal | Gerhard Sittig |
2020-11-11 | parallel: add option to sample data on either clock edge | Gerhard Sittig |
2020-11-11 | parallel: rephrase handling of data lines, symbolic upper bound | Gerhard Sittig |
2020-11-07 | parallel: symbolic names for pins and annotation classes | Gerhard Sittig |
2020-08-30 | ir_nec: fix typo in STOP bit width | Gerhard Sittig |
2020-08-30 | ir_nec: sort and comment timing specs, drop tolerance option | Gerhard Sittig |
2020-08-30 | ir_nec: concentrate timing at the top of the source file | Gerhard Sittig |
2020-08-30 | ir_nec: Add option for automatic polarity detection | BenediktO |
2020-08-30 | ir_nec: Make the tolerance configurable | BenediktO |
2020-08-30 | ir_nec: Annotate IR frame already at the end of the STOP bit | BenediktO |
2020-08-30 | ir_nec: Add Joy-it SBC-IRC01 remote | BenediktO |
2020-08-30 | sle44xx: support memory read "to end of capacity" | Gerhard Sittig |
2020-08-30 | sle44xx: optionally use samplerate to show processing durations | Gerhard Sittig |
2020-08-30 | sle44xx: extend decoder's feature set, outgoing data, processing | Gerhard Sittig |
2020-08-30 | sle44xx: rephrase ss/es passing for annotation emission | Gerhard Sittig |
2020-08-30 | sle44xx: minor developer comment and style nits | Gerhard Sittig |
2020-08-30 | sle44xx: don't assume RESET at the start of the capture | Gerhard Sittig |
2020-08-30 | sle44xx: rework data bits accumulation, and byte presentation | Gerhard Sittig |
2020-08-30 | sle44xx: rephrase annotation text construction | Gerhard Sittig |
2020-08-30 | sle44xx: use symbolic identifiers for annotation classes | Gerhard Sittig |
2020-08-30 | sle44xx: use symbolic identifiers for pins and signal transitions | Gerhard Sittig |
2020-08-30 | sle44xx: remove incomplete Python output for now | Gerhard Sittig |
2020-08-30 | sle44xx: extend decoder doc string, add "memory cards" hint | Gerhard Sittig |
2020-08-30 | sle44xx: fixup boilerplate, add missing required fields | Gerhard Sittig |
2020-08-30 | sle44xx: introduce decoder for Siemens memory cards | Federico Cerutti |