Age | Commit message (Expand) | Author |
2022-08-21 | srd: add support for SIGROKDECODE_PATH environment variable | Gerhard Sittig |
2022-08-21 | srd: add TODO comment on the SIGROKDECODE_DIR env var's motivation | Gerhard Sittig |
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 |
2022-02-24 | libsigrokdecode.h: declare Windows dllexport for SRD_API routines | Gerhard Sittig |
2022-01-09 | decoder: rename iteration variables to improve readability | Gerhard Sittig |
2022-01-09 | decoder: check annotation rows' references to annotation classes | Gerhard Sittig |
2022-01-09 | decoder: don't break error messages, factor out Python variable name | 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-26 | ir_irmp: wrapper lib, add locking and Python threading support | Gerhard Sittig |
2021-12-26 | ir_irmp: wrapper lib, silence warnings in "Windows or Unix" condition | Gerhard Sittig |
2021-12-26 | session: introduce the public "send EOF" API routine | Gerhard Sittig |
2021-12-26 | type_decoder: eliminate explicit string length spec for literals | Gerhard Sittig |
2021-12-26 | type_decoder: use ALL_ZERO for sentinels in method/member tables | Gerhard Sittig |
2021-12-26 | type_decoder: update and extend Decoder base class doc strings | Gerhard Sittig |
2021-12-26 | type_decoder: move Python doc strings to method implementations | Gerhard Sittig |
2021-12-26 | internal: introduce ALL_ZERO declaration, modelled after libsigrok | Gerhard Sittig |
2021-12-21 | configure.ac: Use python3-embed.pc as a fallback | Evangelos Foutras |
2021-12-20 | configure: Add python 3.10 support | Soeren Apel |
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-06-16 | doc: update IRC reference to Libera.Chat | Gerhard Sittig |
2021-03-07 | decoder: increment Python object reference for .has_channel() result | Gerhard Sittig |
2021-02-13 | Use uint8_t instead of unsigned char for raw byte data | Soeren Apel |
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-02-13 | 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-31 | irmp: Fix a build issue with xtensa cross toolchains. | Uwe Hermann |