From: Uwe Hermann Date: Tue, 30 Apr 2019 20:15:54 +0000 (+0200) Subject: atsha204a: Mention ATECC508A support in docs. X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=81f301b4c84c2993afd87773aff6d10130f2dceb atsha204a: Mention ATECC508A support in docs. --- diff --git a/decoders/atsha204a/__init__.py b/decoders/atsha204a/__init__.py index 678e4fe..c46533a 100644 --- a/decoders/atsha204a/__init__.py +++ b/decoders/atsha204a/__init__.py @@ -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 diff --git a/decoders/atsha204a/pd.py b/decoders/atsha204a/pd.py index c0db9a4..c666332 100644 --- a/decoders/atsha204a/pd.py +++ b/decoders/atsha204a/pd.py @@ -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 = []