index
:
libsigrokdecode.git
floppy
master
libsigrokdecode
ejona86@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
decoders
/
sdcard_sd
Age
Commit message (
Expand
)
Author
2020-01-13
sdcard_sd: Automatically generate token field annotation classes.
Uwe Hermann
2020-01-13
sdcard_sd: Put 0/1 bits in different annotation classes.
Uwe Hermann
2020-01-13
sdcard_sd: Put card status fields in their own annotation classes.
Uwe Hermann
2020-01-12
sdcard_sd: Add basic support for CSD register fields.
Uwe Hermann
2020-01-12
sdcard_sd: Add basic support for CID register fields.
Uwe Hermann
2020-01-12
sdcard_sd: Rename some annotation classes.
Uwe Hermann
2020-01-11
sdcard_sd: Use a Bit class to improve readability.
Uwe Hermann
2020-01-11
sdcard_sd: Replace a hardcoded number for better readability.
Uwe Hermann
2020-01-11
sdcard_sd: Clarify some variable/argument names.
Uwe Hermann
2020-01-11
sdcard_sd: Remove a list that needs manual maintenance.
Uwe Hermann
2020-01-10
sdcard_sd: Use correct annotation class for R2.
Uwe Hermann
2020-01-10
sdcard_sd: Use SrdIntEnum for pins.
Uwe Hermann
2020-01-10
sdcard_sd: Simplify self.putr() invocations.
Uwe Hermann
2020-01-10
sdcard_sd: Put responses in their own annotation classes.
Uwe Hermann
2020-01-10
sdcard_sd: Use SrdIntEnum for annotation classes.
Uwe Hermann
2020-01-10
sdcard_sd: Use SrdStrEnum for the state machine.
Uwe Hermann
2020-01-01
All PDs: Consistently use singular/plural for annotation classes/rows.
Uwe Hermann
2019-04-02
decoders: Fix incorrect 'outputs' fields.
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
2017-12-22
all decoders: introduce a reset() method
Gerhard Sittig
2017-12-22
sdcard_sd: remove unused .reset() method
Gerhard Sittig
2017-05-13
sdcard_sd: reference latest command when displaying response
Wolfram Sang
2017-05-13
sdcard_sd: output CMD8 in cmd8-handler
Wolfram Sang
2017-05-06
sdcard_sd: remove unused functions
Wolfram Sang
2017-05-02
sdcard_sd: really show result of SET_BLOCKLEN
Wolfram Sang
2017-05-02
sdcard_sd: always show CMD argument in hex
Wolfram Sang
2017-05-02
sdcard_sd: don't interate over not implemented command
Wolfram Sang
2017-01-18
sdcard_sd: Convert to PD API version 3
Gerhard Sittig
2017-01-07
license: remove FSF postal address from boiler plate license text
Gerhard Sittig
2016-05-25
Move common/ directory into decoders/.
Uwe Hermann
2016-05-15
Use consistent __init__() format across all PDs.
Uwe Hermann
2016-05-09
Factor out SD card lists into common/sdcard.
Uwe Hermann
2015-08-06
Add initial SD card (SD mode) decoder.
Uwe Hermann