This project is a fork of the sigrok-dumps.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/sigrok-dumps.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptiongsi's contribution to sigrok-dumps
ownerGerhard.Sittig@gmx.net
last changeSun, 2 Oct 2022 12:32:27 +0000 (2 14:32 +0200)
content tags
add:
README
-------------------------------------------------------------------------------
README
-------------------------------------------------------------------------------

The sigrok project aims at creating a portable, cross-platform,
Free/Libre/Open-Source signal analysis software suite that supports various
device types (such as logic analyzers, oscilloscopes, multimeters, and more).

sigrok-dumps is a collection of logic analyzer example data, covering various
protocols (e.g. I2C, SPI, UART, etc).


Status
------

sigrok-dumps is in a usable state and has had official tarball releases.


Installing
----------

Example captures need not get built or compiled, but can get installed.

  $ git clone git://sigrok.org/sigrok-dumps
  $ cd sigrok-dumps
  $ make install

Optional PREFIX or DESTDIR specs are supported as well.

  $ make PREFIX=/usr install
  $ make PREFIX=${HOME} install

  $ make DESTDIR=$( pwd )/rootfs install


Contributing dumps
------------------

See http://sigrok.org/wiki/Example_dumps for details.


Copyright and license
---------------------

Unless noted otherwise, all dump files are hereby released into the
public domain by their authors.


Mailing list
------------

 https://lists.sourceforge.net/lists/listinfo/sigrok-devel


IRC
---

You can find the sigrok developers in the #sigrok IRC channel on Libera.Chat.


Website
-------

 http://sigrok.org/wiki/Example_dumps
shortlog
2022-10-02 Gerhard SittigREADME: discuss installation of example capturesmaster
2022-10-02 Gerhard SittigMakefile: use PREFIX in "make install", use DESTDIR...
2022-10-02 Gerhard SittigMakefile: explicitly list which example capture subdirs...
2021-12-21 Anton Blanchardlpc: Add capture from Intel H55 chipsset
2021-09-13 Anton Blanchardlpc: Add captures from IBM POWER9 processor
2021-06-16 Gerhard Sittigdoc: update IRC reference to Libera.Chat
2021-01-13 Ben Gardinerseven_segment: expand the alphabet and show unknown...
2020-11-11 Gerhard Sittigspi: commit SQI captures with four I/O data lines
2020-09-09 Gerhard Sittigds3231: add Maxim DS3231 real time clock example captures
2020-08-30 BenediktOdcc: Add captures for DCC model railway control
2020-08-30 Benedikt Ottomcp23017: Add dumps of the microchip mcp23017 i/o expander
2020-08-30 Benedikt Ottoir_nec: Add dumps for corner cases (timing tolerance...
2020-08-18 Gerhard Sittigsle44xx: extend the README for the SLE4442 captures
2020-08-18 Federico Ceruttisle44xx: add smart card dumps for the SLE4442 chip
2020-08-18 Helge Kruseavr_isp: Add dumps for program page, EEPROM, lock memor...
2020-08-12 Gerhard Sittigsdq: commit SDQ example data
...
tags
11 years ago sigrok-dumps-0.1.0 sigrok-dumps 0.1.0 release
heads
19 months ago master