]> sigrok.org Git - libsigrokdecode.git/history - decoders/ds1307/pd.py
Use consistent __init__() format across all PDs.
[libsigrokdecode.git] / decoders / ds1307 / pd.py
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: More consistent names for ss/es variables.
2014-08-16 Uwe Hermannds1307: Warn about (and ignore) non-DS1307 traffic.
2014-08-16 Uwe Hermannds1307: Correctly handle address wrap-around.
2014-08-16 Uwe Hermannds1307: Refactoring and cleanups.
2014-08-16 Uwe Hermannds1307: Handle SRAM register accesses.
2014-08-16 Uwe Hermannds1307: Handle register 0x07 (control register).
2014-08-16 Uwe Hermannds1307: Emit per-bit annotations for registers.
2014-07-15 Uwe HermannAll PDs: Minor whitespace and consistency fixes.
2014-07-09 Uwe HermannAll PDs: Drop unneeded exceptions.
2014-04-15 Uwe HermannAll PDs: Bump api_version to 2.
2014-03-10 Bert VermeulenProbes, optional probes and annotations now take a...
2014-03-09 Bert VermeulenRemove unused probes and options
2014-01-28 Uwe HermannAll PDs: Consistent naming/case for annotation shortnam...
2014-01-28 Uwe HermannAll PDs: Drop unneeded comments.
2013-12-28 Uwe HermannDo some more I2C to I²C changes.
2013-11-15 Bert VermeulenDrop obsolete report() method.
2013-11-15 Bert VermeulenUse the new Decoder.register() API
2013-10-30 Bert VermeulenThe start() method no longer takes a metadata parameter
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2013-03-12 Uwe Hermannds1307: Fix date/day-of-week printing.
2013-03-12 Matt RanostayAdd Dallas DS1307 RTC protocol decoder