]> sigrok.org Git - libsigrokdecode.git/history - decoders/parallel/pd.py
avr_isp: Add more parts
[libsigrokdecode.git] / decoders / parallel / pd.py
2022-10-03 Gerhard Sittigparallel: flush accumulated data when input data is...
2021-12-17 Soeren Apelparallel: Add binary output
2020-11-11 Gerhard Sittigparallel: increase number of data lines to 16
2020-11-11 Gerhard Sittigparallel: adjust Python output to match its documentation
2020-11-11 Gerhard Sittigparallel: rephrase word accumulation after reset introd...
2020-11-11 Gerhard Sittigparallel: add support for optional reset/enable/select...
2020-11-11 Gerhard Sittigparallel: add option to sample data on either clock...
2020-11-11 Gerhard Sittigparallel: rephrase handling of data lines, symbolic...
2020-11-07 Gerhard Sittigparallel: symbolic names for pins and annotation classes
2020-01-01 Uwe HermannAll PDs: Consistently use singular/plural for annotatio...
2019-03-14 Uwe Hermanndecoders: Add/update tags for each PD.
2019-03-13 Soeren ApelAdd PD tags handling and some tags
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-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-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.