Home
last modified time | relevance | path

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

123

/Zephyr-latest/tests/cmake/overlays/soc_folder_kconfig/
Dtestcase.yaml11 buildsystem.cmake.overlays.soc_folder_kconfig.default:
14 buildsystem.cmake.overlays.soc_folder_kconfig.suffix:
18 buildsystem.cmake.overlays.soc_folder_kconfig.conf:
22 buildsystem.cmake.overlays.soc_folder_kconfig.suffix.conf:
/Zephyr-latest/tests/cmake/overlays/soc_folder_overlay/
Dtestcase.yaml5 buildsystem.cmake.overlays.soc_folder_overlay.default:
14 buildsystem.cmake.overlays.soc_folder_overlay.suffix:
24 buildsystem.cmake.overlays.soc_folder_overlay.app:
/Zephyr-latest/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.rst220 .. _set-devicetree-overlays:
222 Set devicetree overlays
225 Devicetree overlays are explained in :ref:`devicetree-intro`. The CMake
239 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. */
/Zephyr-latest/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-latest/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-latest/tests/cmake/sysbuild_snippets/
DKconfig8 # Test values set by the snippet config overlays and tested by the test logic
/Zephyr-latest/doc/build/snippets/
Dwriting.rst46 When writing devicetree overlays in a snippet, use ``snippet_<name>`` or
51 overlays like this:
134 devicetree overlays (``.overlay`` files).
136 .. _snippets-devicetree-overlays:
138 Devicetree overlays (``.overlay``)
/Zephyr-latest/dts/bindings/mbox/
Dnxp,s32-mru.yaml26 respectively, then the devicetree overlays will look like:
34 // overlays of core B and core C
/Zephyr-latest/boards/shields/nrf7002ek/
Dnrf7002ek_nrf7001.overlay23 /* Include common nRF70 overlays */
Dnrf7002ek.overlay23 /* Include common nRF70 overlays */
Dnrf7002ek_nrf7000.overlay23 /* Include common nRF70 overlays */
/Zephyr-latest/samples/modules/lvgl/screen_transparency/
DREADME.rst11 screens that support transparency, like OSD overlays.
/Zephyr-latest/samples/bluetooth/direction_finding_central/
DREADME.rst69 this overlay. See :ref:`set-devicetree-overlays` for information on setting up
70 and using overlays.
/Zephyr-latest/samples/bluetooth/direction_finding_peripheral/
DREADME.rst68 this overlay. See :ref:`set-devicetree-overlays` for information on setting up
69 and using overlays.
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/
DREADME.rst72 this overlay. See :ref:`set-devicetree-overlays` for information on setting up
73 and using overlays.
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_tx/
DREADME.rst73 this overlay. See :ref:`set-devicetree-overlays` for information on setting up
74 and using overlays.
/Zephyr-latest/cmake/modules/
Dconfiguration_files.cmake72 # If DTC_OVERLAY_FILE is not set by the user, look for SoC and board-specific overlays
79 # If still not found, search for other overlays in the configuration directory.
/Zephyr-latest/samples/sensor/magn_polling/
DREADME.rst14 Board-specific overlays
/Zephyr-latest/samples/sensor/bme280/
DREADME.rst105 Board-specific overlays
110 See existing overlays for examples.
112 The build system uses these overlays by default when targeting those boards, so
/Zephyr-latest/boards/mediatek/
Dindex.rst122 mkdir overlays
123 (cd overlays; ln -s ../../xtensa-overlay/xtensa_mt8186.tar.gz xtensa_${TC}.tar.gz)
129 CT_OVERLAY_LOCATION="overlays"
/Zephyr-latest/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-latest/boards/shields/x_nucleo_iks4a1/doc/
Dindex.rst138 Devicetree Overlays
141 There are three predefined DT overlays in the board:
157 with one of the overlays described above:
/Zephyr-latest/samples/net/wpan_serial/
DREADME.rst18 using overlays, or by using an SoC with a built-in radio, such as a kw41z,

123