Age | Commit message (Expand) | Author |
2020-07-26 | can: use common helper for bits to number conversion | Gerhard Sittig |
2020-07-26 | can: amend recently added Python output feature | Gerhard Sittig |
2020-07-26 | can: enable Python output from decoder | Kari Hautio |
2020-07-26 | ir_nec: improve robustness, present more data on invalid input | Gerhard Sittig |
2020-07-25 | ir_nec: Add button texts for an unknown LED panel remote | Sebastian Rittau |
2020-07-25 | ir_nec: add support for extended NEC protocol (16bit address) | Gerhard Sittig |
2020-07-25 | ir_nec: use common helper for bit accumulation | Gerhard Sittig |
2020-07-25 | ir_nec: rephrase button lookup and addr/cmd validity checks | Gerhard Sittig |
2020-07-25 | ir_nec: only use the samplerate after receiving the value | Gerhard Sittig |
2020-07-25 | ir_nec: rephrase annotation logic, symbolic names, format() call | Gerhard Sittig |
2020-07-22 | ir_sirc: minor Python and other nits | Gerhard Sittig |
2020-07-22 | ir_sirc: symbolic names for IR pulse widths, more line trimming | Gerhard Sittig |
2020-07-22 | ir_sirc: use symbolic identifiers for annotation classes | Gerhard Sittig |
2020-07-22 | ir_sirc: reduce smarts to improve maintenance (.wait() API change) | Gerhard Sittig |
2020-07-22 | ir_sirc: use ss/es for consistency with other decoders | Gerhard Sittig |
2020-07-22 | ir_sirc: .put() nits, common helpers, whitespace | Gerhard Sittig |
2020-07-22 | ir_sirc: fixup decoder boilerplate | Gerhard Sittig |
2020-07-22 | ir_sirc: introduce decoder for Sony IR remote control protocol | Tom Flanagan |
2020-07-20 | spdif: Simplify samplerate check. | Uwe Hermann |
2020-07-20 | spdif: Drop unneeded braces. | Uwe Hermann |
2020-07-20 | spdif: Fix various issues. | Arno Morbach |
2020-07-20 | numbers_and_state: introduce decoder (based on vector slicer) | Gerhard Sittig |
2020-07-19 | irmp: silence "illegal character encoding" compiler warning | Gerhard Sittig |
2020-07-18 | rgb_led_ws281x: Support RGBW | Stefan |
2020-07-18 | caliper: rephrase measurement annotation text construction | Gerhard Sittig |
2020-07-18 | caliper: use common code for packet timeout | Gerhard Sittig |
2020-07-18 | caliper: use common code for bit accumulation | Gerhard Sittig |
2020-07-18 | caliper: refactor and unobfuscate timeout handling | Gerhard Sittig |
2020-07-18 | caliper: slight refactoring of common pieces | Gerhard Sittig |
2020-07-18 | caliper: fixup boilerplate (and some coding style and whitespace) | Gerhard Sittig |
2020-07-18 | caliper: introduce decoder for cheap generic calipers | Tomas Mudrunka |
2020-07-18 | ir_irmp: enforce "one instance" limitation for IRMP library | Gerhard Sittig |
2020-07-18 | ir_irmp: add support for button "release" flag | Gerhard Sittig |
2020-07-18 | ir_irmp: touch up the IRMP based decoder implementation (Python side) | Gerhard Sittig |
2020-07-18 | ir_irmp: introduce IRMP based decoder for infrared signals | Gerhard Sittig |
2020-07-18 | irmp: add 'Darwin' case for DLL filename lookup | Gerhard Sittig |
2020-07-18 | irmp: rework the Python language binding for the shared library | Gerhard Sittig |
2020-07-18 | irmp: introduce Python language binding for shared library | Gerhard Sittig |
2020-07-18 | irmp: hook up IRMP to the build, create a separate shared object | Gerhard Sittig |
2020-07-18 | irmp: workaround incomplete platform detection when under libtool | Gerhard Sittig |
2020-07-18 | irmp: silence core logic ANALYZE output from the shared library | Gerhard Sittig |
2020-07-18 | irmp: rework shared library (style, reliability, TODO items) | Gerhard Sittig |
2020-07-18 | irmp: introduce PC side shared library code for IRMP core logic | Gerhard Sittig |
2020-07-18 | irmp: introduce variables for start of IR frame and current sample | Gerhard Sittig |
2020-07-18 | irmp: adjust config for PC library use (32bit, 20kHz, more protocols) | Gerhard Sittig |
2020-07-18 | irmp: silence missing prototype compiler warning | Gerhard Sittig |
2020-07-18 | irmp: address unbalanced preprocessor condition (PIC workaround) | Gerhard Sittig |
2020-07-18 | irmp: silence signedness compiler warning in IR command comparison | Gerhard Sittig |
2020-07-18 | irmp: silence printf(3) format warnings (simple approach) | Gerhard Sittig |
2020-07-18 | irmp: introduce sigrok specific README file | Gerhard Sittig |