From 4c180223a8ae12feb7bc3601e07e848fb9cdb493 Mon Sep 17 00:00:00 2001 From: Soeren Apel Date: Fri, 28 Dec 2018 11:41:41 +0100 Subject: Add PD tags handling and some tags --- decoders/jtag_stm32/pd.py | 1 + 1 file changed, 1 insertion(+) (limited to 'decoders/jtag_stm32') 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'), -- cgit v1.2.3-70-g09d2