summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-09-06Samples for the decoder for STM8 series MCUs SWIM protocol.Mike Jagdis
Signed-off-by: Mike Jagdis <mjagdis@eris-associates.co.uk> (github: mjagdis)
2018-08-29Add trace with Acer AL711 TFT behind DP-to-HDMI and HDMI-to-VGA adaptersStefan Brüns
The HDMI-to-VGA adapter provides audio via a 3.5mm socket. This feature is announced using a CEA extension block. The DP-to-HDMI adapter (Type 1) shows up at i2c address 0x40. It just provides an identification register/eeprom, reading 'DP-HDMI ADAPTOR\x04'.
2018-08-25Truncate end of trace only showing the idle bus, correct swapped pin namesStefan Brüns
2018-08-25Truncate end of trace only showing the idle busStefan Brüns
2018-08-11mdio: add sample data for "read without address" (bug 1258)Gerhard Sittig
This recording is a trimmed down version of the file that was provided by "J Álvarez" who reported bug #1258. A READ command is sent while there is no previous ADDRESS command, which triggered an issue in the MDIO decoder.
2018-06-22Add a MIPS EJTAG dump.Uwe Hermann
Provided by Vlad Ivanov <vlad@ivanov.email>, thanks!
2018-06-17Add a few OOK dumps.Steve R
2018-05-27Add a few UART dumps with unitsize=4 for testing purposes.Uwe Hermann
2018-05-26Add dumps for the Microchip ATSHA204A crypto moduleMichalis Pappas
2018-05-21onsemi_cat24c256: Add a snippet file.whitequark
2018-05-21Add two ChronoVu LA8/LA16 dumps.Uwe Hermann
2018-05-21Add ON Semi CAT24C256 example dump.whitequark
2018-05-13st7735: Add a snippet file.Uwe Hermann
2018-05-13ws2812b_neopixel24: Add a WS2812B NeoPixel24 snippet file.Uwe Hermann
2018-05-12Add Intel MCS-48 example dumpfenugrec
2018-05-08Add ST7735 dump.Aleksander Alekseev
2018-05-03Add an Adesto AT45DB161E dump.Aleksander Alekseev
2018-04-08Add two SSD1306 dumps.Aleksander Alekseev
2018-04-05Add some Maplin L95AR (PT2262 remote control encoder) files.steversig
2018-03-07Add nonstandard_eeproms/sda2506/* files.Uwe Hermann
This is a set of files provided by Max Weller. Original source: https://test.luelistan.net/sigrok/tests/
2018-02-13i2c: manipulate recording to not specify a sample rateGerhard Sittig
The I2C decoder recently got adjusted to cope with either the presence or absence of a sample rate spec. Create an example dump which lacks the sample rate. This was derived from the regular example by manipulating the srzip archive's meta data.
2018-02-13graycode: create smaller recording without sample rate specGerhard Sittig
The graycode decoder can perfectly determine the direction and step count from input which lacks a sample rate spec, only speed cannot get determined. Create an example dump which lacks the samplerate spec.
2018-02-11stepper_motor: manipulate recording to not specify a sample rateGerhard Sittig
The stepper motor decoder recently got adjusted to cope with either the presence or absence of a sample rate spec. Create an example dump which lacks the sample rate. This was derived from the regular example by manipulating the srzip archive's meta data.
2018-02-11i2s: create smaller recording without sample rate specGerhard Sittig
The I2S decoder recently got adjusted to cope with either the presence or absence of a sample rate spec. Create an example dump which lacks the sample rate specification.
2018-01-26uart: Add some flow control (RTS#) examples.Uwe Hermann
The sender (incorrectly) transmits one or more excess bytes after RTS# has been pulled high by the receiver. This is not a problem in all cases (e.g. when the receiver UART hardware buffer is larger than one byte).
2018-01-25realtek_alc655: Add an even shorter snippet.Uwe Hermann
2018-01-05hd44780: commit a dump for the Hitachi HD44780 display controllerGerhard Sittig
The capture contains the initialization sequence and initial display text communication for a hardware setup in 4-bit mode.
2017-12-10usb: Add capture for serial-over-HID with CP2110 to UT612 (ES51919)Gerhard Sittig
2017-12-09maple_bus: Add a sample capture of Maple busMarcus Comstedt
2017-10-19onewire: Add a DS2432 dump.Kevin Redon
This fixes (parts of) bug #1019.
2017-09-24morse: demodulated synthetic Wikipedia signalChristoph Rackwitz
2017-09-19graycode: examplesChristoph Rackwitz
2017-09-03ac97: Add a dump from a Realtek ALC655.Uwe Hermann
2017-08-11Add a square wave digital + analog capture.Uwe Hermann
2017-07-25Added stm32_dfu_install.srJoel Holdsworth
2017-07-22Add USB SETUP with STALL during DATA phase dump.Simon Schubert
2017-06-13Add an Atmel AT24C16C dump (DreamSourceLab DSLogic).Uwe Hermann
2017-06-02Add a few more Aosong AM2302 dumps.Uwe Hermann
2017-06-02rding_temper: Extract a smaller snippet file.Uwe Hermann
2017-06-02Add some more Epson 8564JE RTC dumps.Uwe Hermann
2017-06-02Add an ATC 93LC56 Microwire EEPROM dump.Uwe Hermann
2017-06-02Add a Microchip 93LC56B Microwire EEPROM dump.Uwe Hermann
2017-06-02demo: Add dump with logic and analog samples.Uwe Hermann
2017-05-27Add some 24-LED NeoPixel (WS2812B) dumps.Uwe Hermann
2017-05-27Add some Analog Devices AD5258 digital potentiometer dumps.Uwe Hermann
2017-05-26eeprom24xx: Add an ATtiny13 I²C example dump.Uwe Hermann
2017-05-11ade7758: README: Rearrangements and consistency fixes.Uwe Hermann
2017-05-11spi/ade7758: examples without CS pinKarl Palsson
A short example of IRQ triggered SPI operation of the ADE7758 energy measurement chip, showing it's use of spi mode 0,1 without a chip select pin. Signed-off-by: Karl Palsson <karlp@etactica.com>
2017-05-06First dump: proof CMD23 before CMD18. Other dumps will follow.Wolfram Sang
2017-05-06Add an ST M93C66 Microwire EEPROM dump.Kevin Redon