]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/arm_tpiu/pd.py
decoders: Add/update tags for each PD.
[libsigrokdecode.git] / decoders / arm_tpiu / pd.py
index cda3b093303a36b9280d068e9d1fa8701d502b59..29b4605fe72a3f134497b2663ae0f394c35853b8 100644 (file)
@@ -28,7 +28,7 @@ class Decoder(srd.Decoder):
     license = 'gplv2+'
     inputs = ['uart']
     outputs = ['uart'] # Emulate uart output so that arm_itm/arm_etm can stack.
-    tags = ['Logic', 'MCU Debugging']
+    tags = ['Debug/trace']
     options = (
         {'id': 'stream', 'desc': 'Stream index', 'default': 1},
         {'id': 'sync_offset', 'desc': 'Initial sync offset', 'default': 0},