summaryrefslogtreecommitdiff
path: root/decoders/arm_etmv3/pd.py
diff options
context:
space:
mode:
Diffstat (limited to 'decoders/arm_etmv3/pd.py')
-rw-r--r--decoders/arm_etmv3/pd.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/decoders/arm_etmv3/pd.py b/decoders/arm_etmv3/pd.py
index 133196a..3608ac6 100644
--- a/decoders/arm_etmv3/pd.py
+++ b/decoders/arm_etmv3/pd.py
@@ -130,8 +130,8 @@ class Decoder(srd.Decoder):
api_version = 3
id = 'arm_etmv3'
name = 'ARM ETMv3'
- longname = 'ARM Embedded Trace Macroblock'
- desc = 'Decode ETM instruction trace packets.'
+ longname = 'ARM Embedded Trace Macroblock v3'
+ desc = 'ARM ETM v3 instruction trace protocol.'
license = 'gplv2+'
inputs = ['uart']
outputs = ['arm_etmv3']