]> sigrok.org Git - libsigrokdecode.git/history - decoders/i2c
Use consistent __init__() format across all PDs.
[libsigrokdecode.git] / decoders / i2c /
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-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-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-14 Bert VermeulenBring various test output files up to date.
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.
2014-01-28 Uwe HermannAll PDs: Improve/fix descriptions.
2013-12-28 Joel Holdsworthi2c: Replaced I2C with I²C
2013-12-13 Bert Vermeuleni2c: Add Python tests.
2013-12-13 Bert Vermeuleni2c: Avoid obsolete method.
2013-12-12 Bert Vermeuleni2c: Add binary tests.
2013-12-11 Bert VermeulenUse new binary class definition format.
2013-12-10 Bert VermeulenAdd protocol decoder testing framework.
2013-11-27 Bert VermeulenAutomate protocol decoder installation.
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: Moved extensive protocol docs to the wiki.
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.
2012-07-11 Uwe Hermannsrd: Performance improvements for various PDs.
2012-06-12 Uwe Hermannsrd: Cosmetics.
2012-05-08 Uwe Hermannsrd: Add usable one-liner descriptions for all PDs.
2012-03-31 Uwe Hermannsrd: Decoders: Fix/simplify samplenum usage.
2012-03-04 Uwe Hermannsrd: I2C: Update PD protocol docs.
2012-03-04 Uwe Hermannsrd: PDs: More cosmetics.
2012-03-04 Uwe Hermannsrd: PDs: Use strings for states, too.
2012-02-28 Bert Vermeulensrd: I2C: change format to have ACK/NACK bits as separa...
2012-02-27 Uwe Hermannsrd: PDs: Whitespace and cosmetics.
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-17 Bert VermeulenI2C: no need to copy default option values over from...
2012-01-15 Bert VermeulenI2C: properly use sample numbers in proto/annotation...
2012-01-15 Uwe Hermannsrd: Add 'api_version = 1' to all PDs.
2012-01-15 Uwe Hermannsrd: Each PD now has its own subdirectory.