/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. 13 if(DEPENDENCIES) 14 string(REPLACE ";" " " DEPENDENCIES "${DEPENDENCIES}") 16 "`${TARGET}` cannot have dependencies, please remove " 17 "`add_dependencies(${TARGET} ${DEPENDENCIES})` in build system."
|
/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/samples/net/sockets/socketpair/ |
D | prj.conf | 4 # socketpair dependencies 8 # Networking config (network subsystem 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_linux.rst | 3 Install Linux Host Dependencies 14 requirements and dependencies may not be met by your package manager. In that 59 Install Requirements and Dependencies 62 .. NOTE FOR DOCS AUTHORS: DO NOT PUT DOCUMENTATION BUILD DEPENDENCIES HERE. 64 This section is for dependencies to build Zephyr binaries, *NOT* this 256 If this fails, make sure Zephyr's dependencies were installed as described 257 in `Install Requirements and Dependencies`_.
|
/Zephyr-latest/soc/nordic/nrf54h/bicr/ |
D | bicr-schema.json | 174 "dependencies": { object 230 "dependencies": { object 247 "dependencies": { object 296 "dependencies": { object 375 "dependencies": { object 392 "dependencies": { object
|
/Zephyr-latest/tests/modules/thrift/ThriftTest/ |
D | prj.conf | 4 # CONFIG_THRIFT Dependencies 20 # Test dependencies
|
/Zephyr-latest/scripts/tests/twister/ |
D | README.md | 7 ## Dependencies section in Twister Testing 9 Install all the dependencies using
|
/Zephyr-latest/cmake/linker/lld/ |
D | target.cmake | 29 # TODO: How would the linker script dependencies work for non-linker 80 # DEPENDENCIES [dependencies] 87 "LIBRARIES_PRE_SCRIPT;LIBRARIES_POST_SCRIPT;DEPENDENCIES" # list of names of list arguments
|
/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 …]
|
/Zephyr-latest/include/zephyr/devicetree/ |
D | ordinals.h | 35 * @brief Get a list of dependency ordinals of a node's direct dependencies 44 * no direct dependencies; every other node at least depends on its 82 * direct dependencies
|
/Zephyr-latest/cmake/linker/arcmwdt/ |
D | target.cmake | 25 # TODO: How would the linker script dependencies work for non-linker 79 # DEPENDENCIES [dependencies] 86 "LIBRARIES_PRE_SCRIPT;LIBRARIES_POST_SCRIPT;DEPENDENCIES" # list of names of list arguments
|
/Zephyr-latest/lib/libc/arcmwdt/include/sys/ |
D | cdefs.h | 7 /* MWDT has no it's own cdefs. Add this one for satisfy dependencies */
|
/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/cmake/linker/xt-ld/ |
D | target.cmake | 54 # TODO: How would the linker script dependencies work for non-linker 107 # DEPENDENCIES [dependencies] 114 "LIBRARIES_PRE_SCRIPT;LIBRARIES_POST_SCRIPT;DEPENDENCIES" # list of names of list arguments
|
/Zephyr-latest/tests/bsim/babblekit/ |
D | CMakeLists.txt | 5 # dependencies (e.g. on Bluetooth, etc).
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/peripheral/ |
D | prj.conf | 9 # Enabled the dependencies of the BT_SETTINGS option.
|
/Zephyr-latest/tests/boot/with_mcumgr/ |
D | prj.conf | 1 # Enable MCUmgr and dependencies.
|
/Zephyr-latest/tests/bsim/bluetooth/host/security/id_addr_update/central/ |
D | prj.conf | 10 # Enabled the dependencies of the BT_SETTINGS option.
|
/Zephyr-latest/cmake/linker/ld/ |
D | target.cmake | 56 # TODO: How would the linker script dependencies work for non-linker 114 # DEPENDENCIES [dependencies] 121 "LIBRARIES_PRE_SCRIPT;LIBRARIES_POST_SCRIPT;DEPENDENCIES" # list of names of list arguments
|
/Zephyr-latest/tests/bluetooth/audio/cap_initiator/ |
D | prj.conf | 13 # Dependencies for CAP initiator unicast
|
/Zephyr-latest/samples/subsys/ipc/openamp/ |
D | sysbuild.cmake | 12 # Add dependencies so that the remote sample will be built first
|