Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-06 | srd/i2s: Initial implementation | Joel Holdsworth | |
2012-03-31 | srd: Disable 'nunchuk' PD for now, it's unfinished. | Uwe Hermann | |
2012-03-21 | srd: Drop ebr30a_i2c_demux in favor of i2cdemux. | Uwe Hermann | |
The i2cdemux protocol decoder is the more generic version of the obsolete ebr30a_i2c_demux decoder, and should be able (now or later) to do everything that ebr30a_i2c_demux can do. | |||
2012-01-31 | srd: remove obsolete DDC-only I2C filter | Bert Vermeulen | |
2012-01-31 | srd: add generic I2C filter PD | Bert Vermeulen | |
2012-01-29 | srd: add EDID 1.3 decoder | Bert Vermeulen | |
2012-01-27 | srd: Melexis MLX90614 Infrared Thermometer decoder. | Uwe Hermann | |
2012-01-25 | srd: Add Epson RTC-8564 JE/NB protocol decoder. | Uwe Hermann | |
2012-01-22 | srd: Add generic i2cdemux protocol decoder. | Uwe Hermann | |
2012-01-15 | srd: Each PD now has its own subdirectory. | Uwe Hermann | |
2012-01-15 | srd: rename srd_usb to what it thinks it's called | Bert Vermeulen | |
2012-01-15 | srd: Add ebr30a_i2c_demux PD (I2C in, 3 x I2C out). | Uwe Hermann | |
2012-01-13 | srd: Add initial DCF77 protocol decoder. | Uwe Hermann | |
Works quite well already, but not all details of the protocol are implemented, yet. | |||
2012-01-10 | srd: Fix typo in Makefile.am. | Uwe Hermann | |
2012-01-10 | srd: Add Panasonic PAN1321 decoder (on top of UART). | Uwe Hermann | |
This is just a first prototype implementation, it's not finished at all. | |||
2012-01-10 | Stacked protocol decoders implementation. | Bert Vermeulen | |
The DDC decoder takes input from the I2C PD. | |||
2011-12-17 | srd: Add MX25Lxx05D SPI chip decoder. | Uwe Hermann | |
Work in progress, not yet fully functional. | |||
2011-12-07 | srd: Add initial UART decoder. | Uwe Hermann | |
Works with any baudrate, number of bits, parity types, number of stop bits and so on, in theory. Not all options are fully implemented or tested though. Various TODOs remain. | |||
2011-11-29 | srd: Added USB full-speed decoder. | Gareth McMullin | |
2011-11-20 | Add support for OO based PDs. | Kristoffer Sjöberg | |
2011-04-03 | Decoders: s/dist_pkgdata_SCRIPTS/dist_pkgdata_DATA/. | Uwe Hermann | |
The .py decoder files are not technically scripts and should not be executable and can not be invoked on the command line (via ./foo.py --help or similar). | |||
2011-01-15 | Install decoders into a decoders/ subdir. | Uwe Hermann | |
Use $(datadir)/sigrok/decoders as subdirectory for the protocol decoders (instead of installing them in the top-level $(datadir)/sigrok), just as we do for $(datadir)/sigrok/firmware. | |||
2011-01-10 | Rename the scripts/ directory to decoders/. | Uwe Hermann | |