]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/jtag_stm32/__init__.py
All PDs: Only import the 'Decoder' object.
[libsigrokdecode.git] / decoders / jtag_stm32 / __init__.py
index 76186665ac5726e188b276437626adc12b86fa02..9d60c1cbc7be2e1c67b2f3c4be5d7e5a10476d7e 100644 (file)
 ##
 
 '''
-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 .pd import *
-
+from .pd import Decoder