]> sigrok.org Git - libsigrokdecode.git/history - decoders/spi/pd.py
avr_isp: Add more parts
[libsigrokdecode.git] / decoders / spi / pd.py
2020-01-01 Uwe HermannAll PDs: Consistently use singular/plural for annotatio...
2019-12-07 Uwe Hermanndecoders: Don't set self.samplenum.
2019-04-24 Uwe Hermannspi: Fix annotation row ordering.
2019-04-24 Uwe Hermannspi: Don't emit bogus "transfer" items.
2019-04-24 Uwe Hermannspi: Add support for "transfer" annotations.
2019-03-14 Uwe Hermanndecoders: Add/update tags for each PD.
2019-03-13 Soeren ApelAdd PD tags handling and some tags
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-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: 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.