summaryrefslogtreecommitdiff
path: root/decoders/ir_rc5
AgeCommit message (Expand)Author
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