Searched full:overlays (Results 1 – 25 of 67) sorted by relevance
123
/Zephyr-latest/tests/cmake/overlays/soc_folder_kconfig/ |
D | testcase.yaml | 11 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/ |
D | testcase.yaml | 5 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/ |
D | intro-input-output.rst | 23 - 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
|
D | howtos.rst | 220 .. _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 …]
|
D | troubleshooting.rst | 97 :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/ |
D | testcase.yaml | 6 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/ |
D | Kconfig | 42 # 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/ |
D | Kconfig | 8 # Test values set by the snippet config overlays and tested by the test logic
|
/Zephyr-latest/doc/build/snippets/ |
D | writing.rst | 46 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/ |
D | nxp,s32-mru.yaml | 26 respectively, then the devicetree overlays will look like: 34 // overlays of core B and core C
|
/Zephyr-latest/boards/shields/nrf7002ek/ |
D | nrf7002ek_nrf7001.overlay | 23 /* Include common nRF70 overlays */
|
D | nrf7002ek.overlay | 23 /* Include common nRF70 overlays */
|
D | nrf7002ek_nrf7000.overlay | 23 /* Include common nRF70 overlays */
|
/Zephyr-latest/samples/modules/lvgl/screen_transparency/ |
D | README.rst | 11 screens that support transparency, like OSD overlays.
|
/Zephyr-latest/samples/bluetooth/direction_finding_central/ |
D | README.rst | 69 this overlay. See :ref:`set-devicetree-overlays` for information on setting up 70 and using overlays.
|
/Zephyr-latest/samples/bluetooth/direction_finding_peripheral/ |
D | README.rst | 68 this overlay. See :ref:`set-devicetree-overlays` for information on setting up 69 and using overlays.
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/ |
D | README.rst | 72 this overlay. See :ref:`set-devicetree-overlays` for information on setting up 73 and using overlays.
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_tx/ |
D | README.rst | 73 this overlay. See :ref:`set-devicetree-overlays` for information on setting up 74 and using overlays.
|
/Zephyr-latest/cmake/modules/ |
D | configuration_files.cmake | 72 # 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/ |
D | README.rst | 14 Board-specific overlays
|
/Zephyr-latest/samples/sensor/bme280/ |
D | README.rst | 105 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/ |
D | index.rst | 122 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/ |
D | xtensa.py | 267 # 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/ |
D | index.rst | 138 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/ |
D | README.rst | 18 using overlays, or by using an SoC with a built-in radio, such as a kw41z,
|
123