]> sigrok.org Git - libsigrokdecode.git/history - decoders/jtag
rfm12: Avoid using the Python 'range' keyword as variable.
[libsigrokdecode.git] / decoders / jtag /
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: More consistent OUTPUT_PYTHON format docs.
2014-04-15 Uwe HermannAll PDs: Bump api_version to 2.
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-23 Uwe Hermannjtag: Use list comprehensions.
2014-01-30 Uwe Hermanns/out_proto/out_python/.
2014-01-28 Uwe HermannAll PDs: Drop unneeded comments.
2014-01-28 Uwe HermannAll PDs: Improve/fix descriptions.
2013-12-28 Uwe Hermannjtag: Use proper annotation classes, fix GUI usage.
2013-12-28 Uwe Hermannjtag: Refactor and simplify some code.
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-30 Bert VermeulenThe start() method no longer takes a metadata parameter
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2012-11-24 Uwe HermannAll PDs: Name the files pd.py consistently.
2012-06-12 Uwe Hermannsrd: Cosmetics.
2012-06-12 Uwe Hermannsrd: jtag: Document current (WIP) protocol output format.
2012-05-29 Uwe Hermannsrd: Cosmetics.
2012-05-10 Uwe Hermannsrd: JTAG: Enavble and get/use optional probes.
2012-05-08 Uwe Hermannsrd: Remove TODOs from annotation format names.
2012-05-02 Uwe Hermannsrd: JTAG: Also show the bitstrings in hex (for now).
2012-04-28 Uwe Hermannsrd: JTAG: Add some more docs.
2012-04-28 Uwe Hermannsrd: JTAG: The TRST# (and SRST#) signals are optional.
2012-04-28 Uwe Hermannsrd: jtag: Various bugfixes.
2012-04-26 Uwe Hermannsrd: Add initial JTAG protocol decoder.