How to Limit Components in ESP-IDF Compilation for Minimal Project?
Posted: Sat Jul 20, 2024 11:26 pm
Hello ESP32 Community,
I'm working on a minimal ESP32 project using the ESP-IDF, specifically the "hello_world" example. However, I've noticed that many unnecessary components are being compiled, and I'd like to limit the compilation to only the essential components required for my project.
I dont understatnd one thing
To run a simple hello world why should we run 27 componets
I have tried this option by adding it in the CMakeLists.txt but no use.
set(COMPONENTS "esp_system" "esptool_py" "unity")
This is overkilling me.
Is there any way to reduce these componets form the build procress?
I'm working on a minimal ESP32 project using the ESP-IDF, specifically the "hello_world" example. However, I've noticed that many unnecessary components are being compiled, and I'd like to limit the compilation to only the essential components required for my project.
I dont understatnd one thing
To run a simple hello world why should we run 27 componets
I have tried this option by adding it in the CMakeLists.txt but no use.
set(COMPONENTS "esp_system" "esptool_py" "unity")
This is overkilling me.
Is there any way to reduce these componets form the build procress?