Home
last modified time | relevance | path

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

12345

/Zephyr-latest/cmake/flash/
Dcheck_runner_dependencies.cmake4 # additional dependencies.
6 # If the target contains dependencies, an error will be printed.
11 # DEPENDENCIES: List containing dependencies on target.
16 "`${TARGET}` cannot have dependencies, please remove "
/Zephyr-latest/kernel/
DKconfig.device8 bool "Store device dependencies"
10 When enabled, device dependencies will be stored so that they can be
11 queried at runtime. Device dependencies are typically inferred from
13 dynamic device dependencies are enabled).
16 bool "Dynamic device dependencies"
19 Option that makes it possible to manipulate device dependencies at
75 which have no inward dependencies.
/Zephyr-latest/modules/trusted-firmware-m/
DKconfig.tfm.partitions18 parameter. Any dependencies between the various TFM_PARTITION_*
29 parameter. Any dependencies between the various TFM_PARTITION_*
40 parameter. Any dependencies between the various TFM_PARTITION_*
52 parameter. Any dependencies between the various TFM_PARTITION_*
63 parameter. Any dependencies between the various TFM_PARTITION_*
75 parameter. Any dependencies between the various TFM_PARTITION_*
/Zephyr-latest/tests/subsys/mgmt/ec_host_cmd/uart/
DKconfig4 # This config is used to select SERIAL_SUPPORT_ASYNC, to satisfy CONFIG_UART_ASYNC_API dependencies
/Zephyr-latest/doc/develop/getting_started/
Dindex.rst48 Install dependencies
51 Next, you'll install some host dependencies using your package manager.
53 The current minimum required version for the main dependencies are:
78 dependencies listed above. In that case, download, inspect and execute
89 #. Use ``apt`` to install the required dependencies:
98 #. Verify the versions of the main dependencies installed on your system by entering:
108 the dependencies manually.
132 #. Use ``brew`` to install the required dependencies:
163 you can install dependencies from their respective websites and ensure
184 #. Use ``choco`` to install the required dependencies:
[all …]
Dinstallation_mac.rst38 MacPorts instead of Homebrew to get all the required dependencies on macOS.
40 dependencies to install correctly.
Dinstallation_win.rst32 .. NOTE FOR DOCS AUTHORS: as a reminder, do *NOT* put dependencies for building
/Zephyr-latest/tests/bsim/babblekit/
DCMakeLists.txt5 # dependencies (e.g. on Bluetooth, etc).
/Zephyr-latest/samples/subsys/ipc/openamp/
Dsysbuild.cmake12 # Add dependencies so that the remote sample will be built first
/Zephyr-latest/samples/drivers/ipm/ipm_mcux/
Dsysbuild.cmake12 # Add dependencies so that the remote sample will be built first
/Zephyr-latest/samples/subsys/ipc/ipc_service/static_vrings/
Dsysbuild.cmake19 # Add dependencies so that the remote sample will be built first
/Zephyr-latest/modules/thrift/cmake/
Dthrift.cmake10 target # CMake target (for dependencies / headers)
/Zephyr-latest/doc/build/kconfig/
Dsetting.rst114 Assignments in configuration files are only respected if the dependencies for
116 the dependencies of a symbol are, use one of the :ref:`interactive
310 will be ``y``. It is therefore not possible to make the dependencies of a
313 For example, the dependencies of the symbol ``FOO`` below are satisfied if
327 Symbols without explicit dependencies still follow the above rule. A
328 symbol without any dependencies will result in the symbol always being
347 symbol's direct dependencies in one of the :ref:`interactive configuration
349 dependencies from the base definition of the symbol to avoid weakening a
350 symbol's dependencies.
416 The :file:`Kconfig.defconfig` method should be used when the dependencies of
Dtips.rst38 prompts can also be invisible, when their dependencies are not satisfied.
143 More insidious cases with dependencies inherited from ``if`` and ``menu``
161 In practice, this often amplifies the problem, because any dependencies added
165 In general, whenever the dependencies of a symbol are updated, the dependencies
174 due to the extra dependencies and due to the non-local nature of ``select``,
196 dependencies only ever have to be updated in a single spot.
236 dependencies.
269 The alternative would be to have dependencies like the following, possibly
303 - Avoid selecting symbols with prompts or dependencies. Prefer ``depends on``.
307 Rare exceptions might include cases where you're sure that the dependencies
[all …]
Dmenuconfig.rst15 interfaces is often handier, as they correctly handle dependencies between
18 If you try to enable a symbol with unsatisfied dependencies in
161 unsatisfied dependencies), then *show-all mode* will be enabled. In show-all
172 dependencies, either by pressing :kbd:`?` in ``menuconfig`` or in the
Dindex.rst12 files, which also specify dependencies between symbols that determine what
/Zephyr-latest/samples/drivers/ipm/ipm_esp32/
Dsysbuild.cmake21 # Add dependencies so that the remote sample will be built first
/Zephyr-latest/samples/modules/thrift/hello/
DREADME.rst63 - Thrift dependencies installed for your host OS
70 :caption: Install thrift dependencies in Ubuntu
77 :caption: Install thrift dependencies in macOS
/Zephyr-latest/cmake/linker/lld/
Dtarget.cmake29 # TODO: How would the linker script dependencies work for non-linker
80 # DEPENDENCIES [dependencies]
/Zephyr-latest/cmake/linker/ld/
Dlinker_libraries.cmake28 # link dependency to libc (strchr), but libc also has dependencies to libgcc.
/Zephyr-latest/samples/arch/smp/pi/
DREADME.rst11 no cross-dependencies or shared resources.
/Zephyr-latest/include/zephyr/linker/
Dapp_smem.ld26 * the dependency list. The dependencies should then be
Dapp_smem_pinned.ld30 * the dependency list. The dependencies should then be
/Zephyr-latest/doc/contribute/documentation/
Dgeneration.rst82 * All Python dependencies listed in the repository file
96 Common to all Linux installations, install the Python dependencies
132 Install the Python dependencies required to build the documentation:
148 Install the Python dependencies required to build the documentation:
213 along with dependencies referenced by those .rst files.
/Zephyr-latest/cmake/linker/arcmwdt/
Dtarget.cmake25 # TODO: How would the linker script dependencies work for non-linker
79 # DEPENDENCIES [dependencies]

12345