]> sigrok.org Git - libsigrokdecode.git/history - decoders/i2c/pd.py
avr_isp: Add more parts
[libsigrokdecode.git] / decoders / i2c / pd.py
2023-07-18 Gerhard Sittigi2c: rephrase state machine, eliminate text matching
2023-07-18 Gerhard Sittigi2c: concentrate sample number and value getting in...
2023-07-18 Gerhard Sittigi2c: also shift first address byte for 10bit slave...
2023-07-18 Gerhard Sittigi2c: unobfuscate ss/es passing for put, document BITS...
2023-07-18 Gerhard Sittigi2c: improve reliability of bitrate estimation (through...
2023-07-18 Gerhard Sittigi2c: unify emission of annotations, always use proto...
2023-07-18 Gerhard Sittigi2c: more idiomatic use of Python list, reduces redunda...
2023-07-18 Gerhard Sittigi2c: add support for 10bit slave addresses
2023-07-18 Gerhard Sittigi2c: rename variables and adjust data types for readability
2020-01-01 Uwe HermannAll PDs: Consistently use singular/plural for annotatio...
2019-03-14 Uwe Hermanndecoders: Add/update tags for each PD.
2019-03-13 Soeren ApelAdd PD tags handling and some tags
2018-02-13 Gerhard Sittigi2c: make input samplerate optional
2018-01-13 Uwe Hermanni2c: Drop obsolete 10bit slave address TODO.
2017-12-22 Gerhard Sittigall decoders: introduce a reset() method
2017-06-21 Gerhard Sittigi2c: Don't drop the first sample of input data
2017-06-05 Uwe HermannAdd srd_inst_initial_pins_set_all() and support code.
2017-03-03 Uwe HermannDrop obsolete workarounds in PDs.
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.