Age | Commit message (Expand) | Author |
2023-01-09 | adf435x: shuffle register description table | Gerhard Sittig |
2023-01-09 | adf435x: rephrase table lookups for display texts | Gerhard Sittig |
2023-01-09 | adf435x: use .format() for Python string formatting | Gerhard Sittig |
2023-01-09 | adf435x: factor out inspection of 32bit words | Gerhard Sittig |
2023-01-09 | adf435x: rework emission of annotations | Gerhard Sittig |
2023-01-09 | adf435x: Python list idioms in bits sequence accumulation | Gerhard Sittig |
2023-01-09 | adf435x: use common bits to number conversion helper | Gerhard Sittig |
2023-01-09 | adf435x: Move decoder logic to SPI transfers | Vesa-Pekka Palmu |
2023-01-09 | adf435x: Add warning on frame size mismatch | Vesa-Pekka Palmu |
2023-01-09 | adf435x: Clean up SPI data input | Vesa-Pekka Palmu |
2022-11-24 | util: silence printf format compiler warnings (Python ssize_t) | Gerhard Sittig |
2022-11-24 | type_decoder: silence print format warnings, greppable messages | Gerhard Sittig |
2022-11-24 | nit: break a long line in different ways, unobfuscate parameter grouping | Gerhard Sittig |
2022-10-03 | parallel: flush accumulated data when input data is exhausted | Gerhard Sittig |
2022-10-03 | type_decoder: update .samplenum before ending .wait() with EOFError | Gerhard Sittig |
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 |