Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-05-27 | Add some Analog Devices AD5258 digital potentiometer dumps. | Uwe Hermann | |
2017-05-26 | eeprom24xx: Add an ATtiny13 I²C example dump. | Uwe Hermann | |
2017-05-11 | ade7758: README: Rearrangements and consistency fixes. | Uwe Hermann | |
2017-05-11 | spi/ade7758: examples without CS pin | Karl 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-06 | First dump: proof CMD23 before CMD18. Other dumps will follow. | Wolfram Sang | |
2017-05-06 | Add an ST M93C66 Microwire EEPROM dump. | Kevin Redon | |
2017-05-02 | i2c/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-22 | Add more Sainsmart DDS120 dumps, including analog traces. | Uwe Hermann | |
2017-04-12 | Add missing sainsmart_dds140_powerup.sr file. | Uwe Hermann | |
2017-04-09 | Add a Microchip 24LC64 dump (Rocktech BM102). | Uwe Hermann | |
2017-04-09 | Add a Microchip 24LC64 dump (SainSmart DDS140). | Uwe Hermann | |
2017-04-09 | Add a Microchip 24LC64 dump (SainSmart DDS120). | Uwe Hermann | |
2017-04-09 | Add a Microchip 24LC64 dump (Instrustar ISDS205X, scope mode). | Uwe Hermann | |
2017-04-09 | Add a Microchip 24LC64 dump (Instrustar ISDS205A). | Uwe Hermann | |
2017-04-09 | Add a Microchip 24LC02B dump (Hantek 6022BL, scope mode). | Uwe Hermann | |
2017-04-09 | Add a Microchip 24LC02B dump (Hantek 6022BL, LA mode). | Uwe Hermann | |
2017-04-09 | Add a Microchip 24LC02B dump (Instrustar ISDS205X, LA mode). | Uwe Hermann | |
2017-04-09 | Add a Microchip 24LC02B dump (Hantek 6022BE). | Uwe Hermann | |
2017-04-06 | add 1-Wire example using Dallas DS18B20 devices | King Kévin | |
2017-03-28 | Add an example Sensirion SHT3x dump. | Uwe Hermann | |
2017-03-28 | Add an example Sensirion SHT2x dump. | Uwe Hermann | |
2017-03-28 | Add an example Sensirion SHT7x dump. | Uwe Hermann | |
2017-03-28 | eeprom_24xx: add sample Xicor X24C02 capture | fenugrec | |
2017-03-28 | Fixed a typo in a uart/from_analog/README | Balint Kovacs | |
2017-03-23 | Added an oddball UART trace, taken with an analog oscilloscope. | Balint Kovacs | |
2017-03-15 | Add a DALI example. | Jeremy Swanson | |
2017-03-15 | Add a DSI example. | Jeremy Swanson | |
2017-02-26 | Added 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-13 | gpib: Add a sample capture of serial GPIB (IEC Bus) | Marcus Comstedt | |
2017-02-13 | Added ADF4351 captures | Joel Holdsworth | |
2017-01-07 | license: remove FSF postal address from boiler plate license text | Gerhard 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-26 | avr_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-07 | spiflash: Add Macronix MX25L1605D single-command dumps. | Uwe Hermann | |
2016-11-07 | spiflash: Add FIDELIX FM25Q32 single-command dumps. | Uwe Hermann | |
2016-11-07 | spiflash: Add DualSPI flash dump during a write in flash. | bvernoux | |
2016-11-07 | spiflash: Add QuadSPI flash example/dump. | bvernoux | |
2016-11-04 | ps2: Add an initial PS/2 keyboard dump. | Uwe Hermann | |
2016-10-23 | spi: Add some dumps with various bitwidths. | Uwe Hermann | |
2016-10-23 | spiflash: 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-23 | uart: add dump files to demonstrate number of data bits | Gerhard 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-12 | gpib: Add an example capture file. | Uwe Hermann | |
The file was provided by Rudolf Reuter <reuterru@arcor.de>, thanks! | |||
2016-09-24 | uart: Add a dump file demonstrating overlapping RX/TX. | Uwe Hermann | |
2016-09-24 | midi: Add some more dump files. | Chris | |
2016-08-23 | spi/ssi32: add README with setup description | Oleksij Rempel | |
Signed-off-by: Oleksij Rempel <fixed-term.Oleksij.Rempel@de.bosch.com> | |||
2016-08-23 | Add some more MIDI dumps. | Chris Dreher | |
2016-08-22 | Add some ssi32 samples | Oleksij 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-06 | Add 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-26 | Add 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-11 | Add wiegand/36bit dump. | Sean Burford | |
2016-05-04 | MDIO samples for Clause 22 and Clause 45. | Elias Oenal | |