summaryrefslogtreecommitdiff
path: root/decoders/Makefile.am
AgeCommit message (Collapse)Author
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