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