]> sigrok.org Git - libsigrokdecode.git/history - decoders/sdcard_spi
x2444m: Make each command an extra annotation class.
[libsigrokdecode.git] / decoders / sdcard_spi /
2017-12-22 Gerhard Sittigall decoders: introduce a reset() method
2017-06-16 Uwe HermannMark all stacked decoders as being 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.
2014-10-13 Uwe HermannAll PDs: More consistent names for ss/es variables.
2014-10-13 Uwe HermannAll PDs: Only import the 'Decoder' object.
2014-09-15 Uwe Hermannsdcard_spi/usb_packet: Drop unused variables.
2014-07-15 Uwe HermannAll PDs: Minor whitespace and consistency fixes.
2014-07-09 Uwe HermannAll PDs: Drop unneeded exceptions.
2014-04-15 Uwe Hermannsdcard_spi: Avoid duplicate keys in a Python dict.
2014-04-15 Uwe HermannAll PDs: Bump api_version to 2.
2014-04-15 Uwe HermannAll PDs: Drop some unneeded comments.
2014-03-10 Bert VermeulenProbes, optional probes and annotations now take a...
2014-03-09 Bert VermeulenRemove unused probes and options
2014-02-23 Uwe Hermannsdcard_spi: Use list comprehensions.
2014-02-09 Uwe Hermannsdcard_spi: Adapt for MSB-first bits from spi PD.
2014-02-09 Uwe Hermannsdcard_spi: Merge command ID/name and description into...
2014-02-09 Uwe Hermannsdcard_spi: Improved command handling / display.
2014-02-09 Uwe Hermannsdcard_spi: Fix handling of some warning annotations.
2014-02-09 Uwe Hermannsdcard_spi: Fix incorrect R1 reply annotation endsample.
2014-02-09 Uwe Hermannsdcard_spi: Fix incorrect 'Command index' value access.
2014-02-09 Uwe Hermannsdcard_spi: Use bit-exact annotations in handle_respons...
2014-02-09 Uwe Hermannsdcard_spi: Use bit-exact annotations in handle_command...
2014-02-09 Uwe Hermannsdcard_spi: Define annotation rows.
2014-02-09 Uwe Hermannsdcard_spi: Use proper annotation classes.
2014-02-09 Uwe Hermannsdcard_spi: Initial fixing round for correct samplenumbers.
2014-01-30 Uwe Hermanns/out_proto/out_python/.
2014-01-28 Uwe HermannAll PDs: Consistent naming/case for annotation shortnam...
2014-01-28 Uwe HermannAll PDs: Drop unneeded comments.
2014-01-28 Uwe HermannAll PDs: Improve/fix descriptions.
2013-11-27 Bert VermeulenAutomate protocol decoder installation.
2013-11-15 Bert VermeulenDrop obsolete report() method.
2013-11-15 Bert VermeulenUse the new Decoder.register() API
2013-11-07 Bert VermeulenRename inter-PD output type to SRD_OUTPUT_PYTHON
2013-10-30 Bert VermeulenThe start() method no longer takes a metadata parameter
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2012-08-29 Uwe HermannAdd initial SD card (SPI mode) decoder.