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
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
2013-11-15
Emit meta bitrate
Bert Vermeulen
2013-11-07
Rename inter-PD output type to SRD_OUTPUT_PYTHON
Bert Vermeulen
2013-10-30
The start() method no longer takes a metadata parameter
Bert Vermeulen
2013-09-12
spi: Add some documentation, move OUTPUT_PROTO docs.
Uwe Hermann
2013-09-12
spi: Make CS# optional and use it if supplied.
Uwe Hermann
2013-09-12
spi: Refactor code, use a state machine.
Uwe Hermann
2013-09-12
spi: Provide multiple annotation types.
Uwe Hermann
2013-09-12
spi: Fix start-/end-sample numbers.
Uwe Hermann
2013-09-12
spi: Make data format a PD option, add annotation types.
Uwe Hermann
2013-04-23
GPL headers: Use correct project name.
Uwe Hermann
2012-11-24
All PDs: Name the files pd.py consistently.
Uwe Hermann
2012-07-11
srd: Performance improvements for various PDs.
Uwe Hermann
2012-06-12
srd: Cosmetics.
Uwe Hermann
2012-05-17
srd: spi: Document output protocol, send CS# changes.
Uwe Hermann
2012-05-09
srd: Add usable one-liner descriptions for all PDs.
Uwe Hermann
2012-03-31
srd: Decoders: Fix/simplify samplenum usage.
Uwe Hermann
2012-03-28
srd: PDs: Kill obsolete 'longdesc' entries.
Uwe Hermann
2012-03-04
srd: PDs: More cosmetics.
Uwe Hermann
2012-02-01
srd: Move all protocol docs to __init__.py files.
Uwe Hermann
2012-02-01
srd: spi: Use strings for most options.
Uwe Hermann
2012-02-01
srd: rename extra_probes to optional_probes in all PDs
Bert Vermeulen
2012-01-28
srd: PDs: Cleanups, simplifications, small fixes.
Uwe Hermann
2012-01-25
srd: All PDs: Various fixes, cosmetics.
Uwe Hermann
2012-01-20
srd: SPI: Convert to new options API.
Uwe Hermann
2012-01-15
srd: Add 'api_version = 1' to all PDs.
Uwe Hermann
2012-01-15
srd: Each PD now has its own subdirectory.
Uwe Hermann