summaryrefslogtreecommitdiff
path: root/decoders/arm_itm
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/arm_itm')
-rw-r--r--decoders/arm_itm/pd.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/arm_itm/pd.py b/decoders/arm_itm/pd.py
index 5970f27..e284d27 100644
--- a/decoders/arm_itm/pd.py
+++ b/decoders/arm_itm/pd.py
@@ -45,6 +45,7 @@ class Decoder(srd.Decoder):
license = 'gplv2+'
inputs = ['uart']
outputs = ['arm_itm']
+ tags = ['Logic', 'MCU Debugging']
options = (
{'id': 'objdump', 'desc': 'objdump path',
'default': 'arm-none-eabi-objdump'},