Home
last modified time | relevance | path

Searched full:overlays (Results 1 – 25 of 52) sorted by relevance

123

/Zephyr-Core-3.5.0/doc/build/dts/
Dintro-input-output.rst23 - overlays (``.overlay``)
54 :file:`BOARD.dts` can be extended or modified using *overlays*. Overlays are
56 their purpose clear. Overlays adapt the base devicetree for different purposes:
58 - Zephyr applications can use overlays to enable a peripheral that is disabled
63 - Overlays are also used when defining :ref:`shields`.
66 certain locations. It is also possible to explicitly list the overlays to
68 :ref:`set-devicetree-overlays` for details.
71 concatenating them, with the overlays put last. This relies on DTS syntax which
74 ``.dtsi`` files, but the principle is the same for overlays). Putting the
79 the contents of devicetree sources, includes, and overlays in a way that allows
Dhowtos.rst219 .. _set-devicetree-overlays:
221 Set devicetree overlays
224 Devicetree overlays are explained in :ref:`devicetree-intro`. The CMake
238 use as devicetree overlays:
251 Extra devicetree overlays may be provided using ``EXTRA_DTC_OVERLAY_FILE`` which
252 will still allow the build system to automatically use devicetree overlays
255 The build system appends overlays specified in ``EXTRA_DTC_OVERLAY_FILE``
256 to the overlays in ``DTC_OVERLAY_FILE`` when processing devicetree overlays.
272 The :ref:`build system <build_overview>` prints all the devicetree overlays it
279 .. _use-dt-overlays: argument
[all …]
Dtroubleshooting.rst97 :ref:`overlay <set-devicetree-overlays>`. For example, if :file:`zephyr.dts`
220 - In overlays, use devicetree node and property names the same way they
221 would appear in any DTS file. Zephyr overlays are just DTS fragments.
254 /* Do this instead. Overlays are just DTS fragments. */
Ddesign.rst40 overlays instead.
Dzephyr-user-node.rst56 using devicetree overlays.
/Zephyr-Core-3.5.0/tests/cmake/overlays/var_expansions/
Dtestcase.yaml6 buildsystem.overlays.var_expansions.CONF_FILE:
11 buildsystem.overlays.var_expansions.OVERLAY_CONFIG:
15 buildsystem.overlays.var_expansions.DTC_OVERLAY_FILE:
/Zephyr-Core-3.5.0/tests/cmake/snippets/
DKconfig42 # Test values set by the snippet config overlays and tested by the test logic
56 int "Test value set by the snippet config overlays"
59 overlays.
/Zephyr-Core-3.5.0/doc/build/snippets/
Dwriting.rst37 When writing devicetree overlays in a snippet, use ``snippet_<name>`` or
42 overlays like this:
125 devicetree overlays (``.overlay`` files).
127 .. _snippets-devicetree-overlays:
129 Devicetree overlays (``.overlay``)
/Zephyr-Core-3.5.0/dts/bindings/mbox/
Dnxp,s32-mru.yaml26 respectively, then the devicetree overlays will look like:
34 // overlays of core B and core C
/Zephyr-Core-3.5.0/samples/bluetooth/direction_finding_central/
DREADME.rst68 this overlay. See :ref:`set-devicetree-overlays` for information on setting up
69 and using overlays.
/Zephyr-Core-3.5.0/samples/bluetooth/direction_finding_peripheral/
DREADME.rst67 this overlay. See :ref:`set-devicetree-overlays` for information on setting up
68 and using overlays.
/Zephyr-Core-3.5.0/tests/bsim/
Dcompile.source25 overlays="${conf_overlay//;/_}"
26 local exe_basename="${exe_name:-bs_${BOARD}_${app}_${conf_file}_${overlays}}"
/Zephyr-Core-3.5.0/samples/bluetooth/direction_finding_connectionless_rx/
DREADME.rst71 this overlay. See :ref:`set-devicetree-overlays` for information on setting up
72 and using overlays.
/Zephyr-Core-3.5.0/samples/bluetooth/direction_finding_connectionless_tx/
DREADME.rst72 this overlay. See :ref:`set-devicetree-overlays` for information on setting up
73 and using overlays.
/Zephyr-Core-3.5.0/samples/sensor/bme280/
DREADME.rst104 Board-specific overlays
109 See existing overlays for examples.
111 The build system uses these overlays by default when targeting those boards, so
/Zephyr-Core-3.5.0/scripts/coredump/gdbstubs/arch/
Dxtensa.py267 # sdk-ng -> overlays/xtensa_sample_controller/gdb/gdb/xtensa-config.c
306 # espressif xtensa-overlays -> xtensa_esp32/gdb/gdb/xtensa-config.c
402 # sdk-ng -> overlays/xtensa_intel_apl/gdb/gdb/xtensa-config.c
483 # sdk-ng -> overlays/xtensa_dc233c/gdb/gdb/xtensa-config.c
/Zephyr-Core-3.5.0/boards/arm/am62x_m4/doc/
Dam62x_m4_phyboard_lyra.rst128 setenv overlays k3-am62-phyboard-lyra-rpmsg.dtbo
129 # Save the overlays variable permanently
/Zephyr-Core-3.5.0/samples/net/wpan_serial/
DREADME.rst18 using overlays, or by using an SoC with a built-in radio, such as a kw41z,
/Zephyr-Core-3.5.0/boards/arm/npcx4m8f_evb/
Dnpcx4m8f_evb.dts50 /* Overwrite default device properties with overlays in board dt file here. */
/Zephyr-Core-3.5.0/samples/basic/blinky/
DREADME.rst96 define one in a :ref:`devicetree overlay <set-devicetree-overlays>`.
/Zephyr-Core-3.5.0/boards/arm/npcx7m6fb_evb/
Dnpcx7m6fb_evb.dts46 /* Overwrite default device properties with overlays in board dt file here. */
/Zephyr-Core-3.5.0/doc/develop/application/
Dindex.rst62 for any board you build for. The purpose of devicetree overlays is
66 more devicetree overlays, and other default files are also searched for.
378 #. Configure any devicetree overlays needed by your application, usually in a
379 file named :file:`app.overlay`. See :ref:`set-devicetree-overlays`.
429 See :ref:`set-devicetree-overlays` for examples and :ref:`devicetree-intro`
503 #. If your application uses devicetree overlays, you may need to set
505 See :ref:`set-devicetree-overlays`.
673 Devicetree Overlays
676 See :ref:`set-devicetree-overlays`.
/Zephyr-Core-3.5.0/samples/subsys/fs/fs_sample/
DREADME.rst56 and DTS overlays need to be also selected. The command would look like this:
/Zephyr-Core-3.5.0/samples/drivers/spi_flash_at45/
DREADME.rst18 The sample have two config overlays.
/Zephyr-Core-3.5.0/boards/arm/npcx9m6f_evb/
Dnpcx9m6f_evb.dts57 /* Overwrite default device properties with overlays in board dt file here. */

123