]> sigrok.org Git - libsigrokdecode.git/history - decoders/ir_rc5
can: correct decoding of CRC-21
[libsigrokdecode.git] / decoders / ir_rc5 /
2019-04-02 Uwe Hermanndecoders: Fix incorrect 'outputs' fields.
2019-03-14 Uwe Hermanndecoders: Add/update tags for each PD.
2019-01-29 Ryan JarvisTypo preventing "Personal preference settings" & "Displ...
2017-12-22 Gerhard Sittigall decoders: introduce a reset() method
2017-06-21 Gerhard Sittigir_rc5: Rephrase open coded value for start bit 1
2017-06-21 Gerhard Sittigdecoders: Rephrase condition-less .wait() calls (self...
2017-06-16 Uwe Hermannir_rc5: Convert to PD API version 3.
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-05-15 Uwe HermannUse consistent __init__() format across all PDs.
2014-10-13 Uwe HermannAll PDs: More consistent names for ss/es variables.
2014-10-13 Uwe HermannAll PDs: Only import the 'Decoder' object.
2014-09-01 Uwe HermannPD tests moved into the sigrok-test repo.
2014-08-14 Uwe Hermannpdtests: Check for SamplerateError in all PDs that...
2014-07-15 Uwe HermannAll PDs: Minor whitespace and consistency fixes.
2014-07-09 Uwe HermannVarious PDs: Throw SamplerateError instead of Exception.
2014-07-09 Uwe HermannAll PDs: Drop unneeded exceptions.
2014-04-15 Uwe HermannAll PDs: Bump api_version to 2.
2014-04-13 Uwe HermannRename 'probe' to 'channel' everywhere.
2014-03-10 Bert VermeulenProbes, optional probes and annotations now take a...
2014-03-10 Bert Vermeulenir_rc5: Change PD options to be a tuple of dictionaries.
2014-03-05 Uwe Hermannir_rc5: Fix incorrect bit length of RC-5 packets.
2014-03-05 Uwe Hermannir_rc5: Don't throw exception upon invalid edge distances.
2014-03-05 Uwe Hermannir_rc5: Only determine edge type once.
2014-03-03 Uwe HermannAdd initial RC-5 IR protocol decoder.