summaryrefslogtreecommitdiff
path: root/decoders/arm_tpiu
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/arm_tpiu')
-rw-r--r--decoders/arm_tpiu/pd.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/decoders/arm_tpiu/pd.py b/decoders/arm_tpiu/pd.py
index cda3b09..29b4605 100644
--- a/decoders/arm_tpiu/pd.py
+++ b/decoders/arm_tpiu/pd.py
@@ -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},