]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/uart/pd.py
Add PD tags handling and some tags
[libsigrokdecode.git] / decoders / uart / pd.py
index 4bb68a419fdadf46c4f5d3b09515d256e84ced48..fa1bca9d3ece8f662fdc1a62f44c9a3f30200630 100644 (file)
@@ -87,6 +87,7 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['logic']
     outputs = ['uart']
+    tags = ['Logic', 'Bus']
     optional_channels = (
         # Allow specifying only one of the signals, e.g. if only one data
         # direction exists (or is relevant).