]> sigrok.org Git - libsigrokdecode.git/history - decoders/transitioncounter.py
srd: Finish consistency rename to ANN/PROTO.
[libsigrokdecode.git] / decoders / transitioncounter.py
2012-01-10 Uwe Hermannsrd: Finish consistency rename to ANN/PROTO.
2012-01-10 Uwe Hermannsrd: self.add: Use sigrokdecode.SRD_OUTPUT_*.
2012-01-10 Uwe Hermannsrd: output_{protocol,annotation} -> out_{proto,ann}.
2012-01-10 Uwe Hermannsrd: s/output_new/add/ for all decoders.
2012-01-05 Uwe Hermannsrd: Update transitioncounter to the new API.
2012-01-03 Uwe Hermannsrd: Remove decode() docstrings.
2012-01-03 Uwe Hermannsrd: *.py: Remove one incorrect ord() call.
2012-01-03 Uwe Hermannsrd: Quick hack to make transitioncounter.py work again.
2011-12-04 Uwe Hermannsrd: Update decoders to changed API.
2011-12-01 Gareth McMullinsrd: Changed nunchuk and transitioncounter to new regis...
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 Gareth McMullinsrd: Pass metadata to decoders only on SR_DF_HEADER.
2011-11-23 Uwe Hermanntransitioncounter.py: Convert to new API.
2011-11-23 Uwe HermannDecoders: Use 4 spaces for indentation as per PEP-8.
2011-11-20 Kristoffer SjöbergPass multiple samples to the protocol decoder and adapt...
2011-11-20 Kristoffer SjöbergUpdate transitioncounter.py to the streaming PD API.
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/.