mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
If the IDF_INCLUDE_ALL_COMPONENTS variable is set, all discovered components will be included. By default, components are included based on their requirements. When IDF_INCLUDE_ALL_COMPONENTS is enabled, the all_component_info dictionary in the project_description.json file will be fully populated. Signed-off-by: Frantisek Hrbata <frantisek.hrbata@espressif.com>