X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fjtag_stm32%2F__init__.py;h=2b091fb48e056a668321f3fe91aaf209a5cc579d;hb=ed758f091ebb31380868041da87812d3e4ea4a94;hp=76186665ac5726e188b276437626adc12b86fa02;hpb=50bd5d259677faf87bb3408e111d0e833d7ba9b4;p=libsigrokdecode.git diff --git a/decoders/jtag_stm32/__init__.py b/decoders/jtag_stm32/__init__.py index 7618666..2b091fb 100644 --- a/decoders/jtag_stm32/__init__.py +++ b/decoders/jtag_stm32/__init__.py @@ -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 * -