]> sigrok.org Git - libsigrokdecode.git/history - decoders
log: Move log level check so that it affects all handlers.
[libsigrokdecode.git] / decoders /
2018-04-12 Uwe Hermanncan: Fix incorrect stuff bit handling.
2018-04-08 Uwe Hermannsda2506/qi: Add missing full stop in 'desc' field.
2018-04-08 Uwe Hermannrc_encode: Use different annotation classes for code...
2018-04-08 Uwe Hermannrc_encode: Use different annotation classes for differe...
2018-04-08 Uwe Hermannrc_encode: Add self.putx() helper.
2018-04-08 Uwe Hermannrc_encode: Use common self.ss/self.es naming.
2018-04-08 Uwe Hermannrc_encode: Use += operator where possible.
2018-04-08 Uwe Hermannrc_encode: Drop unneeded casts.
2018-04-08 steversigAdd initial rc_encode protocol decoder.
2018-03-31 Gerhard Sittigadns5020: Python style nit, fixup whitespace
2018-03-31 Gerhard Sittigmax7219: introduce constructor and reset() method
2018-03-31 Gerhard Sittigmicrowire: introduce constructor and reset() method
2018-03-06 Max WellerAdd support for SDA2506 EEPROM serial protocol.
2018-02-23 Uwe Hermanndali: Avoid CamelCase in most places.
2018-02-15 Gerhard Sittigir_nec: optionally accept input signals that include...
2018-02-13 Gerhard Sittigparallel: expand 'wordsize' description (bits vs cycles)
2018-02-13 Gerhard Sittigstepper_motor: make samplerate meta data optional
2018-02-13 Gerhard Sittigi2s: make samplerate meta data optional
2018-02-13 Gerhard Sittigi2c: make input samplerate optional
2018-01-28 Gerhard Sittiggraycode, morse, pwm, usb_request, wiegand: cope with...
2018-01-28 Gerhard Sittigspi: cope when a sample rate of 0 was configured
2018-01-25 Gerhard Sittigac97: introduce first AC'97 decoder implementation...
2018-01-13 Uwe Hermanni2c: Drop obsolete 10bit slave address TODO.
2018-01-03 Gerhard Sittigcounter: make 'reset' signal polarity an option
2018-01-03 Uwe Hermanncounter: Make "word reset" an explicit annotation class...
2018-01-03 Stefan BrünsAdd a trivial "counter" decoder
2018-01-01 Gerhard Sittigparallel: implement consistent number formatting
2018-01-01 Gerhard Sittigparallel: unbreak and improve "word" de-multiplexing
2018-01-01 Gerhard Sittigparallel: cope with sparse input mappings, assume zero...
2018-01-01 Gerhard Sittigparallel: address minor style nits, no change in behaviour
2018-01-01 Gerhard Sittigparallel: unify decode() code paths with and without...
2017-12-22 Gerhard Sittigusb_power_delivery: enforce check order for start-of...
2017-12-22 Gerhard Sittigusb_power_delivery: fixup a Python style nit (dict...
2017-12-22 Gerhard Sittigusb_power_delivery: enforce numerical order of RDO...
2017-12-22 Gerhard Sittigall decoders: introduce a reset() method
2017-12-22 Gerhard Sittigssi32: rename reset() helper method
2017-12-22 Gerhard Sittigmrf24j40: rename reset() helper method
2017-12-22 Gerhard Sittigade77xx: rename reset() helper method
2017-12-22 Gerhard Sittigsdcard_sd: remove unused .reset() method
2017-12-22 Gerhard Sittigam230x: rename reset() helper method
2017-12-22 Gerhard Sittigeeprom 24xx: rename reset() helper method
2017-12-17 Grant Millerir_nec: Make timing margin relative
2017-12-09 Uwe Hermanngraycode: Move bitpack/bitunpack to common/.
2017-12-09 Christoph RackwitzAdd a gray code and rotary encoder protocol decoder.
2017-12-09 Christoph RackwitzAdd a morse code protocol decoder.
2017-12-09 Marcus Comstedti2s: Fix unportable use of struct.pack
2017-12-09 Uwe Hermannmaple_bus: Add helpers to make the call sites a bit...
2017-12-09 Marcus ComstedtAdd an initial Maple bus decoder.
2017-11-11 Joel Holdsworthi2s: Set file size to 4Gb
2017-11-11 Joel Holdsworthi2s: Make 32-bit wav files
2017-11-01 Soeren Apelds243x: Add binary output for data read from EEPROM
2017-11-01 Soeren ApelRename ds2432 to ds243x
2017-11-01 Soeren Apelds2432: Adapt to allow for DS2433 as well
2017-10-19 Uwe Hermannds2432: Simplify MAC printing.
2017-10-19 Kevin Redonds2432: Add a Maxim DS2432 protocol decoder.
2017-07-22 Stefan Brünsusb_request: Remove code duplication, save end sample...
2017-07-22 Stefan Brünsusb_request: Handle CONTROL transfer protocol stalls
2017-07-04 Gerhard Sittigcan: introduce clock synchronization (simple implementa...
2017-07-04 Gerhard Sittigcan: rename 'bitpos' variable
2017-06-21 Uwe Hermannpwm: Drop unused 'pins' variable.
2017-06-21 Gerhard Sittigir_rc5: Rephrase open coded value for start bit 1
2017-06-21 Gerhard Sittiglpc: Improve robustness when decoding unexpected input...
2017-06-21 Gerhard Sittiglpc: Nit, remove an unused variable
2017-06-21 Gerhard Sittigonewire_network: Fixup start samplenumber for annotations
2017-06-21 Gerhard Sittigguess_bitrate: Eliminate internal state of the decoder
2017-06-21 Gerhard Sittigi2c: Don't drop the first sample of input data
2017-06-21 Gerhard Sittigdecoders: Rephrase condition-less .wait() calls (self...
2017-06-20 Gerhard Sittigusb_signalling: Move another edge detection to common...
2017-06-20 Gerhard Sittigpwm: Fixup sample numbers for binary output
2017-06-20 Gerhard Sittigpwm: Eliminate more decoder "state"
2017-06-20 Gerhard Sittigpwm: Rephrase edge and period detection, eliminate...
2017-06-16 Uwe HermannMark all stacked decoders as being PD API version 3.
2017-06-16 Uwe Hermannir_rc5: Convert to PD API version 3.
2017-06-16 Uwe Hermanndsi: Convert to PD API version 3.
2017-06-16 Uwe Hermanndsi: Cosmetics, drop obsolete comments.
2017-06-16 Uwe Hermannrgb_led_ws281x: Convert to PD API version 3.
2017-06-16 Uwe Hermannlpc: Convert to PD API version 3.
2017-06-16 Gerhard Sittigwiegand: Convert to PD API version 3.
2017-06-16 Uwe Hermannusb_signalling: Convert to PD API version 3.
2017-06-16 Uwe Hermanndali: Change 'self.dali' to 'dali'.
2017-06-16 Uwe Hermanndali: Convert to PD API version 3.
2017-06-16 Uwe Hermanndali: Random cleanups, remove obsolete comments.
2017-06-16 Uwe Hermannspi: Simplify some code chunks.
2017-06-15 Uwe Hermanndmx512: Use a nicer 'dmx' pin name variable.
2017-06-15 Uwe Hermanndmx512: Convert to PD API version 3.
2017-06-15 Uwe Hermannpwm: Reduce indentation level.
2017-06-15 Uwe Hermannpwm: Simplify waiting for initial edge.
2017-06-06 Gerhard Sittigspi: Missing samplerate spec is not fatal
2017-06-06 Gerhard Sittigspi: Improve use of PD API version 3
2017-06-06 Gerhard Sittiggpib: Convert to PD API version 3
2017-06-06 Gerhard Sittigpwm: Convert to PD API version 3
2017-06-06 Gerhard Sittigspi: Convert to PD API version 3
2017-06-06 Uwe HermannRename eeprom93cxx decoder to eeprom93xx.
2017-06-06 Uwe Hermanneeprom24xx: Don't make lists.py executable.
2017-06-06 Uwe HermannDrop trailing whitespace in various PDs.
2017-06-05 Uwe HermannAdd srd_inst_initial_pins_set_all() and support code.
2017-06-05 Uwe HermannRename maxim_ds28ea00 to ds28ea00.
2017-05-26 Gerhard Sittigcan: Skip stuff bit inspection where not applicable
2017-05-26 Gerhard Sittigcan: Convert to PD API version 3
2017-05-26 Uwe Hermanncan: Add warnings for various invalid bits and fields.
next