]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/jtag_stm32/pd.py
Add PD tags handling and some tags
[libsigrokdecode.git] / decoders / jtag_stm32 / pd.py
index 593ce137bc8dc25aad587f442b3baec110dd8b20..b3e1e46551e3b34e5620b9669a04bb5827de4af1 100644 (file)
@@ -147,6 +147,7 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['jtag']
     outputs = ['jtag_stm32']
+    tags = ['Logic', 'MCU Debugging', 'Bus']
     annotations = (
         ('item', 'Item'),
         ('field', 'Field'),