index
:
libsigrokdecode.git
floppy
master
libsigrokdecode
ejona86@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
decoders
/
spi
Age
Commit message (
Expand
)
Author
2017-01-07
license: remove FSF postal address from boiler plate license text
Gerhard Sittig
2016-10-23
spi: Fix binary output for wordsizes > 8.
Uwe Hermann
2015-12-24
Use self.out_binary naming consistently across all PDs.
Uwe Hermann
2015-12-24
Use a Python list (not tuple) for OUT_BINARY.
Uwe Hermann
2015-11-22
spi: Add a 'TRANSFER' output type.
Paul "LeoNerd" Evans
2015-11-22
Fix documentation comment in SPI decoder
Paul "LeoNerd" Evans
2015-04-03
spi: Don't decode data lines if CS isn't asserted
Andreas Sandberg
2014-12-28
spi: Add binary output facilities for MISO/MOSI.
Uwe Hermann
2014-10-19
spi: Use 'None' to signal the missing CS# pin.
Jens Steinhauser
2014-10-19
spi: Tell stacked decoders about missing CS# signal.
Jens Steinhauser
2014-10-13
All PDs: More consistent names for ss/es variables.
Uwe Hermann
2014-10-13
All PDs: Only import the 'Decoder' object.
Uwe Hermann
2014-09-01
PD tests moved into the sigrok-test repo.
Uwe Hermann
2014-08-14
spi/nrf24l01/uart: Use ChannelError exception.
Uwe Hermann
2014-07-15
All PDs: Minor whitespace and consistency fixes.
Uwe Hermann
2014-07-09
Various PDs: Throw SamplerateError instead of Exception.
Uwe Hermann
2014-07-08
spi: Fix order of MISO/MOSI data items.
Jens Steinhauser
2014-06-27
spi: Add coverage tests for all exceptions.
Bert Vermeulen
2014-06-27
spi: Add coverage tests for all mosi/miso and lsb/msb combinations.
Bert Vermeulen
2014-06-27
spi: Refactor for more coverage, and remove dead code.
Bert Vermeulen
2014-04-15
All PDs: More consistent OUTPUT_PYTHON format docs.
Uwe Hermann
2014-04-15
All PDs: Bump api_version to 2.
Uwe Hermann
2014-04-13
Rename 'probe' to 'channel' everywhere.
Uwe Hermann
2014-03-14
Bring various test output files up to date.
Bert Vermeulen
2014-03-12
Various PDs: Minor option related fixes.
Uwe Hermann
2014-03-10
Probes, optional probes and annotations now take a tuple.
Bert Vermeulen
2014-03-10
Change PD options to be a tuple of dictionaries.
Bert Vermeulen
2014-02-19
spi: Fix some start/end samplenumbers for PYTHON output.
Uwe Hermann
2014-02-19
spi: Fix a bug when only supplying MOSI (but not MISO).
Uwe Hermann
2014-02-09
spi: Use/store bits in MSB-first order.
Uwe Hermann
2014-02-09
spi: Fix warnings about CS# being de-asserted.
Uwe Hermann
2014-02-09
spi: Throw an error if neither MISO nor MOSI was supplied.
Uwe Hermann
2014-02-09
spi: Fix incorrect dataword endsample numbers.
Uwe Hermann
2014-02-09
spi: Refactoring and cleanups.
Uwe Hermann
2014-02-09
spi: Factor out reset_decoder_state().
Uwe Hermann
2014-02-09
spi: Output per-bit annotations and OUTPUT_PYTHON data.
Uwe Hermann
2014-02-01
spi: Improve probe names/descriptions a bit.
Uwe Hermann
2014-01-31
spi: Define annotation rows.
Uwe Hermann
2014-01-30
s/out_proto/out_python/.
Uwe Hermann
2014-01-30
spi: Add mx25l1605d_probe test case.
Uwe Hermann
2014-01-29
spi: Add atmega32_00 test case.
Uwe Hermann
2014-01-29
spi: Rename 'sck' to the more common 'clk'.
Uwe Hermann
2014-01-29
spi: Allow MISO or MOSI to be optional.
Uwe Hermann
2014-01-28
spi: Drop temporary hack for combined MISO/MOSI out.
Uwe Hermann
2014-01-28
All PDs: Consistent naming/case for annotation shortnames/IDs.
Uwe Hermann
2014-01-28
All PDs: Drop unneeded comments.
Uwe Hermann
2014-01-28
All PDs: Improve/fix descriptions.
Uwe Hermann
2013-11-27
Automate protocol decoder installation.
Bert Vermeulen
2013-11-15
Drop outdated report: this should be handled by a frontend.
Bert Vermeulen
2013-11-15
Use the new Decoder.register() API
Bert Vermeulen
[next]