diff options
Diffstat (limited to 'decoders/arm_itm')
-rw-r--r-- | decoders/arm_itm/pd.py | 1 |
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'}, |