]> sigrok.org Git - libsigrokdecode.git/history - decoders
sdq: prefer Python's .format() method for string formatting
[libsigrokdecode.git] / decoders /
2020-08-12 Gerhard Sittigsdq: prefer Python's .format() method for string formatting
2020-08-12 Gerhard Sittigsdq: use symbolic names for pins and annotation classes
2020-08-12 Gerhard Sittigsdq: provide more information in the decoder's boilerplate
2020-08-12 Gerhard Sittigsdq: simplify decode routine, no state machine required
2020-08-12 Gerhard Sittigsdq: only use samplerate and options values after valid...
2020-08-12 Gerhard Sittigsdq: use common bits to number conversion
2020-08-12 Philip Åkessonsdq: Add the SDQ protocol decoder
2020-08-09 gregor-anich-uibkst7735: Fix handling of unknown commands
2020-07-31 BenediktOlpc: improve performance, use proper .wait() condition
2020-07-30 Soeren Apelst25r39xx_spi: Minor style and description changes
2020-07-30 bvernouxst25r39xx_spi: Add st25r39xx PD using spi
2020-07-30 Soeren Apellfast/sipi: Fix typo
2020-07-29 Soeren Apelsipi: Initial version of the SIPI protocol to form...
2020-07-29 Soeren Apellfast: More bug fixes and enhancements
2020-07-29 Soeren Apellfast: Enhance LFAST PD
2020-07-29 Soeren Apellfast: Initial version of the NXP LFAST / IFX HSCT PD
2020-07-26 Gerhard Sittigir_sirc: use common bitpack() variant with array access
2020-07-26 Gerhard Sittigcan: use common MSB first variant of bitpack()
2020-07-26 Gerhard Sittigcommon: add LSB/MSB first bitpack variant with optional...
2020-07-26 Gerhard Sittigcan: avoid assignment to .id field during frame inspection
2020-07-26 Gerhard Sittigcan: use common helper for bits to number conversion
2020-07-26 Gerhard Sittigcan: amend recently added Python output feature
2020-07-26 Kari Hautiocan: enable Python output from decoder
2020-07-26 Gerhard Sittigir_nec: improve robustness, present more data on invali...
2020-07-25 Sebastian Rittauir_nec: Add button texts for an unknown LED panel remote
2020-07-25 Gerhard Sittigir_nec: add support for extended NEC protocol (16bit...
2020-07-25 Gerhard Sittigir_nec: use common helper for bit accumulation
2020-07-25 Gerhard Sittigir_nec: rephrase button lookup and addr/cmd validity...
2020-07-25 Gerhard Sittigir_nec: only use the samplerate after receiving the...
2020-07-25 Gerhard Sittigir_nec: rephrase annotation logic, symbolic names,...
2020-07-22 Gerhard Sittigir_sirc: minor Python and other nits
2020-07-22 Gerhard Sittigir_sirc: symbolic names for IR pulse widths, more line...
2020-07-22 Gerhard Sittigir_sirc: use symbolic identifiers for annotation classes
2020-07-22 Gerhard Sittigir_sirc: reduce smarts to improve maintenance (.wait...
2020-07-22 Gerhard Sittigir_sirc: use ss/es for consistency with other decoders
2020-07-22 Gerhard Sittigir_sirc: .put() nits, common helpers, whitespace
2020-07-22 Gerhard Sittigir_sirc: fixup decoder boilerplate
2020-07-22 Tom Flanaganir_sirc: introduce decoder for Sony IR remote control...
2020-07-20 Uwe Hermannspdif: Simplify samplerate check.
2020-07-20 Uwe Hermannspdif: Drop unneeded braces.
2020-07-20 Arno Morbachspdif: Fix various issues.
2020-07-20 Gerhard Sittignumbers_and_state: introduce decoder (based on vector...
2020-07-18 Stefanrgb_led_ws281x: Support RGBW
2020-07-18 Gerhard Sittigcaliper: rephrase measurement annotation text construction
2020-07-18 Gerhard Sittigcaliper: use common code for packet timeout
2020-07-18 Gerhard Sittigcaliper: use common code for bit accumulation
2020-07-18 Gerhard Sittigcaliper: refactor and unobfuscate timeout handling
2020-07-18 Gerhard Sittigcaliper: slight refactoring of common pieces
2020-07-18 Gerhard Sittigcaliper: fixup boilerplate (and some coding style and...
2020-07-18 Tomas Mudrunkacaliper: introduce decoder for cheap generic calipers
2020-07-18 Gerhard Sittigir_irmp: enforce "one instance" limitation for IRMP...
2020-07-18 Gerhard Sittigir_irmp: add support for button "release" flag
2020-07-18 Gerhard Sittigir_irmp: touch up the IRMP based decoder implementation...
2020-07-18 Gerhard Sittigir_irmp: introduce IRMP based decoder for infrared...
2020-07-18 Gerhard Sittigirmp: add 'Darwin' case for DLL filename lookup
2020-07-18 Gerhard Sittigirmp: rework the Python language binding for the shared...
2020-07-18 Gerhard Sittigirmp: introduce Python language binding for shared...
2020-07-17 Gerhard Sittigpjon: comment nits, typo fix
2020-07-17 Gerhard Sittigpjdl: support PAD bit adjacent to last HIGH DATA bit...
2020-07-17 Gerhard Sittigpjon: unbreak CRC32 check, adjust data length
2020-07-13 Thomas Hebbeeprom24xx: Add ST M24C32
2020-07-10 Soeren Apelxy2-100: Add status signal
2020-07-10 Soeren Apelxy2-100: Rewrite PD for XY2-100E compatibility and...
2020-07-10 Uli Huberxy2-100: Initial implementation
2020-07-07 Gerhard Sittigtiming: user selected scale and sample count for terse...
2020-07-07 Gerhard Sittigtiming: break long options lines, rename samples identifier
2020-07-07 Gerhard Sittigtiming: only queue when averaging, rephrase put calls
2020-07-07 Gerhard Sittigtiming: optional terse format for timing annoations
2020-07-07 Gerhard Sittigtiming: use ss/es for consistency
2020-07-07 Gerhard Sittigtiming: reduce "state", most action is local to .decode()
2020-07-07 Gerhard Sittigtiming: eliminate magic numbers, remove unused variables
2020-07-07 Gerhard Sittigpjon: fixup PD category for PJDL and PJON
2020-07-07 Gerhard Sittigsae_j1850_vpw: drop the part which duplicates the timin...
2020-07-07 Gerhard Sittigsae_j1850_vpw: eliminate magic numbers for annotation...
2020-07-07 Gerhard Sittigsae_j1850_vpw: update for API v3, adjust to recent...
2020-07-07 Anthony Symonsvpw: introduce SAE J1850 (VPW) decoder
2020-07-02 Gerhard Sittigpjon: show "communication relations", and nits
2020-07-02 Gerhard Sittigpjdl: prepare for "stretched" timings
2020-07-02 Gerhard Sittigpjon: use underscore in input/output names for stacked...
2020-06-24 Gerhard Sittigpjon: introduce decoder for PJON frame inspection
2020-06-24 Gerhard Sittigpjdl: introduce decoder for PJON single wire serial...
2020-06-23 Konrad Beckmannjtag: Use list.append instead of insert
2020-05-26 Uwe Hermannnrf905: Drop non-existent OUTPUT_PYTHON output.
2020-05-26 Uwe Hermannnrf905: More readable annotation byte values.
2020-05-26 Uwe Hermannnrf905: Drop all print() calls.
2020-05-26 Uwe Hermannnrf905: Simplify a few code snippets.
2020-05-26 Uwe Hermannnrf905: Use SrdIntEnum for annotation classes.
2020-05-26 Uwe Hermannnrf905: Add missing 'tags' item.
2020-05-26 Uwe Hermannntf905: Add/rename required self.reset() method.
2020-05-26 Jorge SollaAdd decoder for Nordic Semiconductor nRF905 chip
2020-05-21 Teo Perisanuadxl345: Update register meaning for 0x21, 0x22, 0x23...
2020-04-11 Uwe Hermannad79x0: Rename the 'ref' option to 'vref'.
2020-04-11 Uwe Hermannad79x0: Reduce unnecessarily many voltage formats.
2020-04-11 Uwe Hermannad79x0: Fix the tags metadata item.
2020-04-11 Uwe Hermannad79x0: Avoid duplicated annotation class/row IDs.
2020-04-11 Teo PerisanuAdd AD79x0 decoder.
2020-04-11 Uwe Hermannad5626: Always use the same number of decimal places.
2020-04-11 Uwe Hermannad5626: Rename an annotation class.
2020-04-11 Uwe Hermannad5626: Drop unnecessary annotation_rows item.
2020-04-11 Uwe Hermannad5626: Fix the tags metadata item.
next