]> sigrok.org Git - libsigrokdecode.git/commitdiff
CLI: Support for running protocol decoders.
authorUwe Hermann <redacted>
Sat, 15 Jan 2011 00:44:41 +0000 (01:44 +0100)
committerUwe Hermann <redacted>
Sat, 15 Jan 2011 01:20:04 +0000 (02:20 +0100)
Add a new -A | --list-protocol-decoders option to show the list of
protocol decoders we could find.

Add -a | --protocol-decoders to specify a list of decoders that shall
be applied to the datastream. Currently only works for one decoder.

Define DECODERS_DIR, which is the directory where the decoders will be
installed upon 'make install', and where libsigrokdecode_init() will
search for them.

Thanks Olivier Fauchon <redacted> for the initial patch,
merged in slightly different form.


No differences found