]> sigrok.org Git - libsigrokdecode.git/history - scripts/transitioncounter.py
Various Python decoder infrastructure improvements.
[libsigrokdecode.git] / scripts / transitioncounter.py
2010-04-23 Uwe HermannVarious Python decoder infrastructure improvements.
2010-04-23 unknowntransitioncounter: Add register() function.
2010-04-18 Uwe HermannPython: Bugfixes (True/False != 1/0).
2010-04-18 Uwe HermannPython: Use range instead of xrange.
2010-04-17 Uwe Hermanntransitioncounter.py: Simplify and optimize a bit.
2010-04-12 Uwe HermannUse psyco (if available) to improve performance.
2010-04-11 Uwe HermannImplement a simple transition counter script.
2010-04-02 Uwe HermannStart of code base layout restructuring.