summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-11-07parallel: symbolic names for pins and annotation classesGerhard Sittig
2020-08-31irmp: Fix a build issue with xtensa cross toolchains.Uwe Hermann
2020-08-30ir_nec: fix typo in STOP bit widthGerhard Sittig
2020-08-30ir_nec: sort and comment timing specs, drop tolerance optionGerhard Sittig
2020-08-30ir_nec: concentrate timing at the top of the source fileGerhard Sittig
2020-08-30ir_nec: Add option for automatic polarity detectionBenediktO
2020-08-30ir_nec: Make the tolerance configurableBenediktO
2020-08-30ir_nec: Annotate IR frame already at the end of the STOP bitBenediktO
2020-08-30ir_nec: Add Joy-it SBC-IRC01 remoteBenediktO
2020-08-30sle44xx: support memory read "to end of capacity"Gerhard Sittig
2020-08-30sle44xx: optionally use samplerate to show processing durationsGerhard Sittig
2020-08-30sle44xx: extend decoder's feature set, outgoing data, processingGerhard Sittig
2020-08-30sle44xx: rephrase ss/es passing for annotation emissionGerhard Sittig
2020-08-30sle44xx: minor developer comment and style nitsGerhard Sittig
2020-08-30sle44xx: don't assume RESET at the start of the captureGerhard Sittig
2020-08-30sle44xx: rework data bits accumulation, and byte presentationGerhard Sittig
2020-08-30sle44xx: rephrase annotation text constructionGerhard Sittig
2020-08-30sle44xx: use symbolic identifiers for annotation classesGerhard Sittig
2020-08-30sle44xx: use symbolic identifiers for pins and signal transitionsGerhard Sittig
2020-08-30sle44xx: remove incomplete Python output for nowGerhard Sittig
2020-08-30sle44xx: extend decoder doc string, add "memory cards" hintGerhard Sittig
2020-08-30sle44xx: fixup boilerplate, add missing required fieldsGerhard Sittig
2020-08-30sle44xx: introduce decoder for Siemens memory cardsFederico Cerutti
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-08-05configure.ac: Add support for Python 3.9.Dan Horák
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