]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/arm_etmv3/pd.py
Add PD tags handling and some tags
[libsigrokdecode.git] / decoders / arm_etmv3 / pd.py
index 59168248a0eb0c1f603d3c9a43ce83ebc6f193cd..b038604ba7e44f5d5d0a5b292448748496f42224 100644 (file)
@@ -135,6 +135,7 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['uart']
     outputs = ['arm_etmv3']
+    tags = ['Logic', 'MCU Debugging']
     annotations = (
         ('trace', 'Trace info'),
         ('branch', 'Branches'),