Age | Commit message (Expand) | Author |
2023-07-30 | sae_j1850_vpw: rewrite decoder to improve usability and maintenanceHEADmaster | Gerhard Sittig |
2023-07-30 | rgb_led_spi: adjust decoder implementation's Python style | Gerhard Sittig |
2023-07-29 | rgb_led_ws281x: default to RGB[W] annotation text order | Gerhard Sittig |
2023-07-29 | rgb_led_ws281x: emit annotations for individual colour components | Gerhard Sittig |
2023-07-29 | rgb_led_ws281x: add developer comments, link to chip datasheets | Gerhard Sittig |
2023-07-29 | rgb_led_ws281x: support more colour component orders (wire, and text) | Gerhard Sittig |
2023-07-29 | rgb_led_ws281x: rework the .decode() main loop, improve robustness | Gerhard Sittig |
2023-07-29 | rgb_led_ws281x: refactor bit/bits handling, use more common code | Gerhard Sittig |
2023-07-29 | rgb_led_ws281x: rephrase .put() calls for readability | Gerhard Sittig |
2023-07-29 | rgb_led_ws281x: use symbolic names for annotation classes | Gerhard Sittig |
2023-07-29 | nes_gamepad: adjust Python style of decoder implementation | Gerhard Sittig |
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 |