]> sigrok.org Git - libsigrokdecode.git/history - decoders/spi/pd.py
Various PDs: Throw SamplerateError instead of Exception.
[libsigrokdecode.git] / decoders / spi / pd.py
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: 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-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-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.
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.