]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/avr_isp/pd.py
decoders: Various cosmetic/consistency/typo fixes.
[libsigrokdecode.git] / decoders / avr_isp / pd.py
index 2530e8cc23b4c5bb0bb44a3281f96e90977e189d..2d5ec815c060fbe1450f474ac7e3d0dc1d806fe5 100644 (file)
@@ -27,10 +27,11 @@ class Decoder(srd.Decoder):
     id = 'avr_isp'
     name = 'AVR ISP'
     longname = 'AVR In-System Programming'
-    desc = 'Protocol for in-system programming Atmel AVR MCUs.'
+    desc = 'Atmel AVR In-System Programming (ISP) protocol.'
     license = 'gplv2+'
     inputs = ['spi']
     outputs = ['avr_isp']
+    tags = ['Debug/trace']
     annotations = (
         ('pe', 'Programming enable'),
         ('rsb0', 'Read signature byte 0'),