summaryrefslogtreecommitdiff
path: root/decoders/sdcard_sd
AgeCommit message (Expand)Author
2020-01-13sdcard_sd: Automatically generate token field annotation classes.Uwe Hermann
2020-01-13sdcard_sd: Put 0/1 bits in different annotation classes.Uwe Hermann
2020-01-13sdcard_sd: Put card status fields in their own annotation classes.Uwe Hermann
2020-01-12sdcard_sd: Add basic support for CSD register fields.Uwe Hermann
2020-01-12sdcard_sd: Add basic support for CID register fields.Uwe Hermann
2020-01-12sdcard_sd: Rename some annotation classes.Uwe Hermann
2020-01-11sdcard_sd: Use a Bit class to improve readability.Uwe Hermann
2020-01-11sdcard_sd: Replace a hardcoded number for better readability.Uwe Hermann
2020-01-11sdcard_sd: Clarify some variable/argument names.Uwe Hermann
2020-01-11sdcard_sd: Remove a list that needs manual maintenance.Uwe Hermann
2020-01-10sdcard_sd: Use correct annotation class for R2.Uwe Hermann
2020-01-10sdcard_sd: Use SrdIntEnum for pins.Uwe Hermann
2020-01-10sdcard_sd: Simplify self.putr() invocations.Uwe Hermann
2020-01-10sdcard_sd: Put responses in their own annotation classes.Uwe Hermann
2020-01-10sdcard_sd: Use SrdIntEnum for annotation classes.Uwe Hermann
2020-01-10sdcard_sd: Use SrdStrEnum for the state machine.Uwe Hermann
2020-01-01All PDs: Consistently use singular/plural for annotation classes/rows.Uwe Hermann
2019-04-02decoders: Fix incorrect 'outputs' fields.Uwe Hermann
2019-03-15decoders: Add/update tags for each PD.Uwe Hermann
2019-03-13Add PD tags handling and some tagsSoeren Apel
2017-12-22all decoders: introduce a reset() methodGerhard Sittig
2017-12-22sdcard_sd: remove unused .reset() methodGerhard Sittig
2017-05-13sdcard_sd: reference latest command when displaying responseWolfram Sang
2017-05-13sdcard_sd: output CMD8 in cmd8-handlerWolfram Sang
2017-05-06sdcard_sd: remove unused functionsWolfram Sang
2017-05-02sdcard_sd: really show result of SET_BLOCKLENWolfram Sang
2017-05-02sdcard_sd: always show CMD argument in hexWolfram Sang
2017-05-02sdcard_sd: don't interate over not implemented commandWolfram Sang
2017-01-18sdcard_sd: Convert to PD API version 3Gerhard Sittig
2017-01-07license: remove FSF postal address from boiler plate license textGerhard Sittig
2016-05-25Move common/ directory into decoders/.Uwe Hermann
2016-05-15Use consistent __init__() format across all PDs.Uwe Hermann
2016-05-09Factor out SD card lists into common/sdcard.Uwe Hermann
2015-08-06Add initial SD card (SD mode) decoder.Uwe Hermann