]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/jtag_stm32/__init__.py
sdcard_spi: Define annotation rows.
[libsigrokdecode.git] / decoders / jtag_stm32 / __init__.py
index bc35c46c8522aac74e907bb359a95460d432b74a..8a28528380afecdf53bc122da1a36c9a2d542db7 100644 (file)
@@ -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 <uwe@hermann-uwe.de>
 ##
 ##
 
 '''
-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 *