]> sigrok.org Git - libsigrokdecode.git/history - decoders/jtag_stm32
jtag_ejtag: Shorten variable names to ss/es.
[libsigrokdecode.git] / decoders / jtag_stm32 /
2018-05-03 George Hopkinsjtag_stm32: Always switch state on new instruction
2018-05-03 George Hopkinsjtag_stm32: Fix handling of boundary scan TAP
2017-12-22 Gerhard Sittigall decoders: introduce a reset() method
2017-06-16 Uwe HermannMark all stacked decoders as being PD API version 3.
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-05-15 Uwe HermannUse consistent __init__() format across all PDs.
2015-09-03 Uwe Hermannjtag_stm32: Decode IDCODE contents as strings (not...
2015-09-03 Uwe Hermannjtag_stm32: Decode more fields, improve IDCODE handling.
2015-09-03 Uwe Hermannjtag_stm32: Cleanups, shorter code.
2015-09-03 Uwe Hermannjtag_stm32: Update to reflect change in jtag OUT_PYTHON.
2015-09-03 Uwe Hermannjtag_stm32: Fix incorrect handling of registers.
2014-10-13 Uwe HermannAll PDs: Only import the 'Decoder' object.
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-15 Uwe HermannAll PDs: Drop some unneeded comments.
2014-03-10 Bert VermeulenProbes, optional probes and annotations now take a...
2014-03-09 Bert VermeulenRemove unused probes and options
2014-01-30 Uwe Hermanns/out_proto/out_python/.
2014-01-28 Uwe HermannAll PDs: Consistent naming/case for annotation shortnam...
2014-01-28 Uwe HermannAll PDs: Drop unneeded comments.
2014-01-28 Uwe HermannAll PDs: Improve/fix descriptions.
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-05-05 Uwe Hermannsrd: JTAG/SMT32: Some more improvements.
2012-05-03 Uwe Hermannsrd: JTAG/STM32: Factor out dpacc_data_in/out.
2012-05-03 Uwe Hermannsrd: JTAG/STM32: Decode IDCODE[31:0] parts.
2012-05-02 Uwe Hermannsrd: JTAG/STM32: Various improvements, fixes.
2012-04-28 Uwe Hermannsrd: Add initial JTAG/STM32 protocol decoder.