]> sigrok.org Git - libsigrokdecode.git/commit
Add initial SD card (SD mode) decoder.
authorUwe Hermann <redacted>
Thu, 6 Aug 2015 17:27:04 +0000 (19:27 +0200)
committerUwe Hermann <redacted>
Thu, 6 Aug 2015 17:28:58 +0000 (19:28 +0200)
commit08c41387ca016a59c041c8bc76efab037da5894a
tree146ccb797a9ccf1eb242da818815297f6a9d18a2
parentfbff319f0a65e2d87a609f77a32b26ef200a5215
Add initial SD card (SD mode) decoder.

In the current state the decoder can decode the following commands:
CMD0, CMD2, CMD3, CMD6, CMD7, CMD8, CMD9, CMD10, CMD13, CMD16, CMD55,
ACMD6, ACMD13, ACMD41, ACMD51.

Other commands (and more details for existing commands) will be added later.
decoders/sdcard_sd/__init__.py [new file with mode: 0644]
decoders/sdcard_sd/lists.py [new file with mode: 0644]
decoders/sdcard_sd/pd.py [new file with mode: 0644]