]> sigrok.org Git - libsigrokdecode.git/history - decoders/dcf77
Add a CFP decoder.
[libsigrokdecode.git] / decoders / dcf77 /
2018-04-24 Gerhard Sittigdcf77: annotate unexpected bit numbers and values,...
2018-04-24 Gerhard Sittigdcf77: annotate invalid dow and month fields, do not...
2018-04-23 Gerhard Sittigdcf77, lpc: rephrase bit string formatting
2017-12-22 Gerhard Sittigall decoders: introduce a reset() method
2017-06-05 Uwe HermannAdd srd_inst_initial_pins_set_all() and support code.
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-12-07 Uwe Hermanndcf77: Convert to PD API version 3.
2016-05-25 Uwe HermannMove common/ directory into decoders/.
2016-05-15 Uwe HermannUse consistent __init__() format across all PDs.
2016-05-05 Uwe HermannFactor out bcd2int() into common/srdhelper.
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-15 Uwe HermannAll PDs: Drop some unneeded comments.
2014-04-13 Uwe HermannRename 'probe' to 'channel' everywhere.
2014-03-10 Bert VermeulenProbes, optional probes and annotations now take a...
2014-03-09 Bert VermeulenRemove unused probes and options
2014-02-01 Uwe Hermanndcf77: Fix incorrect startsample for "month" field.
2014-01-31 Uwe Hermanndcf77: Define annotation rows.
2014-01-30 Uwe Hermanns/out_proto/out_python/.
2014-01-28 Uwe HermannAll PDs: Consistent naming/case for annotation shortnam...
2014-01-28 Uwe HermannAll PDs: Drop unneeded comments.
2014-01-28 Uwe HermannAll PDs: Improve/fix descriptions.
2013-11-27 Bert VermeulenAutomate protocol decoder installation.
2013-11-15 Bert VermeulenDrop obsolete report() method.
2013-11-15 Bert VermeulenUse the new Decoder.register() API
2013-11-07 Bert VermeulenRename inter-PD output type to SRD_OUTPUT_PYTHON
2013-10-30 Bert VermeulenReceive samplerate via metadata(), not start()
2013-09-15 Uwe Hermanndcf77: Fix date parity check.
2013-09-15 Uwe Hermanndcf77: Provide short and long annotations.
2013-09-15 Uwe Hermanndcf77: Fix multi-bit DCF77 field annotations.
2013-09-15 Uwe Hermanndcf77: Consistency renames.
2013-09-15 Uwe Hermanndcf77: Drop PON pin handling.
2013-09-15 Uwe Hermanndcf77: Use proper annotations for DCF77 components.
2013-09-15 Uwe Hermanndcf77: Fix bug in handling of DCF77 bit 0.
2013-09-15 Uwe Hermanndcf77: Fix start-/end-sample numbers.
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2012-11-24 Uwe HermannFix bugs in "Invalid state" printing/exceptions.
2012-11-24 Uwe HermannAll PDs: Name the files pd.py consistently.
2012-07-11 Uwe Hermannsrd: Performance improvements for various PDs.
2012-06-08 Uwe Hermannsrd: dcf77: Initial PON handling.
2012-06-08 Uwe Hermannsrd: dcf77: Bugfix, PD was broken.
2012-05-08 Uwe Hermannsrd: Add usable one-liner descriptions for all PDs.
2012-05-08 Uwe Hermannsrd: Remove TODOs from annotation format names.
2012-03-31 Uwe Hermannsrd: Decoders: Fix/simplify samplenum usage.
2012-03-27 Uwe Hermannsrd: PDs: Kill obsolete 'longdesc' entries.
2012-03-04 Uwe Hermannsrd: PDs: Use strings for states, too.
2012-02-01 Uwe Hermannsrd: Move all protocol docs to __init__.py files.
2012-01-31 Bert Vermeulensrd: rename extra_probes to optional_probes in all PDs
2012-01-25 Uwe Hermannsrd: All PDs: Various fixes, cosmetics.
2012-01-15 Uwe Hermannsrd: Add 'api_version = 1' to all PDs.
2012-01-15 Uwe Hermannsrd: Each PD now has its own subdirectory.