Home
last modified time | relevance | path

Searched refs:dependencies (Results 1 – 25 of 47) sorted by relevance

12

/hal_espressif-2.7.6/tools/kconfig/
Dkconfig-language.txt20 Every entry has its own dependencies. These dependencies are used
40 the config option, input prompt, dependencies, help text and default
64 to the user. Optionally dependencies only for this prompt can be added
77 Optionally, dependencies only for this default value can be added with
83 Optionally dependencies for this default value can be added with "if".
85 - dependencies: "depends on" <expr>
87 dependencies are defined, they are connected with '&&'. Dependencies
98 - reverse dependencies: "select" <symbol> ["if" <expr>]
99 While normal dependencies reduce the upper limit of a symbol (see
100 below), reverse dependencies can be used to force a lower limit of
[all …]
/hal_espressif-2.7.6/tools/
Didf.py214 def __init__(self, callback, name, aliases, dependencies, order_dependencies, action_args): argument
217 self.dependencies = dependencies
234 dependencies=None, argument
252 if dependencies is None:
253 dependencies = []
280 dependencies=dependencies,
600 for dep in task.dependencies:
/hal_espressif-2.7.6/examples/build_system/cmake/import_prebuilt/main/
DCMakeLists.txt5 # The private dependencies of the library is also specified.
/hal_espressif-2.7.6/components/esp_hw_support/
DREADME.md7 …omponent for (yet) may also be placed here as long as they don't pull dependencies other than the …
/hal_espressif-2.7.6/
D.gitignore90 dependencies.lock
/hal_espressif-2.7.6/tools/kconfig_new/
Dgen_kconfig_doc.py114 dependencies = node.item.direct_dep # "depends on" for configs
119 dependencies = node.visibility # "visible if" for menu
134 (visib, source) = invert_first_arg(self._implies_invisibility(dependencies))
/hal_espressif-2.7.6/tools/cmake/
Dbuild.cmake126 # Create the build target, to which the ESP-IDF build properties, dependencies are attached to.
201 # Since there are circular dependencies, make sure that we do not infinitely
270 message(STATUS "Checking Python dependencies...")
274 …message(FATAL_ERROR "Some Python dependencies must be installed. Check above message for details.")
470 # @brief Specify the executable the build system can attach dependencies to (for generating
479 # Propagate link dependencies from component library targets to the executable
Dproject.cmake121 …onent_paths is the paths to all of these components, obtained from the component dependencies file.
184 # Add project manifest and lock file to the list of dependencies
186 …ty(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS "${CMAKE_CURRENT_LIST_DIR}/dependencies.lock")
195 # Call for package manager to prepare remote dependencies
Dcomponent.cmake229 # Call for component manager once again to inject dependencies
436 # Add component manifest and lock files to list of dependencies
438 …set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS "${COMPONENT_DIR}/dependencies.lock…
508 # Set dependencies
Dutilities.cmake172 # dependencies.
289 # Add prebuilt library with support for adding dependencies on ESP-IDF components.
/hal_espressif-2.7.6/components/nvs_flash/
DCMakeLists.txt27 …sn't configured for building with linux or as mock target. It will draw in all kind of dependencies
/hal_espressif-2.7.6/examples/build_system/cmake/import_prebuilt/
DREADME.md17 It also demonstrates how to specify the same dependencies the original component had so as to prope…
/hal_espressif-2.7.6/components/protocomm/python/
Dsession_pb2.py28 dependencies=[sec0__pb2.DESCRIPTOR,sec1__pb2.DESCRIPTOR,])
Dsec0_pb2.py27 dependencies=[constants__pb2.DESCRIPTOR,])
/hal_espressif-2.7.6/tools/esp_prov/
DREADME.md88 * BLE communication is only supported on Linux (via Bluez and DBus), therefore, the dependencies fo…
92 These dependencies are for enabling communication with BLE devices using Bluez and DBus on Linux:
/hal_espressif-2.7.6/docs/en/get-started-legacy/
Dmacos-setup-scratch.rst26 - Install dependencies:
Dlinux-setup-scratch.rst34 - Install dependencies:
/hal_espressif-2.7.6/docs/en/get-started/
Dmacos-setup-scratch.rst43 - Install dependencies:
/hal_espressif-2.7.6/docs/en/api-guides/tools/
Didf-windows-installer.rst19 …- Specify URLs to PyPi repositories for resolving binary Python Wheel dependencies. The same resul…
/hal_espressif-2.7.6/tools/kconfig_new/test/gen_kconfig_doc/
DKconfig88 bool "makes no sense, just for testing OR dependencies"
/hal_espressif-2.7.6/docs/en/api-reference/network/
Dtcpip_adapter_migration.rst82 TCP/IP adapter brings many include dependencies and this step might help in decoupling the applicat…
/hal_espressif-2.7.6/components/esptool_py/
Dproject_include.cmake446 function(esptool_py_custom_target target_name flasher_filename dependencies)
458 add_dependencies(${target_name} ${dependencies})
464 add_dependencies(encrypted-${target_name} ${dependencies})
/hal_espressif-2.7.6/docs/en/api-guides/
Dbuild-system.rst319dependencies, saving the user from hunting down dependencies and providing a build that works righ…
323 3. Specify the dependencies in the renamed component's CMakeLists.txt file via REQUIRES or PRIV_REQ…
475 When compiling each component, the ESP-IDF build system recursively evaluates its dependencies. Thi…
608 … and ``PRIV_REQUIRES`` parameters (ie all the current component's public and private dependencies).
609 …of those components ``REQUIRES`` lists (ie all public dependencies of this component's dependencie…
641dependencies are listed first, however as the component dependency graph has cycles this cannot be…
672 …nent's ``project_include.cmake`` file will be included after it's all dependencies' ``project_incl…
802 Note that component dependencies may depend on ``IDF_TARGET`` variable, but not on Kconfig variable…
939 ExternalProject dependencies, clean builds
948 …n compile of all sources. The build command will be run if any of the dependencies passed to ``ext…
[all …]
/hal_espressif-2.7.6/examples/provisioning/legacy/ble_prov/
DREADME.md46 …found under `$IDF_PATH/tools/esp_prov`). Make sure to satisfy all the dependencies prior to runnin…
192 This could be due to your platform not being supported or dependencies not being met
/hal_espressif-2.7.6/components/mbedtls/
DCMakeLists.txt193 # The linker seems to be unable to resolve all the dependencies without increasing this

12