]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/avr_isp/pd.py
modbus: Make C->S and S->C configurable, add framegap option.
[libsigrokdecode.git] / decoders / avr_isp / pd.py
index 3d6d154bd3b02bdc55dfa46867b6de29a281e4f2..a0719b73dd5614a21332eccd71ef44bf5397d929 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']
+    outputs = []
+    tags = ['Debug/trace']
     annotations = (
         ('pe', 'Programming enable'),
         ('rsb0', 'Read signature byte 0'),