]> sigrok.org Git - libsigrokdecode.git/commit
Factor out SD card lists into common/sdcard.
authorUwe Hermann <redacted>
Thu, 5 May 2016 17:56:58 +0000 (19:56 +0200)
committerUwe Hermann <redacted>
Mon, 9 May 2016 09:59:36 +0000 (11:59 +0200)
commitada4c3a342cdfc40bb83a927ece536cc984e27be
treebaac70b24031545309fae547f58663982a50584a
parent769ed325837271b76beca1e74a037cf8bb91f4b3
Factor out SD card lists into common/sdcard.

These are used by the sdcard_spi and sdcard_sd decoders.
common/sdcard/__init__.py [new file with mode: 0644]
common/sdcard/mod.py [new file with mode: 0644]
decoders/sdcard_sd/__init__.py
decoders/sdcard_sd/lists.py [deleted file]
decoders/sdcard_sd/pd.py
decoders/sdcard_spi/pd.py