X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fjtag_stm32%2F__init__.py;h=2b091fb48e056a668321f3fe91aaf209a5cc579d;hb=cac173dbec2b1761414ace8289204945557c8526;hp=bc35c46c8522aac74e907bb359a95460d432b74a;hpb=66a8517ecfea370741c5789d664c9a965b5c0bc2;p=libsigrokdecode.git diff --git a/decoders/jtag_stm32/__init__.py b/decoders/jtag_stm32/__init__.py index bc35c46..2b091fb 100644 --- a/decoders/jtag_stm32/__init__.py +++ b/decoders/jtag_stm32/__init__.py @@ -1,5 +1,5 @@ ## -## This file is part of the sigrok project. +## This file is part of the libsigrokdecode project. ## ## Copyright (C) 2012 Uwe Hermann ## @@ -19,14 +19,12 @@ ## ''' -ST STM32 JTAG protocol decoder. - -TODO. +This decoder stacks on top of the 'jtag' PD and decodes JTAG data specific to +the STM32 microcontroller series. Details: https://en.wikipedia.org/wiki/STM32 http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/REFERENCE_MANUAL/CD00171190.pdf (e.g. chapter 31.7: "JTAG debug port") ''' -from .jtag_stm32 import * - +from .pd import *