index
:
libsigrokdecode.git
floppy
master
libsigrokdecode
ejona86@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
decoders
/
atsha204a
Age
Commit message (
Collapse
)
Author
2019-04-02
decoders: Fix incorrect 'outputs' fields.
Uwe Hermann
Only add items to 'outputs' if the respective PD actually has OUTPUT_PYTHON support implemented as of right now. Various decoders might get OUTPUT_PYTHON support later, but the 'outputs' field should reflect the current status.
2019-03-16
decoders: Various cosmetic/consistency/typo fixes.
Uwe Hermann
2019-03-15
decoders: Add/update tags for each PD.
Uwe Hermann
2019-03-13
Add PD tags handling and some tags
Soeren Apel
2018-09-10
atsha204a: Add missing full stop in description.
Uwe Hermann
2018-05-26
atsha204a: Add the reset() method.
Uwe Hermann
2018-05-26
atsha204a: Rename a few methods for consistency.
Uwe Hermann
2018-05-26
atsha204a: Shorten a few more code chunks, add helpers.
Uwe Hermann
2018-05-26
atsha204a: Shorten self.opcode to op in a few places.
Uwe Hermann
2018-05-26
atsha204a: Use the Python 'in' keyword to improve readability.
Uwe Hermann
2018-05-26
atsha204a: Shorten output_tx_bytes()/output_rx_bytes() a bit.
Uwe Hermann
2018-05-26
Add decoder for Microchip ATSHA204A crypto module
Michalis Pappas