]> sigrok.org Git - libsigrokdecode.git/history - decoders/dcf77/pd.py
Rename 'probe' to 'channel' everywhere.
[libsigrokdecode.git] / decoders / dcf77 / pd.py
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.
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.