From aa2300c002079da2b426fbf1b718ca46bf598611 Mon Sep 17 00:00:00 2001 From: Sergei Silnov Date: Wed, 25 May 2022 17:56:59 +0200 Subject: [PATCH] docs: Add IDF_COMPONENT_MANAGER build property --- docs/en/api-guides/build-system.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/en/api-guides/build-system.rst b/docs/en/api-guides/build-system.rst index 3f3d53d9d4..b1c20b7ea2 100644 --- a/docs/en/api-guides/build-system.rst +++ b/docs/en/api-guides/build-system.rst @@ -1241,6 +1241,7 @@ These are properties that describe the build. Values of build properties can be - EXECUTABLE - project executable; set by call to ``idf_build_executable`` - EXECUTABLE_NAME - name of project executable without extension; set by call to ``idf_build_executable`` - EXECUTABLE_DIR - path containing the output executable +- IDF_COMPONENT_MANAGER - the component manager is enabled by default, but if this property is set to ``0`` it was disabled by the IDF_COMPONENT_MANAGER environment variable - IDF_PATH - ESP-IDF path; set from IDF_PATH environment variable, if not, inferred from the location of ``idf.cmake`` - IDF_TARGET - target chip for the build; set from the required target argument for ``idf_build_process`` - IDF_VER - ESP-IDF version; set from either a version file or the Git revision of the IDF_PATH repository