summaryrefslogtreecommitdiff
path: root/decoders/atsha204a
AgeCommit message (Expand)Author
2020-01-01All PDs: Consistently use singular/plural for annotation classes/rows.Uwe Hermann
2019-04-30atsha204a: Mention other potentially supported devices.Uwe Hermann
2019-04-30atsha204a: Mention ATECC508A support in docs.Uwe Hermann
2019-04-30atsha204a: Minor indentation fixes.Uwe Hermann
2019-04-30atsha204a: Only call output_tx_bytes() when the bytes buffer is not emptyMichalis Pappas
2019-04-30atsha204a: Display OtherData parameter correctly when Verify command is execu...Michalis Pappas
2019-04-30atsha204a: Add support for ATECC508AMichalis Pappas
2019-04-02decoders: Fix incorrect 'outputs' fields.Uwe Hermann
2019-03-16decoders: Various cosmetic/consistency/typo fixes.Uwe Hermann
2019-03-15decoders: Add/update tags for each PD.Uwe Hermann
2019-03-13Add PD tags handling and some tagsSoeren Apel
2018-09-10atsha204a: Add missing full stop in description.Uwe Hermann
2018-05-26atsha204a: Add the reset() method.Uwe Hermann
2018-05-26atsha204a: Rename a few methods for consistency.Uwe Hermann
2018-05-26atsha204a: Shorten a few more code chunks, add helpers.Uwe Hermann
2018-05-26atsha204a: Shorten self.opcode to op in a few places.Uwe Hermann
2018-05-26atsha204a: Use the Python 'in' keyword to improve readability.Uwe Hermann
2018-05-26atsha204a: Shorten output_tx_bytes()/output_rx_bytes() a bit.Uwe Hermann
2018-05-26Add decoder for Microchip ATSHA204A crypto moduleMichalis Pappas