]> sigrok.org Git - libsigrokdecode.git/blobdiff - decoders/atsha204a/pd.py
avr_isp: Add more parts
[libsigrokdecode.git] / decoders / atsha204a / pd.py
index c0db9a41ed9ac79084a1820095c4449c7cf8d8e4..9f66c85c382dab58af72751c35c44e0ea6a3b716 100644 (file)
@@ -97,7 +97,7 @@ class Decoder(srd.Decoder):
     id = 'atsha204a'
     name = 'ATSHA204A'
     longname = 'Microchip ATSHA204A'
-    desc = 'Microchip ATSHA204A crypto authentication protocol.'
+    desc = 'Microchip ATSHA204A family crypto authentication protocol.'
     license = 'gplv2+'
     inputs = ['i2c']
     outputs = []
@@ -114,8 +114,8 @@ class Decoder(srd.Decoder):
         ('warning', 'Warning'),
     )
     annotation_rows = (
-        ('frame', 'Frame', (0, 1, 2, 3, 4, 5, 6)),
-        ('status', 'Status', (7,)),
+        ('frame', 'Frames', (0, 1, 2, 3, 4, 5, 6)),
+        ('status-vals', 'Status', (7,)),
         ('warnings', 'Warnings', (8,)),
     )