]> sigrok.org Git - libsigrokdecode.git/history - decoders/i2c/pd.py
license: remove FSF postal address from boiler plate license text
[libsigrokdecode.git] / decoders / i2c / pd.py
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-12-07 Uwe Hermanni2c: Convert to PD API version 3.
2016-05-15 Uwe HermannUse consistent __init__() format across all PDs.
2015-12-24 Uwe HermannUse a Python list (not tuple) for OUT_BINARY.
2014-10-13 Uwe HermannAll PDs: More consistent names for ss/es variables.
2014-07-15 Uwe HermannAll PDs: Minor whitespace and consistency fixes.
2014-07-09 Uwe HermannVarious PDs: Throw SamplerateError instead of Exception.
2014-06-23 Bert Vermeuleni2c: Generate proper exception for missing samplerate...
2014-04-15 Uwe HermannAll PDs: More consistent OUTPUT_PYTHON format docs.
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-09 Bert VermeulenRemove unused probes and options
2014-03-09 Bert VermeulenChange PD options to be a tuple of dictionaries.
2014-02-09 Uwe Hermanni2c: Emit per-bit annotations/packets and define annota...
2014-01-30 Uwe Hermanns/out_proto/out_python/.
2014-01-28 Uwe HermannAll PDs: Drop unneeded comments.
2013-12-28 Joel Holdsworthi2c: Replaced I2C with I²C
2013-12-13 Bert Vermeuleni2c: Avoid obsolete method.
2013-12-11 Bert VermeulenUse new binary class definition format.
2013-12-10 Bert VermeulenAdd protocol decoder testing framework.
2013-11-15 Bert VermeulenUse OUTPUT_BINARY with four classes.
2013-11-15 Bert VermeulenDrop obsolete report() method.
2013-11-15 Bert VermeulenEmit meta bitrate
2013-11-07 Bert VermeulenRename inter-PD output type to SRD_OUTPUT_PYTHON
2013-10-30 Bert VermeulenThe start() method no longer takes a metadata parameter
2013-09-14 Uwe Hermanni2c: Drop unneeded 'addressing' option.
2013-09-14 Uwe Hermanni2c: Drop obsolete TODOs.
2013-09-14 Uwe Hermanni2c: Move OUTPUT_PROTO docs to pd.py.
2013-09-14 Uwe Hermanni2c: Various fixes to make the PD suitable for GUIs.
2013-09-08 Uwe Hermanni2c: Fix corner-case that can occur with LA triggers.
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.