]> sigrok.org Git - libsigrokdecode.git/history - decoders/sdcard_sd/pd.py
avr_isp: Add more parts
[libsigrokdecode.git] / decoders / sdcard_sd / pd.py
2020-01-13 Uwe Hermannsdcard_sd: Automatically generate token field annotatio...
2020-01-12 Uwe Hermannsdcard_sd: Put 0/1 bits in different annotation classes.
2020-01-12 Uwe Hermannsdcard_sd: Put card status fields in their own annotati...
2020-01-12 Uwe Hermannsdcard_sd: Add basic support for CSD register fields.
2020-01-12 Uwe Hermannsdcard_sd: Add basic support for CID register fields.
2020-01-12 Uwe Hermannsdcard_sd: Rename some annotation classes.
2020-01-11 Uwe Hermannsdcard_sd: Use a Bit class to improve readability.
2020-01-11 Uwe Hermannsdcard_sd: Replace a hardcoded number for better readab...
2020-01-10 Uwe Hermannsdcard_sd: Clarify some variable/argument names.
2020-01-10 Uwe Hermannsdcard_sd: Remove a list that needs manual maintenance.
2020-01-10 Uwe Hermannsdcard_sd: Use correct annotation class for R2.
2020-01-10 Uwe Hermannsdcard_sd: Use SrdIntEnum for pins.
2020-01-10 Uwe Hermannsdcard_sd: Simplify self.putr() invocations.
2020-01-10 Uwe Hermannsdcard_sd: Put responses in their own annotation classes.
2020-01-10 Uwe Hermannsdcard_sd: Use SrdIntEnum for annotation classes.
2020-01-10 Uwe Hermannsdcard_sd: Use SrdStrEnum for the state machine.
2020-01-01 Uwe HermannAll PDs: Consistently use singular/plural for annotatio...
2019-04-02 Uwe Hermanndecoders: Fix incorrect 'outputs' fields.
2019-03-14 Uwe Hermanndecoders: Add/update tags for each PD.
2019-03-13 Soeren ApelAdd PD tags handling and some tags
2017-12-22 Gerhard Sittigall decoders: introduce a reset() method
2017-12-22 Gerhard Sittigsdcard_sd: remove unused .reset() method
2017-05-13 Wolfram Sangsdcard_sd: reference latest command when displaying...
2017-05-13 Wolfram Sangsdcard_sd: output CMD8 in cmd8-handler
2017-05-06 Wolfram Sangsdcard_sd: remove unused functions
2017-05-02 Wolfram Sangsdcard_sd: really show result of SET_BLOCKLEN
2017-05-02 Wolfram Sangsdcard_sd: always show CMD argument in hex
2017-05-02 Wolfram Sangsdcard_sd: don't interate over not implemented command
2017-01-18 Gerhard Sittigsdcard_sd: Convert to PD API version 3
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-05-25 Uwe HermannMove common/ directory into decoders/.
2016-05-15 Uwe HermannUse consistent __init__() format across all PDs.
2016-05-09 Uwe HermannFactor out SD card lists into common/sdcard.
2015-08-06 Uwe HermannAdd initial SD card (SD mode) decoder.