Lines Matching refs:component
5 …ically during a run of CMake. It can source components either from `the component registry <https:…
12 …visualstudio.com/items?itemName=espressif.esp-idf-extension>`_ then the component manager will be …
14 …e ``IDF_COMPONENT_MANAGER`` environment variable to ``1`` to enable the component manager integrat…
19 …component in the project are defined in a separate manifest file named ``idf_component.yml`` place…
21 …ple:`build_system/cmake/component_manager` that uses components installed by the component manager.
25 When CMake configures the project (e.g. ``idf.py reconfigure``) component manager does a few things:
27 - Processes ``idf_component.yml`` manifests for every component in the project and recursively solv…
31 … the component manager runs it always make sure they are up to date. If these files were accidenta…
42 # https://components.espressif.com/component/example/cmp
49 # component: "~1.0.0"
56 # # `public` flag doesn't affect the `main` component.
68 # # For test projects during component development
72 # path: ../../projects/component