X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fjtag_stm32%2F__init__.py;h=8a28528380afecdf53bc122da1a36c9a2d542db7;hb=a74855de187198624fefd2c12ef8355e5a869f80;hp=12e667bfc8e5493eae803b8153d6a355330ba1c9;hpb=24c74fd30fb161837c5f8b01baf3c0fe2dfa4ed5;p=libsigrokdecode.git diff --git a/decoders/jtag_stm32/__init__.py b/decoders/jtag_stm32/__init__.py index 12e667b..8a28528 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,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