X-Git-Url: http://sigrok.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=decoders%2Fatsha204a%2Fpd.py;h=2fb9b520982f684021d16d8afd9b888221a76123;hb=7592278ad81ee057718b01b4e9e18a99e833b51d;hp=2353178d93c951b5f9375c4af73be6f897cc8b55;hpb=719bde9b1c078bfc61b800f6bddf43c5e3d4e0d6;p=libsigrokdecode.git diff --git a/decoders/atsha204a/pd.py b/decoders/atsha204a/pd.py index 2353178..2fb9b52 100644 --- a/decoders/atsha204a/pd.py +++ b/decoders/atsha204a/pd.py @@ -85,10 +85,11 @@ class Decoder(srd.Decoder): id = 'atsha204a' name = 'ATSHA204A' longname = 'Microchip ATSHA204A' - desc = 'Microchip ATSHA204A CryptoAuthentication device' + desc = 'Microchip ATSHA204A crypto authentication protocol.' license = 'gplv2+' inputs = ['i2c'] - outputs = ['atsha204a'] + outputs = [] + tags = ['Security/crypto', 'IC', 'Memory'] annotations = ( ('waddr', 'Word address'), ('count', 'Count'),