forked from espressif/esp-idf
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(tools): idf_monitor: support for loadable hint provider modules
Currently hints are supported based on hints.yml only, which may be limiting for some use cases. This introduces a generic plugin approach, which allows to implement hint module that doesn't require entry in hints.yml. Such module has the full command output available and it is not limited to a single regex in hints.yml. Note that regex in hint.yml expects the output concatenated into a single line, but hint modules are getting the output unchanged. Signed-off-by: Frantisek Hrbata <[email protected]>
- Loading branch information
Showing
1 changed file
with
42 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters