Searched refs:makevar (Results 1 – 14 of 14) sorted by relevance
/Zephyr-latest/doc/develop/sca/ |
D | index.rst | 8 The build setting :makevar:`ZEPHYR_SCA_VARIANT` can be used to specify the SCA 22 Zephyr itself is always added as an :makevar:`SCA_ROOT` but the build system offers the 23 possibility to add additional folders to the :makevar:`SCA_ROOT` setting. 48 Remember to add ``/path/to/my_tools`` to :makevar:`SCA_ROOT`. 50 :makevar:`SCA_TOOL` can be set as a regular CMake setting using
|
/Zephyr-latest/doc/develop/toolchains/ |
D | custom_cmake.rst | 42 your :makevar:`ZEPHYR_TOOLCHAIN_VARIANT`, :makevar:`TOOLCHAIN_ROOT`, and other 57 When :makevar:`TOOLCHAIN_USE_CUSTOM` is set, the :file:`other.h` must be 64 :makevar:`USERINCLUDE` can be set to point to the include directory, as shown
|
/Zephyr-latest/doc/build/snippets/ |
D | writing.rst | 68 #. In directories configured by the :makevar:`SNIPPET_ROOT` CMake variable. 82 For example, if :makevar:`SNIPPET_ROOT` is set to ``/foo;/bar``, the build 105 the path to ``baz`` had appeared in :makevar:`SNIPPET_ROOT`. 110 Snippets are processed in the order they are listed in the :makevar:`SNIPPET`
|
/Zephyr-latest/doc/develop/application/ |
D | index.rst | 395 The variables :makevar:`BOARD`, :makevar:`CONF_FILE`, and 396 :makevar:`DTC_OVERLAY_FILE` can be supplied to the build system in 405 * :makevar:`ZEPHYR_BASE`: Zephyr base variable used by the build system. 410 * :makevar:`BOARD`: Selects the board that the application's build 415 * :makevar:`CONF_FILE`: Indicates the name of one or more Kconfig configuration 422 * :makevar:`EXTRA_CONF_FILE`: Additional Kconfig configuration fragment files. 424 can be useful in order to leave :makevar:`CONF_FILE` at its default value, 427 * :makevar:`DTC_OVERLAY_FILE`: One or more devicetree overlay files to use. 432 * :makevar:`EXTRA_DTC_OVERLAY_FILE`: Additional devicetree overlay files to use. 434 :makevar:`DTC_OVERLAY_FILE` at its default value, but "mix in" some additional [all …]
|
/Zephyr-latest/doc/build/dts/ |
D | howtos.rst | 226 variable :makevar:`DTC_OVERLAY_FILE` contains a space- or semicolon-separated 227 list of overlay files to use. If :makevar:`DTC_OVERLAY_FILE` specifies multiple 233 You can set :makevar:`DTC_OVERLAY_FILE` to contain exactly the files you want 237 If you don't set :makevar:`DTC_OVERLAY_FILE`, the build system will follow 269 The :makevar:`DTC_OVERLAY_FILE` value is stored in the CMake cache and used
|
D | intro-input-output.rst | 67 include, via the :makevar:`DTC_OVERLAY_FILE` CMake variable. See
|
/Zephyr-latest/doc/develop/west/ |
D | without-west.rst | 69 of these repositories, you must set :makevar:`ZEPHYR_MODULES`
|
D | build-flash-debug.rst | 269 For example, to always enable :makevar:`CMAKE_EXPORT_COMPILE_COMMANDS`, you can 278 To enable :makevar:`CMAKE_VERBOSE_MAKEFILE`, so CMake always produces a verbose 289 For example, to enable both :makevar:`CMAKE_EXPORT_COMPILE_COMMANDS` and 290 :makevar:`CMAKE_VERBOSE_MAKEFILE`::
|
/Zephyr-latest/doc/develop/ |
D | modules.rst | 415 The build system variable :makevar:`ZEPHYR_MODULES` is a `CMake list`_ of 424 knows how to use west to set :makevar:`ZEPHYR_MODULES`. You can add additional 425 modules to this list by setting the :makevar:`EXTRA_ZEPHYR_MODULES` CMake 426 variable or by adding a :makevar:`EXTRA_ZEPHYR_MODULES` line to ``.zephyrrc`` 434 line variable :makevar:`EXTRA_ZEPHYR_MODULES` will take precedence. 1080 If west is installed and :makevar:`ZEPHYR_MODULES` is not already set, the 1098 and is not added to :makevar:`ZEPHYR_MODULES`. 1106 find Zephyr modules, you can set :makevar:`ZEPHYR_MODULES` yourself using one 1143 If you don't have west installed and don't specify :makevar:`ZEPHYR_MODULES`
|
/Zephyr-latest/doc/connectivity/bluetooth/ |
D | bluetooth-tools.rst | 100 This option gets passed to QEMU through :makevar:`QEMU_EXTRA_FLAGS`
|
/Zephyr-latest/doc/develop/debug/ |
D | index.rst | 70 :makevar:`${QEMU_PIPE}` via CMake, typically :file:`qemu-fifo` within the build
|
/Zephyr-latest/doc/connectivity/usb/device/ |
D | usb_device.rst | 444 The class driver waits for the :makevar:`USB_DC_CONFIGURED` device status code
|
/Zephyr-latest/doc/build/sysbuild/ |
D | index.rst | 701 File suffix support through the :makevar:`FILE_SUFFIX` is supported in sysbuild
|
/Zephyr-latest/doc/hardware/porting/ |
D | board_porting.rst | 894 The :makevar:`BOARD_REVISION` variable holds the revision value specified by the
|