]> sigrok.org Git - libsigrokdecode.git/history - decoders/i2c
Drop obsolete report() method.
[libsigrokdecode.git] / decoders / i2c /
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.