]> sigrok.org Git - libsigrokdecode.git/commit
decoders: Drop psyco stuff, seems obsolete.
authorUwe Hermann <redacted>
Sun, 27 Nov 2011 21:27:36 +0000 (22:27 +0100)
committerUwe Hermann <redacted>
Sun, 27 Nov 2011 21:27:36 +0000 (22:27 +0100)
commit4e338c00bda2e81210bf7569f29b77999a1d2bfb
tree3445e4320ae7bb072a46dcc7447b6c70f719049f
parente100d51ec0909db8f93c837ea1fd92a08461b781
decoders: Drop psyco stuff, seems obsolete.

The psyco module seems to be mostly unmaintained at this point, it does
not support Python 2.7 or higher at all, it only supports x86, it doesn't
support 64 bit systems at all, etc. etc.

We should try to find other ways to optimize our decoders for speed.
decoders/i2c.py
decoders/nunchuk.py
decoders/transitioncounter.py