X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=decoders%2Fjtag%2Fjtag.py;h=4e27ce8477cdb09d48214f7143e81b093efbccce;hb=2dc6d41c64a8235308e61b4f9b509c7fecb2b502;hp=baeb764e43a2e7d9aee13f91a124a8260b1e9ae6;hpb=1cc590f73673ce209ae41d6aa42ffa9a60649415;p=libsigrokdecode.git diff --git a/decoders/jtag/jtag.py b/decoders/jtag/jtag.py index baeb764..4e27ce8 100644 --- a/decoders/jtag/jtag.py +++ b/decoders/jtag/jtag.py @@ -26,7 +26,7 @@ class Decoder(srd.Decoder): api_version = 1 id = 'jtag' name = 'JTAG' - longname = 'Joint Test Action Group' + longname = 'Joint Test Action Group (IEEE 1149.1)' desc = 'Protocol for testing, debugging, and flashing ICs.' license = 'gplv2+' inputs = ['logic']