]> sigrok.org Git - libsigrokdecode.git/history - decoders/i2c.py
srd: Update decoders to changed API.
[libsigrokdecode.git] / decoders / i2c.py
2011-12-04 Uwe Hermannsrd: Update decoders to changed API.
2011-12-04 Bert Vermeulenrefactored PD framework, now using new sigrok.Decoder...
2011-12-01 Gareth McMullinsrd: PDs now explicitly register with sigrok module.
2011-12-01 Uwe Hermannsrd: i2c.py: States are global, not per-instance.
2011-11-27 Uwe Hermanndecoders: Drop psyco stuff, seems obsolete.
2011-11-27 Uwe Hermannsrd: Python: Consistently use single quotes for strings.
2011-11-27 Uwe Hermannsrd: i2c.py: Docstrings should use """.
2011-11-27 Uwe Hermannsrd: i2c.py: Mark Repeated Start condition as 'Sr'.
2011-11-27 Uwe Hermannsrd: i2c.py: Rework I2C decoder.
2011-11-27 Gareth McMullinsrd: Pass metadata to decoders only on SR_DF_HEADER.
2011-11-24 Uwe Hermannsrd: i2c.py: Convert to new API (unfinished).
2011-11-23 Uwe HermannDecoders: Use 4 spaces for indentation as per PEP-8.
2011-11-20 Kristoffer SjöbergPartial implementation of the streaming PD API.
2011-02-06 Uwe HermannPython decoders: Add more metadata.
2011-01-10 Uwe HermannRename the scripts/ directory to decoders/.