]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/avr_isp/pd.py
add a Maxim DS2408 decoder
[libsigrokdecode.git] / decoders / avr_isp / pd.py
index 3d6d154bd3b02bdc55dfa46867b6de29a281e4f2..2d5ec815c060fbe1450f474ac7e3d0dc1d806fe5 100644 (file)
@@ -27,11 +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 = ['Logic', 'MCU Debugging']
+    tags = ['Debug/trace']
     annotations = (
         ('pe', 'Programming enable'),
         ('rsb0', 'Read signature byte 0'),