]> sigrok.org Git - libsigrokdecode.git/history - decoders/spi
spiflash: Add Winbond W25Q80DV metadata.
[libsigrokdecode.git] / decoders / spi /
2018-08-30 Josef Gajdusekspi: Create the out_bitrate annotation unconditionally
2018-01-28 Gerhard Sittigspi: cope when a sample rate of 0 was configured
2017-12-22 Gerhard Sittigall decoders: introduce a reset() method
2017-06-16 Uwe Hermannspi: Simplify some code chunks.
2017-06-06 Gerhard Sittigspi: Missing samplerate spec is not fatal
2017-06-06 Gerhard Sittigspi: Improve use of PD API version 3
2017-06-06 Gerhard Sittigspi: Convert to PD API version 3
2017-01-07 Gerhard Sittiglicense: remove FSF postal address from boiler plate...
2016-10-23 Uwe Hermannspi: Fix binary output for wordsizes > 8.
2015-12-24 Uwe HermannUse self.out_binary naming consistently across all...
2015-12-24 Uwe HermannUse a Python list (not tuple) for OUT_BINARY.
2015-11-22 Paul "LeoNerd" Evansspi: Add a 'TRANSFER' output type.
2015-11-22 Paul "LeoNerd" EvansFix documentation comment in SPI decoder
2015-04-03 Andreas Sandbergspi: Don't decode data lines if CS isn't asserted
2014-12-28 Uwe Hermannspi: Add binary output facilities for MISO/MOSI.
2014-10-19 Jens Steinhauserspi: Use 'None' to signal the missing CS# pin.
2014-10-19 Jens Steinhauserspi: Tell stacked decoders about missing CS# signal.
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-01 Uwe HermannPD tests moved into the sigrok-test repo.
2014-08-14 Uwe Hermannspi/nrf24l01/uart: Use ChannelError exception.
2014-07-15 Uwe HermannAll PDs: Minor whitespace and consistency fixes.
2014-07-09 Uwe HermannVarious PDs: Throw SamplerateError instead of Exception.
2014-07-08 Jens Steinhauserspi: Fix order of MISO/MOSI data items.
2014-06-27 Bert Vermeulenspi: Add coverage tests for all exceptions.
2014-06-27 Bert Vermeulenspi: Add coverage tests for all mosi/miso and lsb/msb...
2014-06-27 Bert Vermeulenspi: Refactor for more coverage, and remove dead code.
2014-04-15 Uwe HermannAll PDs: More consistent OUTPUT_PYTHON format docs.
2014-04-15 Uwe HermannAll PDs: Bump api_version to 2.
2014-04-13 Uwe HermannRename 'probe' to 'channel' everywhere.
2014-03-14 Bert VermeulenBring various test output files up to date.
2014-03-12 Uwe HermannVarious PDs: Minor option related fixes.
2014-03-10 Bert VermeulenProbes, optional probes and annotations now take a...
2014-03-09 Bert VermeulenChange PD options to be a tuple of dictionaries.
2014-02-19 Uwe Hermannspi: Fix some start/end samplenumbers for PYTHON output.
2014-02-19 Uwe Hermannspi: Fix a bug when only supplying MOSI (but not MISO).
2014-02-09 Uwe Hermannspi: Use/store bits in MSB-first order.
2014-02-09 Uwe Hermannspi: Fix warnings about CS# being de-asserted.
2014-02-09 Uwe Hermannspi: Throw an error if neither MISO nor MOSI was supplied.
2014-02-09 Uwe Hermannspi: Fix incorrect dataword endsample numbers.
2014-02-09 Uwe Hermannspi: Refactoring and cleanups.
2014-02-09 Uwe Hermannspi: Factor out reset_decoder_state().
2014-02-09 Uwe Hermannspi: Output per-bit annotations and OUTPUT_PYTHON data.
2014-02-01 Uwe Hermannspi: Improve probe names/descriptions a bit.
2014-01-31 Uwe Hermannspi: Define annotation rows.
2014-01-30 Uwe Hermanns/out_proto/out_python/.
2014-01-30 Uwe Hermannspi: Add mx25l1605d_probe test case.
2014-01-29 Uwe Hermannspi: Add atmega32_00 test case.
2014-01-28 Uwe Hermannspi: Rename 'sck' to the more common 'clk'.
2014-01-28 Uwe Hermannspi: Allow MISO or MOSI to be optional.
2014-01-28 Uwe Hermannspi: Drop temporary hack for combined MISO/MOSI out.
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 outdated report: this should be handled by a frontend.
2013-11-15 Bert VermeulenUse the new Decoder.register() API
2013-11-15 Bert VermeulenEmit meta bitrate
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-09-12 Uwe Hermannspi: Add some documentation, move OUTPUT_PROTO docs.
2013-09-12 Uwe Hermannspi: Make CS# optional and use it if supplied.
2013-09-12 Uwe Hermannspi: Refactor code, use a state machine.
2013-09-12 Uwe Hermannspi: Provide multiple annotation types.
2013-09-12 Uwe Hermannspi: Fix start-/end-sample numbers.
2013-09-12 Uwe Hermannspi: Make data format a PD option, add annotation types.
2013-04-23 Uwe HermannGPL headers: Use correct project name.
2012-11-24 Uwe HermannAll PDs: Name the files pd.py consistently.
2012-07-11 Uwe Hermannsrd: Performance improvements for various PDs.
2012-06-12 Uwe Hermannsrd: Cosmetics.
2012-05-16 Uwe Hermannsrd: spi: Document output protocol, send CS# changes.
2012-05-08 Uwe Hermannsrd: Add usable one-liner descriptions for all PDs.
2012-03-31 Uwe Hermannsrd: Decoders: Fix/simplify samplenum usage.
2012-03-27 Uwe Hermannsrd: PDs: Kill obsolete 'longdesc' entries.
2012-03-04 Uwe Hermannsrd: PDs: More cosmetics.
2012-02-01 Uwe Hermannsrd: Move all protocol docs to __init__.py files.
2012-02-01 Uwe Hermannsrd: spi: Use strings for most options.
2012-01-31 Bert Vermeulensrd: rename extra_probes to optional_probes in all PDs
2012-01-28 Uwe Hermannsrd: PDs: Cleanups, simplifications, small fixes.
2012-01-25 Uwe Hermannsrd: All PDs: Various fixes, cosmetics.
2012-01-19 Uwe Hermannsrd: SPI: Convert to new options API.
2012-01-15 Uwe Hermannsrd: Add 'api_version = 1' to all PDs.
2012-01-15 Uwe Hermannsrd: Each PD now has its own subdirectory.