Home
last modified time | relevance | path

Searched refs:dependency (Results 1 – 25 of 74) sorted by relevance

123

/Zephyr-latest/include/zephyr/linker/
Dapp_smem.ld9 * greps for "#include" to generate dependency list.
11 * in the dependency list. This creates weird dependency
20 * Since the dependency list of A.cmd contains both
26 * the dependency list. The dependencies should then be
Dapp_smem_pinned.ld13 * greps for "#include" to generate dependency list.
15 * in the dependency list. This creates weird dependency
24 * Since the dependency list of A.cmd contains both
30 * the dependency list. The dependencies should then be
/Zephyr-latest/subsys/llext/
Dllext_link.c78 static int llext_dependency_add(struct llext *ext, struct llext *dependency) in llext_dependency_add() argument
82 for (i = 0; i < ARRAY_SIZE(ext->dependency); i++) { in llext_dependency_add()
83 if (ext->dependency[i] == dependency) { in llext_dependency_add()
87 if (!ext->dependency[i]) { in llext_dependency_add()
88 ext->dependency[i] = dependency; in llext_dependency_add()
89 dependency->use_count++; in llext_dependency_add()
102 for (i = 0; i < ARRAY_SIZE(ext->dependency) && ext->dependency[i]; i++) { in llext_dependency_remove_all()
107 ext->dependency[i]->use_count--; in llext_dependency_remove_all()
108 __ASSERT(ext->dependency[i]->use_count, "LLEXT dependency use-count underrun!"); in llext_dependency_remove_all()
/Zephyr-latest/cmake/modules/
DFindHostTools.cmake55 # gperf is an optional dependency
58 # openocd is an optional dependency
61 # bossac is an optional dependency
64 # imgtool is an optional dependency (the build may also fall back to scripts/imgtool.py
68 # winpty is an optional dependency
Dwest.cmake7 # west is an optional dependency. We need to run west using the same
/Zephyr-latest/doc/services/serialization/
Dnanopb.rst19 Use ``apt`` to install dependency:
27 Use ``brew`` to install dependency:
35 Use ``choco`` to install dependency:
/Zephyr-latest/boards/qemu/arc/
DKconfig.defconfig11 # Required to satisfy dependency of networking stack on RNG
/Zephyr-latest/tests/modules/nanopb/lib/
DCMakeLists.txt5 # Demonstrate that our library includes a generated header so we need the following dependency
/Zephyr-latest/drivers/mfd/
DKconfig.tle91048 # using select SPI at this point introduces a cyclic dependency
DKconfig.bd8lb600fs8 # using select SPI at this point introduces a cyclic dependency
/Zephyr-latest/soc/nxp/mcx/
DKconfig5 # and do not make it a dependency of anything else.
DKconfig.defconfig5 # and do not make it a dependency of anything else.
/Zephyr-latest/subsys/bluetooth/audio/
DKconfig.mctl44 # TODO: Remove dependency on BT_MCC once MCC has been reworked
53 # TODO: Remove dependency on BT_MCC_OTS once MCC has been reworked
/Zephyr-latest/doc/services/portability/posix/implementation/
Dindex.rst39 the other library or subsystem. This reduces the likelihood of dependency cycles in code. When
42 ``libzfoo`` also depends on ``libposix``, then there is a dependency cycle. The cycle can be
43 removed via mutual dependency, ``libcommon``.
/Zephyr-latest/scripts/
Drequirements-extras.txt27 # used to generate devicetree dependency graphs
/Zephyr-latest/cmake/
Dcfb.cmake41 # dependency between the two targets
56 # 'custom_target' for it and setting up a dependency between the two
/Zephyr-latest/modules/
DKconfig.sysbuild23 # This ensures that symbols are available in Kconfig for dependency checking
/Zephyr-latest/include/zephyr/llext/
Dllext.h122 struct llext *dependency[LLEXT_MAX_DEPENDENCIES]; member
/Zephyr-latest/cmake/linker/ld/
Dlinker_libraries.cmake28 # link dependency to libc (strchr), but libc also has dependencies to libgcc.
/Zephyr-latest/doc/services/resource_management/
Dindex.rst35 * The core operations are request (add a dependency) and release (remove
36 a dependency). Supporting operations are reset (to clear an error
/Zephyr-latest/subsys/net/l2/wifi/
DCMakeLists.txt84 # Add explicit dependency on app target for ZEPHYR_CURRENT_LIBRARY, so these
/Zephyr-latest/doc/services/debugging/
Dmipi_stp_decoder.rst23 Decoder has internal state since there are dependency between opcodes (e.g. timestamp can be
/Zephyr-latest/doc/build/dts/api/
Dapi.rst148 A *dependency ordering* of a devicetree is a list of its nodes, where each node
150 *dependency ordinal* is then its zero-based index in that list. Thus, for two
151 distinct devicetree nodes ``n1`` and ``n2`` with dependency ordinals ``d1`` and
158 The Zephyr build system chooses a dependency ordering of the final devicetree
159 and assigns a dependency ordinal to each node. Dependency related information
160 can be accessed using the following macros. The exact dependency ordering
/Zephyr-latest/.github/ISSUE_TEMPLATE/
D007_ext-source.md56 Will the Zephyr project have a direct dependency on the component, or
/Zephyr-latest/modules/hal_nordic/nrf_802154/
DCMakeLists.txt116 # This link is needed to resolve circular dependency between SL and platform

123