Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-30 | sle44xx: fixup boilerplate, add missing required fields | Gerhard Sittig | |
The decoder was created in an older setup and would not load in recent applications. Add missing boilerplate which is mandatory. Rename 'data' since annotation classes and rows must not have ambiguous names, and there is no singular form of 'data' -- use 'fields' instead. This also fixes a missing line termination at the end of the text file. | |||
2020-08-30 | sle44xx: introduce decoder for Siemens memory cards | Federico Cerutti | |
Introduce an initial implementation of the SLE44xx protocol decoder for Siemens/Infineon SLE 4418/28/32/42 memory cards. ATR (Answer To Reset), command and data bytes get displayed, and RESET/abort events are marked. Extracted data bytes are made available as binary output. |