]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/jtag/jtag.py
srd: JTAG: Add some more docs.
[libsigrokdecode.git] / decoders / jtag / jtag.py
index 5d404120e4f2ccb72afdc816a2ccdfac803ba0f1..197d5a65462369683f2b073bbfa91d3d8f49541f 100644 (file)
@@ -27,7 +27,7 @@ class Decoder(srd.Decoder):
     id = 'jtag'
     name = 'JTAG'
     longname = 'Joint Test Action Group'
-    desc = 'TODO.'
+    desc = 'Protocol for testing, debugging, and flashing ICs.'
     license = 'gplv2+'
     inputs = ['logic']
     outputs = ['jtag']