Disable automatic creation of [project_home]/esp_idf_components/ in Eclipse/ESP-IDF?
Posted: Fri Aug 26, 2022 12:18 pm
When building from Eclipse/ESP-IDF a new directory, [project_home]/esp_idf_components/, is created automatically in the project home directory, and all the ESP-IDF component source files are copied to it. I suspect this is to do with 'IDF Component Manager'... If I remove the [project_home]/esp_idf_components/ directory, it gets re-created during the next build.
How do I disable this behaviour? I would rather control my project's source tree myself.
If building in a terminal using idf.py the above does not happen. So the above seems to be done by Eclipse/ESP-IDF.
I am using Eclipse C/C++ 2022.6, ESP-IDF plugin 2.6 and esp-idf-v4.4.2.
How do I disable this behaviour? I would rather control my project's source tree myself.
If building in a terminal using idf.py the above does not happen. So the above seems to be done by Eclipse/ESP-IDF.
I am using Eclipse C/C++ 2022.6, ESP-IDF plugin 2.6 and esp-idf-v4.4.2.