summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-19ds2432: Simplify MAC printing.Uwe Hermann
2017-10-19ds2432: Add a Maxim DS2432 protocol decoder.Kevin Redon
2017-09-22srd_init(): Print list of decoder search paths in debug output.Uwe Hermann
2017-09-06Clarify and improve channel map debug output.Uwe Hermann
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-06Fix a unit test.Uwe Hermann
2017-07-04can: introduce clock synchronization (simple implementation)Gerhard Sittig
2017-07-04can: rename 'bitpos' variableGerhard Sittig
2017-06-30self.put(): Eliminate an unneeded malloc/free pair.Uwe Hermann
2017-06-30Acquire/release the Python GIL where needed to avoid threading issues.Uwe Hermann
2017-06-21HACKING: Prefer git pull requests over mailing list patches.Uwe Hermann
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-21decoder: Accept more forms of "unconditional wait()" (None, no args)Gerhard Sittig
2017-06-21decoder: Unbreak execution of Decoder.wait() with empty conditionGerhard 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-16Drop support for PD API version 2.Uwe Hermann
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-16instance.c: Drop a few unneeded checks.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-15session.c: Fix a compiler warning on Mac OS X.Uwe Hermann
2017-06-15configure.ac: Bump package version to 0.6.0.Uwe Hermann
2017-06-12Bump libtool version (not package version) to 4:0:0.Uwe Hermann
2017-06-12NEWS: Add list of user-visible changes so far.Uwe Hermann
2017-06-12Various Doxygen fixes.Uwe Hermann
2017-06-06spi: Missing samplerate spec is not fatalGerhard Sittig