summaryrefslogtreecommitdiff
path: root/decoders
AgeCommit message (Expand)Author
2020-08-16avr_isp: Extend decoder, add locks, eeprom, program memory commands.Helge Kruse
2020-08-16avr_isp: move "unknown command" to warning, drop empty 'bits' rowGerhard Sittig
2020-08-16avr_isp: Use symbolic names for annotation classes.Helge Kruse
2020-08-12sdq: prefer Python's .format() method for string formattingGerhard Sittig
2020-08-12sdq: use symbolic names for pins and annotation classesGerhard Sittig
2020-08-12sdq: provide more information in the decoder's boilerplateGerhard Sittig
2020-08-12sdq: simplify decode routine, no state machine requiredGerhard Sittig
2020-08-12sdq: only use samplerate and options values after validity checkGerhard Sittig
2020-08-12sdq: use common bits to number conversionGerhard Sittig
2020-08-12sdq: Add the SDQ protocol decoderPhilip Ã…kesson
2020-08-09st7735: Fix handling of unknown commandsgregor-anich-uibk
2020-07-31lpc: improve performance, use proper .wait() conditionBenediktO
2020-07-30st25r39xx_spi: Minor style and description changesSoeren Apel
2020-07-30st25r39xx_spi: Add st25r39xx PD using spibvernoux
2020-07-30lfast/sipi: Fix typoSoeren Apel
2020-07-29sipi: Initial version of the SIPI protocol to form a Zipwire stackSoeren Apel
2020-07-29lfast: More bug fixes and enhancementsSoeren Apel
2020-07-29lfast: Enhance LFAST PDSoeren Apel
2020-07-29lfast: Initial version of the NXP LFAST / IFX HSCT PDSoeren Apel
2020-07-26ir_sirc: use common bitpack() variant with array accessGerhard Sittig
2020-07-26can: use common MSB first variant of bitpack()Gerhard Sittig
2020-07-26common: add LSB/MSB first bitpack variant with optional indexGerhard Sittig
2020-07-26can: avoid assignment to .id field during frame inspectionGerhard Sittig
2020-07-26can: use common helper for bits to number conversionGerhard Sittig
2020-07-26can: amend recently added Python output featureGerhard Sittig
2020-07-26can: enable Python output from decoderKari Hautio
2020-07-26ir_nec: improve robustness, present more data on invalid inputGerhard Sittig
2020-07-25ir_nec: Add button texts for an unknown LED panel remoteSebastian Rittau
2020-07-25ir_nec: add support for extended NEC protocol (16bit address)Gerhard Sittig
2020-07-25ir_nec: use common helper for bit accumulationGerhard Sittig
2020-07-25ir_nec: rephrase button lookup and addr/cmd validity checksGerhard Sittig
2020-07-25ir_nec: only use the samplerate after receiving the valueGerhard Sittig
2020-07-25ir_nec: rephrase annotation logic, symbolic names, format() callGerhard Sittig
2020-07-22ir_sirc: minor Python and other nitsGerhard Sittig
2020-07-22ir_sirc: symbolic names for IR pulse widths, more line trimmingGerhard Sittig
2020-07-22ir_sirc: use symbolic identifiers for annotation classesGerhard Sittig
2020-07-22ir_sirc: reduce smarts to improve maintenance (.wait() API change)Gerhard Sittig
2020-07-22ir_sirc: use ss/es for consistency with other decodersGerhard Sittig
2020-07-22ir_sirc: .put() nits, common helpers, whitespaceGerhard Sittig
2020-07-22ir_sirc: fixup decoder boilerplateGerhard Sittig
2020-07-22ir_sirc: introduce decoder for Sony IR remote control protocolTom Flanagan
2020-07-20spdif: Simplify samplerate check.Uwe Hermann
2020-07-20spdif: Drop unneeded braces.Uwe Hermann
2020-07-20spdif: Fix various issues.Arno Morbach
2020-07-20numbers_and_state: introduce decoder (based on vector slicer)Gerhard Sittig
2020-07-18rgb_led_ws281x: Support RGBWStefan
2020-07-18caliper: rephrase measurement annotation text constructionGerhard Sittig
2020-07-18caliper: use common code for packet timeoutGerhard Sittig
2020-07-18caliper: use common code for bit accumulationGerhard Sittig
2020-07-18caliper: refactor and unobfuscate timeout handlingGerhard Sittig