summaryrefslogtreecommitdiff
path: root/decoders
AgeCommit message (Expand)Author
2018-01-25ac97: introduce first AC'97 decoder implementation (bits, slots, binary)Gerhard Sittig
2018-01-13i2c: Drop obsolete 10bit slave address TODO.Uwe Hermann
2018-01-03counter: make 'reset' signal polarity an optionGerhard Sittig
2018-01-03counter: Make "word reset" an explicit annotation class+row.Uwe Hermann
2018-01-03Add a trivial "counter" decoderStefan Brüns
2018-01-01parallel: implement consistent number formattingGerhard Sittig
2018-01-01parallel: unbreak and improve "word" de-multiplexingGerhard Sittig
2018-01-01parallel: cope with sparse input mappings, assume zero for not-connected pinsGerhard Sittig
2018-01-01parallel: address minor style nits, no change in behaviourGerhard Sittig
2018-01-01parallel: unify decode() code paths with and without clock signalGerhard Sittig
2017-12-22usb_power_delivery: enforce check order for start-of-packet sequencesGerhard Sittig
2017-12-22usb_power_delivery: fixup a Python style nit (dict lookup fallback)Gerhard Sittig
2017-12-22usb_power_delivery: enforce numerical order of RDO/PDO flag annotationsGerhard Sittig
2017-12-22all decoders: introduce a reset() methodGerhard Sittig
2017-12-22ssi32: rename reset() helper methodGerhard Sittig
2017-12-22mrf24j40: rename reset() helper methodGerhard Sittig
2017-12-22ade77xx: rename reset() helper methodGerhard Sittig
2017-12-22sdcard_sd: remove unused .reset() methodGerhard Sittig
2017-12-22am230x: rename reset() helper methodGerhard Sittig
2017-12-22eeprom 24xx: rename reset() helper methodGerhard Sittig
2017-12-17ir_nec: Make timing margin relativeGrant Miller
2017-12-09graycode: Move bitpack/bitunpack to common/.Uwe Hermann
2017-12-09Add a gray code and rotary encoder protocol decoder.Christoph Rackwitz
2017-12-09Add a morse code protocol decoder.Christoph Rackwitz
2017-12-09i2s: Fix unportable use of struct.packMarcus Comstedt
2017-12-09maple_bus: Add helpers to make the call sites a bit shorter.Uwe Hermann
2017-12-09Add an initial Maple bus decoder.Marcus Comstedt
2017-11-11i2s: Set file size to 4GbJoel Holdsworth
2017-11-11i2s: Make 32-bit wav filesJoel Holdsworth
2017-11-02ds243x: Add binary output for data read from EEPROMSoeren Apel
2017-11-02Rename ds2432 to ds243xSoeren Apel
2017-11-02ds2432: Adapt to allow for DS2433 as wellSoeren Apel
2017-10-19ds2432: Simplify MAC printing.Uwe Hermann
2017-10-19ds2432: Add a Maxim DS2432 protocol decoder.Kevin Redon
2017-07-22usb_request: Remove code duplication, save end sample in central locationStefan Brüns
2017-07-22usb_request: Handle CONTROL transfer protocol stallsStefan Brüns
2017-07-04can: introduce clock synchronization (simple implementation)Gerhard Sittig
2017-07-04can: rename 'bitpos' variableGerhard Sittig
2017-06-21pwm: Drop unused 'pins' variable.Uwe Hermann
2017-06-21ir_rc5: Rephrase open coded value for start bit 1Gerhard Sittig
2017-06-21lpc: Improve robustness when decoding unexpected input dataGerhard Sittig
2017-06-21lpc: Nit, remove an unused variableGerhard Sittig
2017-06-21onewire_network: Fixup start samplenumber for annotationsGerhard Sittig
2017-06-21guess_bitrate: Eliminate internal state of the decoderGerhard Sittig
2017-06-21i2c: Don't drop the first sample of input dataGerhard Sittig
2017-06-21decoders: Rephrase condition-less .wait() calls (self documentation)Gerhard Sittig
2017-06-20usb_signalling: Move another edge detection to common backend codeGerhard Sittig
2017-06-20pwm: Fixup sample numbers for binary outputGerhard Sittig
2017-06-20pwm: Eliminate more decoder "state"Gerhard Sittig
2017-06-20pwm: Rephrase edge and period detection, eliminate internal stateGerhard Sittig