From d6d8a8a440ea2a81e6ddde33d16bc84d01cdb432 Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Fri, 15 Mar 2019 00:57:04 +0100 Subject: decoders: Add/update tags for each PD. --- decoders/arm_tpiu/pd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'decoders/arm_tpiu') 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}, -- cgit v1.2.3-70-g09d2