]> sigrok.org Git - libsigrokdecode.git/history - decoders/guess_bitrate/pd.py
Add a CFP decoder.
[libsigrokdecode.git] / decoders / guess_bitrate / pd.py
2017-12-22 Gerhard Sittigall decoders: introduce a reset() method
2017-06-21 Gerhard Sittigguess_bitrate: Eliminate internal state of the decoder
2017-06-05 Uwe HermannAdd srd_inst_initial_pins_set_all() and support code.
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-12-07 Uwe Hermannguess_bitrate: Convert to PD API version 3.
2016-05-15 Uwe HermannUse consistent __init__() format across all PDs.
2014-07-15 Uwe HermannAll PDs: Minor whitespace and consistency fixes.
2014-07-09 Uwe HermannVarious PDs: Throw SamplerateError instead of Exception.
2014-04-15 Uwe HermannAll PDs: Bump api_version to 2.
2014-04-15 Uwe HermannAll PDs: Drop some unneeded comments.
2014-04-13 Uwe HermannRename 'probe' to 'channel' everywhere.
2014-03-10 Bert VermeulenProbes, optional probes and annotations now take a...
2014-03-09 Bert VermeulenRemove unused probes and options
2014-02-01 Uwe Hermannguess_bitrate: start() doesn't take a metadata argument...
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-25 Uwe HermannAdd a 'guess_bitrate' protocol decoder.