X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=decoders%2Farm_tpiu%2Fpd.py;fp=decoders%2Farm_tpiu%2Fpd.py;h=29b4605fe72a3f134497b2663ae0f394c35853b8;hb=3f5f3a92889e2f297ee6b94362e587a2994f896b;hp=f50af65b471b652814aaa45f22185a8afc8ea7e3;hpb=07b9781940ed3c194805ff08e20ae32a90098cb5;p=libsigrokdecode.git diff --git a/decoders/arm_tpiu/pd.py b/decoders/arm_tpiu/pd.py index f50af65..29b4605 100644 --- a/decoders/arm_tpiu/pd.py +++ b/decoders/arm_tpiu/pd.py @@ -28,6 +28,7 @@ class Decoder(srd.Decoder): license = 'gplv2+' inputs = ['uart'] outputs = ['uart'] # Emulate uart output so that arm_itm/arm_etm can stack. + tags = ['Debug/trace'] options = ( {'id': 'stream', 'desc': 'Stream index', 'default': 1}, {'id': 'sync_offset', 'desc': 'Initial sync offset', 'default': 0},