]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/jtag_stm32/__init__.py
rfm12: Avoid using the Python 'range' keyword as variable.
[libsigrokdecode.git] / decoders / jtag_stm32 / __init__.py
index 76186665ac5726e188b276437626adc12b86fa02..2b091fb48e056a668321f3fe91aaf209a5cc579d 100644 (file)
@@ -19,9 +19,8 @@
 ##
 
 '''
-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
@@ -29,4 +28,3 @@ http://www.st.com/internet/com/TECHNICAL_RESOURCES/TECHNICAL_LITERATURE/REFERENC
 '''
 
 from .pd import *
-