]> sigrok.org Git - libsigrokdecode.git/commitdiff
atsha204a: Mention ATECC508A support in docs.
authorUwe Hermann <redacted>
Tue, 30 Apr 2019 20:15:54 +0000 (22:15 +0200)
committerUwe Hermann <redacted>
Tue, 30 Apr 2019 20:15:54 +0000 (22:15 +0200)
decoders/atsha204a/__init__.py
decoders/atsha204a/pd.py

index 678e4fe678ed69ceb6e407b71ce6b0dae4019068..c46533a6a42568d0a5a4f5df852bd85eb80c3d6b 100644 (file)
@@ -19,7 +19,7 @@
 
 '''
 This decoder stacks on top of the 'i2c' PD and decodes the
-Microchip ATSHA204A crypto authentication protocol.
+Microchip ATSHA204A and ATECC508A crypto authentication protocol.
 '''
 
 from .pd import Decoder
index c0db9a41ed9ac79084a1820095c4449c7cf8d8e4..c666332a63917f8bff535a7d9dc3b8f60cffc3e4 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 = []