X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=blobdiff_plain;f=decoders%2Farm_tpiu%2Fpd.py;h=29b4605fe72a3f134497b2663ae0f394c35853b8;hp=cda3b093303a36b9280d068e9d1fa8701d502b59;hb=d6d8a8a440ea2a81e6ddde33d16bc84d01cdb432;hpb=4c180223a8ae12feb7bc3601e07e848fb9cdb493 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},