]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/jtag_stm32/pd.py
avr_isp: Add more parts
[libsigrokdecode.git] / decoders / jtag_stm32 / pd.py
index b3e1e46551e3b34e5620b9669a04bb5827de4af1..82558b820f97577b768637f1da74c8e7921a0e63 100644 (file)
@@ -146,8 +146,8 @@ class Decoder(srd.Decoder):
     desc = 'ST STM32-specific JTAG protocol.'
     license = 'gplv2+'
     inputs = ['jtag']
-    outputs = ['jtag_stm32']
-    tags = ['Logic', 'MCU Debugging', 'Bus']
+    outputs = []
+    tags = ['Debug/trace']
     annotations = (
         ('item', 'Item'),
         ('field', 'Field'),