mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 21:54:33 +02:00
Merge branch 'bugfix/hints_dir_regex' into 'master'
idf.py hints: fix header not found regex to also match headerpaths with path seperator See merge request espressif/esp-idf!19400
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
match_to_output: True
|
||||
|
||||
-
|
||||
re: "fatal error: \\w+\\.h: No such file or directory"
|
||||
re: "fatal error: [\\w/]+\\.h: No such file or directory"
|
||||
hint: "Please check if you've specified all component dependencies with 'idf_component_register(REQUIRES ...)'. If the component is not present then it should be added by the IDF Component Manager. For more information run 'idf.py docs -sp api-guides/build-system.html'."
|
||||
|
||||
-
|
||||
|
Reference in New Issue
Block a user