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-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-10-03 | parallel: flush accumulated data when input data is exhausted | 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 |
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 |