From: Uwe Hermann Date: Sat, 15 Jan 2011 00:44:41 +0000 (+0100) Subject: CLI: Support for running protocol decoders. X-Git-Tag: libsigrokdecode-0.1.0~318 X-Git-Url: https://sigrok.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=7c24d086f1c81fd23fd93e5702c6f46a36f3d3f6;hp=7c24d086f1c81fd23fd93e5702c6f46a36f3d3f6;p=libsigrokdecode.git CLI: Support for running protocol decoders. 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 for the initial patch, merged in slightly different form. ---