summaryrefslogtreecommitdiff
path: root/decoders
AgeCommit message (Expand)Author
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
2017-06-16Mark all stacked decoders as being PD API version 3.Uwe Hermann
2017-06-16ir_rc5: Convert to PD API version 3.Uwe Hermann
2017-06-16dsi: Convert to PD API version 3.Uwe Hermann
2017-06-16dsi: Cosmetics, drop obsolete comments.Uwe Hermann
2017-06-16rgb_led_ws281x: Convert to PD API version 3.Uwe Hermann
2017-06-16lpc: Convert to PD API version 3.Uwe Hermann
2017-06-16wiegand: Convert to PD API version 3.Gerhard Sittig
2017-06-16usb_signalling: Convert to PD API version 3.Uwe Hermann
2017-06-16dali: Change 'self.dali' to 'dali'.Uwe Hermann
2017-06-16dali: Convert to PD API version 3.Uwe Hermann
2017-06-16dali: Random cleanups, remove obsolete comments.Uwe Hermann
2017-06-16spi: Simplify some code chunks.Uwe Hermann
2017-06-15dmx512: Use a nicer 'dmx' pin name variable.Uwe Hermann
2017-06-15dmx512: Convert to PD API version 3.Uwe Hermann
2017-06-15pwm: Reduce indentation level.Uwe Hermann
2017-06-15pwm: Simplify waiting for initial edge.Uwe Hermann
2017-06-06spi: Missing samplerate spec is not fatalGerhard Sittig
2017-06-06spi: Improve use of PD API version 3Gerhard Sittig
2017-06-06gpib: Convert to PD API version 3Gerhard Sittig
2017-06-06pwm: Convert to PD API version 3Gerhard Sittig
2017-06-06spi: Convert to PD API version 3Gerhard Sittig
2017-06-06Rename eeprom93cxx decoder to eeprom93xx.Uwe Hermann
2017-06-06eeprom24xx: Don't make lists.py executable.Uwe Hermann
2017-06-06Drop trailing whitespace in various PDs.Uwe Hermann
2017-06-05Add srd_inst_initial_pins_set_all() and support code.Uwe Hermann
2017-06-05Rename maxim_ds28ea00 to ds28ea00.Uwe Hermann
2017-05-26can: Skip stuff bit inspection where not applicableGerhard Sittig
2017-05-26can: Convert to PD API version 3Gerhard Sittig
2017-05-26can: Add warnings for various invalid bits and fields.Uwe Hermann
2017-05-13sdcard_sd: reference latest command when displaying responseWolfram Sang
2017-05-13sdcard_sd: output CMD8 in cmd8-handlerWolfram Sang
2017-05-13timing: Drop obsolete self.oldpin variable.Uwe Hermann
2017-05-13timing: "normalize" negative times tooKarl Palsson
2017-05-13timing: add edge-edge mode and delta calculationKarl Palsson
2017-05-13timing: disable averaging if set to zeroKarl Palsson
2017-05-12Rename ade7758 decoder to ade77xx.Uwe Hermann
2017-05-11ade7758: Slightly shorten some code chunks.Uwe Hermann
2017-05-11Add an ADE7758 protocol decoder.Karl Palsson