]> sigrok.org Git - libsigrokdecode.git/history - decoders/i2c.py
i2c: fix address handling
[libsigrokdecode.git] / decoders / i2c.py
2012-01-08 Bert Vermeuleni2c: fix address handling
2012-01-07 Bert Vermeulenexpose SRD_OUTPUT_* as symbols in the sigrokdecode...
2012-01-07 Bert VermeulenDecoder.output_new() now takes an extra protocol_id...
2012-01-07 Bert Vermeulenconvert data coming in from a PD to C structs
2012-01-05 Bert Vermeulennew srd_logic type implementation for PDs to iterate...
2012-01-03 Uwe Hermannsrd: Remove decode() docstrings.
2012-01-03 Uwe Hermannsrd: *.py: Remove one incorrect ord() call.
2011-12-28 Bert Vermeulenpython 3 port
2011-12-28 Bert Vermeulenmake time/duration work, at least when loading from...
2011-12-28 Bert Vermeulennew dynamic output stream registration code, not finished.
2011-12-10 Uwe Hermannsrd: decoders: Don't use problematic and/or construct.
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/.