summaryrefslogtreecommitdiff
path: root/decoders/ir_rc5
AgeCommit message (Expand)Author
2019-12-07decoders: Don't set self.samplenum.Uwe Hermann
2019-12-01ir_rc5: improved performanceBenediktO
2019-04-02decoders: Fix incorrect 'outputs' fields.Uwe Hermann
2019-03-15decoders: Add/update tags for each PD.Uwe Hermann
2019-01-30Typo preventing "Personal preference settings" & "Display user info on screen...Ryan Jarvis
2017-12-22all decoders: introduce a reset() methodGerhard Sittig
2017-06-21ir_rc5: Rephrase open coded value for start bit 1Gerhard Sittig
2017-06-21decoders: Rephrase condition-less .wait() calls (self documentation)Gerhard Sittig
2017-06-16ir_rc5: Convert to PD API version 3.Uwe Hermann
2017-01-07license: remove FSF postal address from boiler plate license textGerhard Sittig
2016-05-15Use consistent __init__() format across all PDs.Uwe Hermann
2014-10-13All PDs: More consistent names for ss/es variables.Uwe Hermann
2014-10-13All PDs: Only import the 'Decoder' object.Uwe Hermann
2014-09-01PD tests moved into the sigrok-test repo.Uwe Hermann
2014-08-14pdtests: Check for SamplerateError in all PDs that emit it.Uwe Hermann
2014-07-15All PDs: Minor whitespace and consistency fixes.Uwe Hermann
2014-07-09Various PDs: Throw SamplerateError instead of Exception.Uwe Hermann
2014-07-09All PDs: Drop unneeded exceptions.Uwe Hermann
2014-04-15All PDs: Bump api_version to 2.Uwe Hermann
2014-04-13Rename 'probe' to 'channel' everywhere.Uwe Hermann
2014-03-10Probes, optional probes and annotations now take a tuple.Bert Vermeulen
2014-03-10ir_rc5: Change PD options to be a tuple of dictionaries.Bert Vermeulen
2014-03-05ir_rc5: Fix incorrect bit length of RC-5 packets.Uwe Hermann
2014-03-05ir_rc5: Don't throw exception upon invalid edge distances.Uwe Hermann
2014-03-05ir_rc5: Only determine edge type once.Uwe Hermann
2014-03-03Add initial RC-5 IR protocol decoder.Uwe Hermann