summaryrefslogtreecommitdiff
path: root/decoders/Makefile.am
AgeCommit message (Collapse)Author
2012-04-29srd: Add initial JTAG/STM32 protocol decoder.Uwe Hermann
(not yet finished) This protocol decoder can decode ST STM32 specific JTAG accesses, knows about the STM32-specific registers and bits.
2012-04-26srd: Add initial JTAG protocol decoder.Uwe Hermann
This is unfinished, needs some more work.
2012-04-19srd: Initial MEMSIC MXC6225XU protocol decoder.Uwe Hermann
Not quite finished yet, but relatively close.
2012-04-18Initial LPC protocol decoder implementation.Uwe Hermann
This is unfinished and not tested, and probably not really working, yet.
2012-04-06srd/i2s: Initial implementationJoel Holdsworth
2012-03-31srd: Disable 'nunchuk' PD for now, it's unfinished.Uwe Hermann
2012-03-21srd: 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-31srd: remove obsolete DDC-only I2C filterBert Vermeulen
2012-01-31srd: add generic I2C filter PDBert Vermeulen
2012-01-29srd: add EDID 1.3 decoderBert Vermeulen
2012-01-27srd: Melexis MLX90614 Infrared Thermometer decoder.Uwe Hermann
2012-01-25srd: Add Epson RTC-8564 JE/NB protocol decoder.Uwe Hermann
2012-01-22srd: Add generic i2cdemux protocol decoder.Uwe Hermann
2012-01-15srd: Each PD now has its own subdirectory.Uwe Hermann
2012-01-15srd: rename srd_usb to what it thinks it's calledBert Vermeulen
2012-01-15srd: Add ebr30a_i2c_demux PD (I2C in, 3 x I2C out).Uwe Hermann
2012-01-13srd: Add initial DCF77 protocol decoder.Uwe Hermann
Works quite well already, but not all details of the protocol are implemented, yet.
2012-01-10srd: Fix typo in Makefile.am.Uwe Hermann
2012-01-10srd: 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-10Stacked protocol decoders implementation.Bert Vermeulen
The DDC decoder takes input from the I2C PD.
2011-12-17srd: Add MX25Lxx05D SPI chip decoder.Uwe Hermann
Work in progress, not yet fully functional.
2011-12-07srd: 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-29srd: Added USB full-speed decoder.Gareth McMullin
2011-11-20Add support for OO based PDs.Kristoffer Sjöberg
2011-04-03Decoders: 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-15Install 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-10Rename the scripts/ directory to decoders/.Uwe Hermann