Searched refs:dependencies (Results 1 – 25 of 104) sorted by relevance
12345
/Zephyr-latest/cmake/flash/ |
D | check_runner_dependencies.cmake | 4 # 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/ |
D | Kconfig.device | 8 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/ |
D | Kconfig.tfm.partitions | 18 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/ |
D | Kconfig | 4 # This config is used to select SERIAL_SUPPORT_ASYNC, to satisfy CONFIG_UART_ASYNC_API dependencies
|
/Zephyr-latest/doc/develop/getting_started/ |
D | index.rst | 48 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 …]
|
D | installation_mac.rst | 38 MacPorts instead of Homebrew to get all the required dependencies on macOS. 40 dependencies to install correctly.
|
D | installation_win.rst | 32 .. NOTE FOR DOCS AUTHORS: as a reminder, do *NOT* put dependencies for building
|
/Zephyr-latest/tests/bsim/babblekit/ |
D | CMakeLists.txt | 5 # dependencies (e.g. on Bluetooth, etc).
|
/Zephyr-latest/samples/subsys/ipc/openamp/ |
D | sysbuild.cmake | 12 # Add dependencies so that the remote sample will be built first
|
/Zephyr-latest/samples/drivers/ipm/ipm_mcux/ |
D | sysbuild.cmake | 12 # Add dependencies so that the remote sample will be built first
|
/Zephyr-latest/samples/subsys/ipc/ipc_service/static_vrings/ |
D | sysbuild.cmake | 19 # Add dependencies so that the remote sample will be built first
|
/Zephyr-latest/modules/thrift/cmake/ |
D | thrift.cmake | 10 target # CMake target (for dependencies / headers)
|
/Zephyr-latest/doc/build/kconfig/ |
D | setting.rst | 114 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
|
D | tips.rst | 38 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 …]
|
D | menuconfig.rst | 15 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
|
D | index.rst | 12 files, which also specify dependencies between symbols that determine what
|
/Zephyr-latest/samples/drivers/ipm/ipm_esp32/ |
D | sysbuild.cmake | 21 # Add dependencies so that the remote sample will be built first
|
/Zephyr-latest/samples/modules/thrift/hello/ |
D | README.rst | 63 - 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/ |
D | target.cmake | 29 # TODO: How would the linker script dependencies work for non-linker 80 # DEPENDENCIES [dependencies]
|
/Zephyr-latest/cmake/linker/ld/ |
D | linker_libraries.cmake | 28 # link dependency to libc (strchr), but libc also has dependencies to libgcc.
|
/Zephyr-latest/samples/arch/smp/pi/ |
D | README.rst | 11 no cross-dependencies or shared resources.
|
/Zephyr-latest/include/zephyr/linker/ |
D | app_smem.ld | 26 * the dependency list. The dependencies should then be
|
D | app_smem_pinned.ld | 30 * the dependency list. The dependencies should then be
|
/Zephyr-latest/doc/contribute/documentation/ |
D | generation.rst | 82 * 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/ |
D | target.cmake | 25 # TODO: How would the linker script dependencies work for non-linker 79 # DEPENDENCIES [dependencies]
|
12345