summaryrefslogtreecommitdiff
path: root/decoders/spi
AgeCommit message (Expand)Author
2020-01-01All PDs: Consistently use singular/plural for annotation classes/rows.Uwe Hermann
2019-12-07decoders: Don't set self.samplenum.Uwe Hermann
2019-04-24spi: Fix annotation row ordering.Uwe Hermann
2019-04-24spi: Don't emit bogus "transfer" items.Uwe Hermann
2019-04-24spi: Add support for "transfer" annotations.Uwe Hermann
2019-03-16decoders: Various cosmetic/consistency/typo fixes.Uwe Hermann
2019-03-15decoders: Add/update tags for each PD.Uwe Hermann
2019-03-13Add PD tags handling and some tagsSoeren Apel
2018-08-30spi: Create the out_bitrate annotation unconditionallyJosef Gajdusek
2018-01-28spi: cope when a sample rate of 0 was configuredGerhard Sittig
2017-12-22all decoders: introduce a reset() methodGerhard Sittig
2017-06-16spi: Simplify some code chunks.Uwe Hermann
2017-06-06spi: Missing samplerate spec is not fatalGerhard Sittig
2017-06-06spi: Improve use of PD API version 3Gerhard Sittig
2017-06-06spi: Convert to PD API version 3Gerhard Sittig
2017-01-07license: remove FSF postal address from boiler plate license textGerhard Sittig
2016-10-23spi: Fix binary output for wordsizes > 8.Uwe Hermann
2015-12-24Use self.out_binary naming consistently across all PDs.Uwe Hermann
2015-12-24Use a Python list (not tuple) for OUT_BINARY.Uwe Hermann
2015-11-22spi: Add a 'TRANSFER' output type.Paul "LeoNerd" Evans
2015-11-22Fix documentation comment in SPI decoderPaul "LeoNerd" Evans
2015-04-03spi: Don't decode data lines if CS isn't assertedAndreas Sandberg
2014-12-28spi: Add binary output facilities for MISO/MOSI.Uwe Hermann
2014-10-19spi: Use 'None' to signal the missing CS# pin.Jens Steinhauser
2014-10-19spi: Tell stacked decoders about missing CS# signal.Jens Steinhauser
2014-10-13All PDs: More consistent names for ss/es variables.Uwe Hermann
2014-10-13All PDs: Only import the 'Decoder' object.Uwe Hermann
2014-09-01PD tests moved into the sigrok-test repo.Uwe Hermann
2014-08-14spi/nrf24l01/uart: Use ChannelError exception.Uwe Hermann
2014-07-15All PDs: Minor whitespace and consistency fixes.Uwe Hermann
2014-07-09Various PDs: Throw SamplerateError instead of Exception.Uwe Hermann
2014-07-08spi: Fix order of MISO/MOSI data items.Jens Steinhauser
2014-06-27spi: Add coverage tests for all exceptions.Bert Vermeulen
2014-06-27spi: Add coverage tests for all mosi/miso and lsb/msb combinations.Bert Vermeulen
2014-06-27spi: Refactor for more coverage, and remove dead code.Bert Vermeulen
2014-04-15All PDs: More consistent OUTPUT_PYTHON format docs.Uwe Hermann
2014-04-15All PDs: Bump api_version to 2.Uwe Hermann
2014-04-13Rename 'probe' to 'channel' everywhere.Uwe Hermann
2014-03-14Bring various test output files up to date.Bert Vermeulen
2014-03-12Various PDs: Minor option related fixes.Uwe Hermann
2014-03-10Probes, optional probes and annotations now take a tuple.Bert Vermeulen
2014-03-10Change PD options to be a tuple of dictionaries.Bert Vermeulen
2014-02-19spi: Fix some start/end samplenumbers for PYTHON output.Uwe Hermann
2014-02-19spi: Fix a bug when only supplying MOSI (but not MISO).Uwe Hermann
2014-02-09spi: Use/store bits in MSB-first order.Uwe Hermann
2014-02-09spi: Fix warnings about CS# being de-asserted.Uwe Hermann
2014-02-09spi: Throw an error if neither MISO nor MOSI was supplied.Uwe Hermann
2014-02-09spi: Fix incorrect dataword endsample numbers.Uwe Hermann
2014-02-09spi: Refactoring and cleanups.Uwe Hermann
2014-02-09spi: Factor out reset_decoder_state().Uwe Hermann