/hal_espressif-3.4.0/make/ |
D | project.mk | 176 ifndef COMPONENTS 181 COMPONENTS := $(dir $(foreach cd,$(MULTI_COMPONENT_DIRS),$(wildcard $(cd)/*/component.mk))) \ 183 COMPONENTS := $(sort $(foreach comp,$(COMPONENTS),$(lastword $(subst /, ,$(comp))))) 189 COMPONENTS := $(filter-out $(subst ",,$(EXCLUDE_COMPONENTS)), $(COMPONENTS)) 192 export COMPONENTS 205 COMPONENT_PATHS := $(foreach comp,$(COMPONENTS),\ 221 TEST_COMPONENTS_LIST := $(filter-out $(TEST_EXCLUDE_COMPONENTS), $(COMPONENTS))
|
/hal_espressif-3.4.0/components/mdns/host_test/ |
D | CMakeLists.txt | 4 set(COMPONENTS main) variable
|
/hal_espressif-3.4.0/components/mqtt/host_test/ |
D | CMakeLists.txt | 4 set(COMPONENTS main) variable
|
/hal_espressif-3.4.0/components/log/host_test/log_test/ |
D | CMakeLists.txt | 4 set(COMPONENTS main) variable
|
/hal_espressif-3.4.0/components/esp_rom/host_test/rom_test/ |
D | CMakeLists.txt | 4 set(COMPONENTS main) variable
|
/hal_espressif-3.4.0/components/esp_event/host_test/esp_event_unit_test/ |
D | CMakeLists.txt | 4 set(COMPONENTS main) variable
|
/hal_espressif-3.4.0/examples/build_system/cmake/import_prebuilt/prebuilt/ |
D | CMakeLists.txt | 5 set(COMPONENTS prebuilt main esptool_py) variable
|
/hal_espressif-3.4.0/tools/cmake/ |
D | project.cmake | 217 spaces2list(COMPONENTS) 223 if(COMPONENTS AND NOT component_name IN_LIST COMPONENTS) 271 # Initialize project, preparing COMPONENTS argument for idf_build_process() 273 # EXTRA_COMPONENTS_DIRS, COMPONENTS, EXLUDE_COMPONENTS, TEST_COMPONENTS, 385 COMPONENTS "${components};${test_components}")
|
D | build.cmake | 185 # during build (see the COMPONENTS argument description for command idf_build_process) 377 # @param[in, optional] COMPONENTS (multivalue) select components to process among the components 390 set(multi_value COMPONENTS SDKCONFIG_DEFAULTS)
|
/hal_espressif-3.4.0/docs/zh_CN/api-guides/ |
D | build-system.rst | 307 …COMPONENTS``:要构建进项目中的组件名称列表,默认为 ``COMPONENT_DIRS`` 目录下检索到的所有组件。使用此变量可以“精简”项目以缩短构建时间。请注意,如果一个组件通过 `… 432 - ``COMPONENTS``:此次构建中包含的所有组件的名称,具体格式为用分号隔开的 CMake 列表。 646 - 如果将 ``COMPONENTS`` 变量设置为项目直接使用的最小组件列表,那么构建系统会扩展到包含所有组件。完整的组件列表为: 648 * ``COMPONENTS`` 中明确提及的组件。 652 - 将 ``COMPONENTS`` 设置为所需组件的最小列表,可以显著减少项目的构建时间。 1245 该命令并不保证组件在构建过程中会被处理(参见 `idf_build_process` 中 `COMPONENTS` 参数说明) 1256 [COMPONENTS component1 component2 ...]) 1269 - COMPONENTS - 从构建系统已知的组件中选择要处理的组件(通过 ``idf_build_component`` 添加)。这个参数用于精简构建过程。 1520 …- 从 ``COMPONENTS``/``EXCLUDE_COMPONENTS``、``SDKCONFIG``、``SDKCONFIG_DEFAULTS`` 等变量中为调用命令 ``idf_bui…
|
D | build-system-legacy.rst | 115 - ``COMPONENTS``: 要构建进项目中的组件列表,默认为 ``COMPONENT_DIRS`` 指定目录中所有的组件。 175 - ``COMPONENTS``: 此次构建中包含的所有组件的名字。
|
/hal_espressif-3.4.0/components/newlib/test_apps/ |
D | CMakeLists.txt | 5 set(COMPONENTS main) variable
|
/hal_espressif-3.4.0/examples/build_system/cmake/linux_host_app/ |
D | CMakeLists.txt | 4 set(COMPONENTS main) variable
|
D | README.md | 15 …On Linux, there is an additional line `set(COMPONENTS main)`, which clears the common requirements…
|
/hal_espressif-3.4.0/examples/cxx/experimental/experimental_cpp_component/host_test/esp_timer/ |
D | CMakeLists.txt | 4 set(COMPONENTS main) variable
|
/hal_espressif-3.4.0/examples/cxx/experimental/experimental_cpp_component/host_test/gpio/ |
D | CMakeLists.txt | 4 set(COMPONENTS main) variable
|
/hal_espressif-3.4.0/components/bootloader/subproject/ |
D | Makefile | 11 COMPONENTS := esp_hw_support esptool_py bootloader_support log spi_flash micro-ecc soc main efuse e… macro
|
D | CMakeLists.txt | 19 set(COMPONENTS variable 47 list(APPEND COMPONENTS ${component})
|
/hal_espressif-3.4.0/components/nvs_flash/host_test/nvs_page_test/ |
D | CMakeLists.txt | 5 set(COMPONENTS main) variable
|
/hal_espressif-3.4.0/tools/test_apps/system/panic/ |
D | CMakeLists.txt | 5 set(COMPONENTS esptool_py main) variable
|
/hal_espressif-3.4.0/examples/build_system/cmake/idf_as_lib/ |
D | CMakeLists.txt | 16 COMPONENTS esp32 freertos esptool_py
|
/hal_espressif-3.4.0/docs/en/api-guides/ |
D | build-system.rst | 307 …COMPONENTS``: A list of component names to build into the project. Defaults to all components foun… 432 - ``COMPONENTS``: Names of all components that are included in this build, formatted as a semicolon… 646 - If you set the ``COMPONENTS`` variable to a minimal list of components used directly by your proj… 648 - Components mentioned explicitly in ``COMPONENTS``. 652 - Setting ``COMPONENTS`` to the minimal list of required components can significantly reduce compil… 1241 … guarantee that the component will be processed during build (see the `COMPONENTS` argument descri… 1252 [COMPONENTS component1 component2 ...]) 1265 - COMPONENTS - select components to process among the components known by the build system (added v… 1516 …s for calling command ``idf_build_process()`` from variables such as ``COMPONENTS``/``EXCLUDE_COMP…
|
D | build-system-legacy.rst | 115 - ``COMPONENTS``: A list of component names to build into the project. Defaults to all components f… 175 - ``COMPONENTS``: Name of all components that are included in this build.
|