From: Uwe Hermann Date: Thu, 21 Jun 2018 19:55:55 +0000 (+0200) Subject: jtag_ejtag: Add short description in __init__.py. X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=b518a2fd73c8b22d3fbb5032ece1e1303df016b1 jtag_ejtag: Add short description in __init__.py. --- diff --git a/decoders/jtag_ejtag/__init__.py b/decoders/jtag_ejtag/__init__.py index 41b3641..1c66dcd 100644 --- a/decoders/jtag_ejtag/__init__.py +++ b/decoders/jtag_ejtag/__init__.py @@ -17,4 +17,9 @@ ## along with this program; if not, see . ## +''' +This decoder stacks on top of the 'jtag' PD and decodes JTAG data specific +to the MIPS EJTAG protocol. +''' + from .pd import Decoder