Home
last modified time | relevance | path

Searched refs:root (Results 201 – 225 of 227) sorted by relevance

12345678910

/Zephyr-latest/scripts/dts/python-devicetree/src/devicetree/
Dedtlib.py2496 for root, _, filenames in os.walk(bindings_dir):
2499 binding_paths.append(os.path.join(root, filename))
/Zephyr-latest/doc/build/sysbuild/
Dindex.rst854 list(APPEND BOARD_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/../<extra-board-root>)
860 This will pass the board root on to all images as part of a project, it does not need to be
/Zephyr-latest/doc/build/dts/
Dapi-usage.rst38 starting from the root node. This is mostly useful if you happen to know the
Dmacros.bnf68 ; Every non-root node gets one of these macros, which expands to the node
/Zephyr-latest/doc/services/llext/
Ddebug.rst28 generated into the ``llext`` subdirectory of the build root:
/Zephyr-latest/doc/develop/
Dbeyond-GSG.rst249 permission by non-root users to certain USB-connected devices.
/Zephyr-latest/boards/native/native_sim/doc/
Dindex.rst388 The benefit of this approach is that root privileges are not required and
400 use ``sudo zephyr.exe --bt-dev=hci0``. Using the device requires root
/Zephyr-latest/doc/releases/
Drelease-notes-1.9.rst240 * ``ZEP-2085`` - Add CONTRIBUTING.rst to root folder w/contributing guidelines
Drelease-notes-3.4.rst679 * Twister now supports loading test configurations from alternative root
680 folder/s by using ``--alt-config-root``. When a test is found, Twister will
682 configuration root folders. For example, given
Drelease-notes-3.6.rst271 * Fixed an issue whereby shields were processed in order of the root they resided in rather than
760 * GM PRIO root system id is now always used for announce messages.
Drelease-notes-3.7.rst531 * Added sysbuild root support which works similarly to the existing root module, adjusting paths
Drelease-notes-1.12.rst340 * :github:`3711` - RPL root node Grounded flag should be followed by client node
Drelease-notes-2.4.rst1022 * :github:`28139` - tests: benchmarks: data_structure_perf: rbtree_perf: uninitialized root struct
1488 * :github:`25979` - Need root LICENSE files in hal_stm32 module
Drelease-notes-2.7.rst783 vendor prefix. This warning does not apply to the root node.
1267 * :github:`38047` - twister: The --board-root parameter doesn't appear to work
Drelease-notes-3.0.rst1314 * :github:`38047` - twister: The --board-root parameter doesn't appear to work
Drelease-notes-2.6.rst1018 * The documentation helper ``Makefile`` has been moved from the repository root
1285 * :github:`34978` - misleading root folder size in footprint reports
/Zephyr-latest/doc/
Dzephyr.doxyfile.in1036 # subdirectory from a directory tree whose root is specified with the INPUT tag.
1233 # - Make sure the INPUT points to the root of the source tree
1745 # shows how to put an image at the root of the tree instead of the PROJECT_NAME.
2900 # children of the root node in a graph is already larger than
2910 # root by following a path via at most 3 edges will be shown. Nodes that lay
2911 # further from the root node will be omitted. Note that setting this option to 1
/Zephyr-latest/doc/connectivity/usb/device/
Dusb_device.rst389 using :c:func:`usb_bos_register_cap`. Registered descriptors are added to the root
/Zephyr-latest/boards/openisa/rv32m1_vega/doc/
Dindex.rst723 installs the toolchain. This means ``make`` has to be run as root
/Zephyr-latest/doc/_static/css/
Dcustom.css11 :root {
/Zephyr-latest/doc/develop/west/
Drelease-notes.rst621 prints the root directory of the current west workspace.
Dbuild-flash-debug.rst44 The easiest way to use ``west build`` is to go to an application's root
/Zephyr-latest/
DKconfig.zephyr28 # This loads Zephyr specific SoC root defconfigs
/Zephyr-latest/subsys/bluetooth/host/
DKconfig455 bool "Randomize identity root for fallback identities"
/Zephyr-latest/doc/hardware/porting/
Dboard_porting.rst994 root folder, under ``${BOARD_ROOT}/boards/extensions``. Here is an example

12345678910