]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/avr_isp/pd.py
Add PD tags handling and some tags
[libsigrokdecode.git] / decoders / avr_isp / pd.py
index 2530e8cc23b4c5bb0bb44a3281f96e90977e189d..3d6d154bd3b02bdc55dfa46867b6de29a281e4f2 100644 (file)
@@ -31,6 +31,7 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['spi']
     outputs = ['avr_isp']
+    tags = ['Logic', 'MCU Debugging']
     annotations = (
         ('pe', 'Programming enable'),
         ('rsb0', 'Read signature byte 0'),