]> sigrok.org Git - libsigrokdecode.git/history - scripts/i2c.py
i2c.py: Fix typo resulting in a nonworking script.
[libsigrokdecode.git] / scripts / i2c.py
2010-04-27 Uwe Hermanni2c.py: Fix typo resulting in a nonworking script.
2010-04-24 Uwe HermannI2C decoder format draft (unfinished).
2010-04-23 Uwe HermannVarious small decoder script fixes.
2010-04-23 Uwe HermannVarious Python decoder infrastructure improvements.
2010-04-23 unknownRename sigrokdecode_register_i2c() to register().
2010-04-21 Uwe HermannPython: Use "enums" as states, not strings.
2010-04-18 Uwe HermannPython: Bugfixes (True/False != 1/0).
2010-04-12 Uwe HermannUse psyco (if available) to improve performance.
2010-04-11 Uwe HermannFirst attempt at an I2C decoder (untested).