Age | Commit message (Expand) | Author |
2023-07-18 | i2c: rephrase state machine, eliminate text matching | Gerhard Sittig |
2023-07-18 | i2c: concentrate sample number and value getting in main loop | Gerhard Sittig |
2023-07-18 | i2c: also shift first address byte for 10bit slave addresses | Gerhard Sittig |
2023-07-18 | i2c: unobfuscate ss/es passing for put, document BITS order | Gerhard Sittig |
2023-07-18 | i2c: improve reliability of bitrate estimation (throughput, meta) | Gerhard Sittig |
2023-07-18 | i2c: unify emission of annotations, always use proto{} table | Gerhard Sittig |
2023-07-18 | i2c: more idiomatic use of Python list, reduces redundancy, comments | Gerhard Sittig |
2023-07-18 | eeprom24xx: avoid access to caller's data after validity ends | Gerhard Sittig |
2023-07-18 | i2cfilter: rephrase decoder implementation for maintainability | Gerhard Sittig |
2023-07-18 | i2c: add support for 10bit slave addresses | Gerhard Sittig |
2023-07-18 | i2c: rename variables and adjust data types for readability | Gerhard Sittig |
2023-04-13 | configure: break long list of python-embed packages | Gerhard Sittig |
2023-04-12 | configure: Add python 3.11 and 3.12 support | Frank Stettner |
2023-01-09 | adf435x: add support for register field content warnings | Gerhard Sittig |
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 |