Closed ceolin closed 7 years ago
@fulong82 is it that you have in mind on https://github.com/solettaproject/soletta/issues/2154 ?
I've scratched it but I was not able to test yet. I'm creating this pullreq to see whether I understood correctly or not .
@ceolin,
Yes. So base on your pull request implementation, you are taking the 1st matching entry to proceed. Thanks.
@ceolin
Okay, tested your patch. It is working. Thx. 👍
@fulong82 thanks for testing. Is it address the issue https://github.com/solettaproject/soletta/issues/2154 ?
@ceolin Yes and Thanks.
It allows using wildcard characters to select an IIO path. It's important to know that only the first result is used.
It internally uses glob().
Signed-off-by: Flavio Ceolin flavio.ceolin@intel.com