]> sigrok.org Git - libsigrokdecode.git/history - decoders/usb_signalling/pd.py
Change PD options to be a tuple of dictionaries.
[libsigrokdecode.git] / decoders / usb_signalling / pd.py
2014-03-09 Bert VermeulenChange PD options to be a tuple of dictionaries.
2014-02-01 Uwe Hermannusb_signalling: Define annotation rows.
2014-01-30 Uwe Hermanns/out_proto/out_python/.
2014-01-28 Uwe HermannAll PDs: Drop unneeded comments.
2013-11-15 Bert VermeulenDrop obsolete report() method.
2013-11-15 Bert VermeulenUse the new Decoder.register() API
2013-11-07 Bert VermeulenRename inter-PD output type to SRD_OUTPUT_PYTHON
2013-10-30 Bert VermeulenReceive samplerate via metadata(), not start()
2013-10-10 Uwe Hermannusb_signalling: Drop packet handling.
2013-10-10 Uwe Hermannusb_signalling: Document protocol output format.
2013-09-29 Uwe Hermannusb_signalling: Fix packet annotation.
2013-09-29 Uwe Hermannusb_signalling: Fix EOP handling and annotation.
2013-09-29 Uwe Hermannusb_signalling: Properly use different annotation types.
2013-09-29 Uwe Hermannusb_signalling: Fix decode of individual bits.
2013-09-20 Uwe Hermannusb_signalling: Simplify symbols handling a bit.
2013-09-20 Uwe Hermannusb_signalling: Refactor/simplify bitrate/bitwidth...
2013-09-15 Uwe Hermannusb_signalling: Fix start/end sample numbers.
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2013-01-01 Uwe HermannSmall cosmetic/consistency fixes in the PDs.
2012-11-24 Uwe HermannAll PDs: Name the files pd.py consistently.