summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2017-05-02i2c/sensiron_sht2x: extra dump with more detail.Karl Palsson
Shows "hold" mode readings, as well as reading the serial out, a very "non-register" style access. Test host side code for the interested is at https://github.com/karlp/libopencm3-tests/tree/master/tests/i2c-master;43a891d5cdd896d1f03fa834115f9a3e481f8683
2017-04-22Add more Sainsmart DDS120 dumps, including analog traces.Uwe Hermann
2017-04-12Add missing sainsmart_dds140_powerup.sr file.Uwe Hermann
2017-04-09Add a Microchip 24LC64 dump (Rocktech BM102).Uwe Hermann
2017-04-09Add a Microchip 24LC64 dump (SainSmart DDS140).Uwe Hermann
2017-04-09Add a Microchip 24LC64 dump (SainSmart DDS120).Uwe Hermann
2017-04-09Add a Microchip 24LC64 dump (Instrustar ISDS205X, scope mode).Uwe Hermann
2017-04-09Add a Microchip 24LC64 dump (Instrustar ISDS205A).Uwe Hermann
2017-04-09Add a Microchip 24LC02B dump (Hantek 6022BL, scope mode).Uwe Hermann
2017-04-09Add a Microchip 24LC02B dump (Hantek 6022BL, LA mode).Uwe Hermann
2017-04-09Add a Microchip 24LC02B dump (Instrustar ISDS205X, LA mode).Uwe Hermann
2017-04-09Add a Microchip 24LC02B dump (Hantek 6022BE).Uwe Hermann
2017-04-06add 1-Wire example using Dallas DS18B20 devicesKing Kévin
2017-03-28Add an example Sensirion SHT3x dump.Uwe Hermann
2017-03-28Add an example Sensirion SHT2x dump.Uwe Hermann
2017-03-28Add an example Sensirion SHT7x dump.Uwe Hermann
2017-03-28eeprom_24xx: add sample Xicor X24C02 capturefenugrec
2017-03-28Fixed a typo in a uart/from_analog/READMEBalint Kovacs
2017-03-23Added an oddball UART trace, taken with an analog oscilloscope.Balint Kovacs
2017-03-15Add a DALI example.Jeremy Swanson
2017-03-15Add a DSI example.Jeremy Swanson
2017-02-26Added a capture of config and 4pin output of a MAX7301.Piotr Esden-Tempski
This is a capture of the SPI interface and output of the MAX7301 4wire SPI I/O expander.
2017-02-13gpib: Add a sample capture of serial GPIB (IEC Bus)Marcus Comstedt
2017-02-13Added ADF4351 capturesJoel Holdsworth
2017-01-07license: remove FSF postal address from boiler plate license textGerhard Sittig
Remove the FSF postal address as it might change (it did in the past). Reference the gnu.org website instead which is more stable.
2016-12-26avr_pdi: add dumps for ATxmega flash programming (PDI)Gerhard Sittig
Add dumps for the Atmel Program and Debug Interface (PDI). Identify an ATxmega128A1 device, write to and read from flash memory.
2016-11-07spiflash: Add Macronix MX25L1605D single-command dumps.Uwe Hermann
2016-11-07spiflash: Add FIDELIX FM25Q32 single-command dumps.Uwe Hermann
2016-11-07spiflash: Add DualSPI flash dump during a write in flash.bvernoux
2016-11-07spiflash: Add QuadSPI flash example/dump.bvernoux
2016-11-04ps2: Add an initial PS/2 keyboard dump.Uwe Hermann
2016-10-23spi: Add some dumps with various bitwidths.Uwe Hermann
2016-10-23spiflash: Add some Fidelix FM25Q32 dumps.Uwe Hermann
The files were provided by Benjamin Vernoux (thanks!), see http://sigrok.org/bugzilla/show_bug.cgi?id=845 for details.
2016-10-23uart: add dump files to demonstrate number of data bitsGerhard Sittig
Create a "counter" directory, and add captures from UART communication with the number of data bits in the range from 5 to 9. Parity/stopbit is identical across all captures, as other dumps already provide those variants. This set is useful to test how decoders cope with various numbers of databits, while the samples cover all possible bit patterns. Signed-off-by: Gerhard Sittig <gerhard.sittig@gmx.net>
2016-10-12gpib: Add an example capture file.Uwe Hermann
The file was provided by Rudolf Reuter <reuterru@arcor.de>, thanks!
2016-09-24uart: Add a dump file demonstrating overlapping RX/TX.Uwe Hermann
2016-09-24midi: Add some more dump files.Chris
2016-08-23spi/ssi32: add README with setup descriptionOleksij Rempel
Signed-off-by: Oleksij Rempel <fixed-term.Oleksij.Rempel@de.bosch.com>
2016-08-23Add some more MIDI dumps.Chris Dreher
2016-08-22Add some ssi32 samplesOleksij Rempel
ssi32_bananapi_loop_test.sr - made with Banana Pi loop test setup ssi32_watchdog.sr - watchdog ping made on real HW. Signed-off-by: Oleksij Rempel <fixed-term.Oleksij.Rempel@de.bosch.com>
2016-07-06Add a few DMX512 dumps.Uwe Hermann
The files were provided by Fabian Stumpf <sigrok@fabianstumpf.de> (thanks!) and are released into the public domain: http://article.gmane.org/gmane.comp.debugging.sigrok.devel/2139 Note: While "--time 1s" was used to create the files, they have retroactively been shortened to roughly 40ms each.
2016-06-26Add an example file of SPI flash dual I/O reads.Uwe Hermann
This file was contributed by Angus Gratton <gus@projectgus.com>, thanks!
2016-05-11Add wiegand/36bit dump.Sean Burford
2016-05-04MDIO samples for Clause 22 and Clause 45.Elias Oenal
2016-03-20Added Renesas/Hitachi AUD Branch Trace dumpfenugrec