summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-10-02Makefile: explicitly list which example capture subdirs to installGerhard Sittig
Commit 4fafe8159940 as of 2012-05-14 introduced a simple "make install" target. The asterisk wildcard and the additional Makefile "negation" use to work for clean checkouts, but are considered too greedy a pattern for locally modified work areas during development. Explicitly list which subdirs to install to the filesystem. Which improves robustness, avoids clutter, and is considered acceptable maintenance overhead since adding more top level directories should be rare an event. The explicit list is also easy to trim down should developers want that during local work. Phrase the subdirectories list such that users can specify additional items in the "make install" invocation.
2021-12-21lpc: Add capture from Intel H55 chipssetAnton Blanchard
This adds an LPC I/O read transaction from an Intel H55 chipset. [ gsi: rename probes to improve usability ]
2021-09-13lpc: Add captures from IBM POWER9 processorAnton Blanchard
This adds LPC I/O reads and writes and firmware reads and writes from an IBM POWER9 processor. It also adds an example of an aborted transaction.
2021-06-16doc: update IRC reference to Libera.ChatGerhard Sittig
2021-01-13seven_segment: expand the alphabet and show unknown charactersBen Gardiner
Signed-off-by: Ben Gardiner <ben.l.gardiner@gmail.com> [ gsi: usability nits, rename traces and update README ]
2020-11-11spi: commit SQI captures with four I/O data linesGerhard Sittig
2020-09-09ds3231: add Maxim DS3231 real time clock example capturesGerhard Sittig
Submitted-By: ascuber <gchromestore@gmail.com>
2020-08-30dcc: Add captures for DCC model railway controlBenediktO
[ gsi: README nits ]
2020-08-30mcp23017: Add dumps of the microchip mcp23017 i/o expanderBenedikt Otto
[ gsi: minor README markup/flow nits, more perceivable chip function ]
2020-08-30ir_nec: Add dumps for corner cases (timing tolerance, last packet decode)Benedikt Otto
Add file joy_it_sbc_irc01_all.sr which exceeds the previous 5% limit for timing tolerances and would not decode at all. Add file joy_it_sbc_irc01_enter_no_repeat.sr which lacks a repeat code after a key press, which earlier decoder versions would have failed to decode. [ gsi: rename probes, add README, rephrase commit message ]
2020-08-18sle44xx: extend the README for the SLE4442 capturesGerhard Sittig
Create a README in the sle44xx/ parent directory, discuss the chip family's features, and reference the Siemens datasheet. Extend the README for the SLE4442 captures, don't assume that all users are familiar with the chips and their protocol. The example dumps also serve for learning and exploration of the curious. Fixup the probe names (according to --show their names are in the 0..7 range).
2020-08-18sle44xx: add smart card dumps for the SLE4442 chipFederico Cerutti
Each dump file contains the capture of a single operation. Dumps were performed with a generic fx2lafw device @ 500kHz [ gsi: rephrase the commit message's caption ]
2020-08-18avr_isp: Add dumps for program page, EEPROM, lock memory types.Helge Kruse
[ gsi: rephrase commit message, reflow README, consistent signal names ]
2020-08-12sdq: commit SDQ example dataGerhard Sittig
This capture was Submitted-By: Philip Ã…kesson <philip.akesson@gmail.com> [ gsi: rename probe for auto-assignment, add README, trim snippet for tests ]
2020-08-08st7735: Add dump with unknown commandgregor-anich-uibk
[ gsi: README markup nits, and shorter snippet for automated test ]
2020-07-30st25r39xx: Add dumps of HydraNFC Shield v2bvernoux
STMicroelectronics ST25R3916 NFC chipset communication using SPI + IRQ pin for scan/read UID of NFC-A/B/V and read all ST25R3916 registers Space A & B
2020-07-26ir_nec: add capture for extended NEC protocolGerhard Sittig
This is a modified version of a capture that was Submitted-By: Sebastian Rittau <srittau@rittau.biz> The file was provided as an attachment to bug #1583. I renamed the file, renamed the probe for automatic assignment to the decoder, upsampled to 100kHz for compatibility with the IRMP decoder, and added a README.
2020-07-22ir_sirc: add captures for Sony IR (SIRC)Gerhard Sittig
Captures were provided by Tom Flanagan <knio@zkpq.ca>. I renamed the files and the probes, added a README, and trimmed several seconds of idle input signal.
2020-07-20spdif: Add more example files.Arno Morbach
2020-07-18rgb_led_ws281x: Add WS281x_RGBW Test DataStefan
2020-07-18caliper: rename dump files and probesGerhard Sittig
Rename captures to the "caliper*.sr" pattern. This avoids names which start with dashes and could result in surprises. Users still can tell whether to expect positive or negative values without too much effort. Rename the probes. It's absolutely confusing to provide RXD and TXD names for a protocol that has CLK and DATA signals. And users had to manually assign the traces to decoder inputs after guessing which might be which (it's not as obvious for calipers as I2C or SPI would be).
2020-07-18caliper: added example dumps (mm and inch, positive and negative)Tomas Mudrunka
2020-07-10xy2-100: Add two dumpsSoeren Apel
2020-07-07sae_j1850_vpw: Add VPW sample data from P01 PCMpman92
[ gsi: changed directory layout, reworked README markup ]
2020-06-24pjon/pjdl: add capture of minimal PJON frames over PJDL link layerGerhard Sittig
The PJON protocol can use several link layers. These captures run on PJDL, demonstrate a minimal PJON frame (with TX info) and a response. And also contain a few exceptional conditions: Glitches in the signal, outside and inside of frames. Lack of recipient's response, too. The snippets were extracted from a capture that was Submitted-By: Julio Aguirre <jcallano@gmail.com>
2020-06-02nrf905: Move into the spi/ subdirectory.Uwe Hermann
2020-05-26Add Nordic Semiconductor nRF905 dumpsJorge Solla
2020-04-11ad5626: Move into the "dac" subdirectory.Uwe Hermann
This is not technically SPI as such (just a sync/clocked protocol). It's a custom DAC protocol with SCLK, SDIN, CS#, CLR#, and LDAC# pins.
2020-04-11ad5626: Fix pin names as per datasheet.Uwe Hermann
2020-04-11ltc2422: Fix pin names as per datasheet.Uwe Hermann
2020-04-10Add dumps for AD7920.Teo Perisanu
Signed-off-by: Teo Perisanu <Teo.Perisanu@analog.com>
2020-04-10Add dumps for AD5626.Teo Perisanu
Signed-off-by: Teo Perisanu <Teo.Perisanu@analog.com>
2020-04-10Add dumps for LTC2422.Teo Perisanu
Signed-off-by: Teo Perisanu <Teo.Perisanu@analog.com>
2020-04-10Add dumps for LTC2607.Teo Perisanu
Signed-off-by: Teo Perisanu <Teo.Perisanu@analog.com>
2020-04-10Add dumps for ADXL345.Teo Perisanu
Signed-off-by: Teo Perisanu <Teo.Perisanu@analog.com>
2020-01-13sdcard: Add a few more sample files.Uwe Hermann
2020-01-09cjtag: Extract two smaller snippets.Uwe Hermann
2020-01-09cjtag: Add two example files.Uwe Hermann
Original files (used for conversion) were provided by Kongou Hikari (diodep): https://github.com/sigrokproject/libsigrokdecode/pull/23#issuecomment-562906001
2020-01-03dmx512: Add/update URLs and device descriptions.Uwe Hermann
This is partially based on online searches and guesswork, might not be entirely accurate.
2020-01-03dmx512: Added additional dumpsGabse
2020-01-02misc/vcd: introduce VCD example files with not yet supported featuresGerhard Sittig
The VCD input module of the libsigrok library currently exclusively supports single bit logic data. Provide some captures in the VCD format which exercise currently unsupported features which a future version of the input module might want to support (bit vectors, multi bit numbers, analog signals).
2019-12-21ps2: Add an example of PS/2 keyboard communication, update READMEMaik Merten
This is an example of PS/2 keyboard communication where the receiving controller remains passive.
2019-12-20ac97: Add some Analog Devices AD1981A dumps.Uwe Hermann
2019-12-14uart: Add a few error cases (EMC-induced glitches).Uwe Hermann
2019-12-14grbl: Fix channel names, add another capture.Uwe Hermann
2019-12-13Add Grbl CNC captures.Uwe Hermann
2019-12-07hdcp: Add an unknown example file.Uwe Hermann
Created by davecraig. Source: https://github.com/sigrokproject/libsigrokdecode/pull/8
2019-12-03rc-6: initial commit of 3 RC-6 dumpsBenediktO
2019-11-29trekstor_ebr30_a_uart.sr: Remove long trailing idle phase.Uwe Hermann
2019-11-28signature: add dumps and READMEsharow