Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-23 | Rename sigrokdecode_register_i2c() to register(). | unknown | |
2010-04-23 | transitioncounter: Add register() function. | unknown | |
2010-04-21 | Python: Use "enums" as states, not strings. | Uwe Hermann | |
Also, fix a typo. | |||
2010-04-18 | Python: Bugfixes (True/False != 1/0). | Uwe Hermann | |
2010-04-18 | Python: Use range instead of xrange. | Uwe Hermann | |
For small numbers range seems to be faster, and xramge is being removed anyway in Python 3 AFAIK. | |||
2010-04-18 | transitioncounter.py: Simplify and optimize a bit. | Uwe Hermann | |
2010-04-12 | Use psyco (if available) to improve performance. | Uwe Hermann | |
2010-04-11 | First attempt at an I2C decoder (untested). | Uwe Hermann | |
2010-04-11 | Implement a simple transition counter script. | Uwe Hermann | |
2010-04-02 | Start of code base layout restructuring. | Uwe Hermann | |