diff options
Diffstat (limited to 'decoders/jtag_stm32')
-rw-r--r-- | decoders/jtag_stm32/pd.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/decoders/jtag_stm32/pd.py b/decoders/jtag_stm32/pd.py index 593ce13..b3e1e46 100644 --- a/decoders/jtag_stm32/pd.py +++ b/decoders/jtag_stm32/pd.py @@ -147,6 +147,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['jtag'] outputs = ['jtag_stm32'] + tags = ['Logic', 'MCU Debugging', 'Bus'] annotations = ( ('item', 'Item'), ('field', 'Field'), |