]> sigrok.org Git - libsigrokdecode.git/history - decoders/parallel
type_decoder.c: Fix trailing whitespace.
[libsigrokdecode.git] / decoders / parallel /
2018-02-13 Gerhard Sittigparallel: expand 'wordsize' description (bits vs cycles)
2018-01-01 Gerhard Sittigparallel: implement consistent number formatting
2018-01-01 Gerhard Sittigparallel: unbreak and improve "word" de-multiplexing
2018-01-01 Gerhard Sittigparallel: cope with sparse input mappings, assume zero...
2018-01-01 Gerhard Sittigparallel: address minor style nits, no change in behaviour
2018-01-01 Gerhard Sittigparallel: unify decode() code paths with and without...
2017-12-22 Gerhard Sittigall decoders: introduce a reset() method
2017-06-05 Uwe HermannAdd srd_inst_initial_pins_set_all() and support code.
2017-03-03 Uwe HermannDrop obsolete workarounds in PDs.
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-12-07 Uwe Hermannparallel: Convert to PD API version 3.
2014-10-13 Uwe HermannAll PDs: Only import the 'Decoder' object.
2014-08-14 Uwe Hermannparallel: Enforce that at least one pin must be provided.
2014-07-15 Uwe HermannAll PDs: Minor whitespace and consistency fixes.
2014-07-09 Uwe HermannAll PDs: Drop unneeded exceptions.
2014-04-15 Uwe HermannAll PDs: Bump api_version to 2.
2014-04-13 Uwe HermannRename 'probe' to 'channel' everywhere.
2014-03-12 Uwe HermannVarious PDs: Minor option related fixes.
2014-03-10 Bert VermeulenProbes, optional probes and annotations now take a...
2014-03-09 Bert VermeulenRemove unused probes and options
2014-03-09 Bert VermeulenChange PD options to be a tuple of dictionaries.
2014-01-30 Uwe Hermanns/out_proto/out_python/.
2014-01-28 Uwe HermannAll PDs: Drop unneeded comments.
2014-01-13 Uwe Hermannparallel: Make CLK probe optional.
2013-12-04 Uwe Hermannparallel: start(): Drop obsoleted metadata parameter.
2013-11-27 Bert VermeulenAutomate protocol decoder installation.
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-21 Uwe Hermannparallel: Limit number of probes to 8 for now.
2013-10-20 Uwe HermannAdd initial sync parallel bus decoder.