]> sigrok.org Git - libsigrokdecode.git/commitdiff
jtag_ejtag: Add short description in __init__.py.
authorUwe Hermann <redacted>
Thu, 21 Jun 2018 19:55:55 +0000 (21:55 +0200)
committerUwe Hermann <redacted>
Fri, 22 Jun 2018 10:10:52 +0000 (12:10 +0200)
decoders/jtag_ejtag/__init__.py

index 41b3641eac255a94308876964d8378124052f478..1c66dcd5548a9521c249e0283a61366e03f9aadf 100644 (file)
@@ -17,4 +17,9 @@
 ## along with this program; if not, see <http://www.gnu.org/licenses/>.
 ##
 
+'''
+This decoder stacks on top of the 'jtag' PD and decodes JTAG data specific
+to the MIPS EJTAG protocol.
+'''
+
 from .pd import Decoder