Home
last modified time | relevance | path

Searched refs:west (Results 26 – 50 of 652) sorted by relevance

12345678910>>...27

/Zephyr-latest/samples/psa/its/
DREADME.rst40 :tool: west
43 :west-args: -T sample.psa.its.tfm
53 :tool: west
56 :west-args: -T sample.psa.its.secure_storage.entropy_driver
62 :tool: west
65 :west-args: -T sample.psa.its.secure_storage.entropy_not_secure
67 To flash it, see :ref:`west-flashing`.
/Zephyr-latest/soc/nxp/imxrt/imxrt5xx/f1/
DCMakeLists.txt10 # west sign
18 COMMENT "west sign --if-tool-available --tool rimage ..."
19 …COMMAND west sign --if-tool-available --tool rimage --build-dir ${CMAKE_BINARY_DIR} ${WEST_SIGN_O…
/Zephyr-latest/samples/psa/persistent_key/
DREADME.rst38 :tool: west
41 :west-args: -T sample.psa.persistent_key.tfm
51 :tool: west
54 :west-args: -T sample.psa.persistent_key.secure_storage.entropy_driver
60 :tool: west
63 :west-args: -T sample.psa.persistent_key.secure_storage.entropy_not_secure
65 To flash it, see :ref:`west-flashing`.
/Zephyr-latest/soc/nxp/imx/imx8ulp/
DCMakeLists.txt8 # west sign
17 COMMENT "west sign --if-tool-available --tool rimage ..."
18 …COMMAND west sign --if-tool-available --tool rimage --build-dir ${CMAKE_BINARY_DIR} ${WEST_SIGN_O…
/Zephyr-latest/soc/nxp/imx/imx8x/
DCMakeLists.txt12 # west sign
21 COMMENT "west sign --if-tool-available --tool rimage ..."
22 …COMMAND west sign --if-tool-available --tool rimage --build-dir ${CMAKE_BINARY_DIR} ${WEST_SIGN_O…
/Zephyr-latest/soc/nxp/imx/imx8/
DCMakeLists.txt12 # west sign
21 COMMENT "west sign --if-tool-available --tool rimage ..."
22 …COMMAND west sign --if-tool-available --tool rimage --build-dir ${CMAKE_BINARY_DIR} ${WEST_SIGN_O…
/Zephyr-latest/doc/develop/sca/
Dgcc.rst13 To run GCC static analysis, :ref:`west build <west-building>` should be
18 west build -b qemu_x86 samples/userspace/hello_world_user -- -DZEPHYR_SCA_VARIANT=gcc
Dcpptest.rst17 :ref:`west build <west-building>` should be called with a ``-DZEPHYR_SCA_VARIANT=cpptest``
22 west build -b qemu_cortex_m3 zephyr/samples/hello_world -- -DZEPHYR_SCA_VARIANT=cpptest
40 ``bdf.import.linker.exec`` to the toolchain :ref:`west build <west-building>` used.
/Zephyr-latest/samples/boards/espressif/spiram_test/
DREADME.rst30 west build -b esp32s3_devkitm/esp32s3/procpu samples/boards/espressif/spiram_test
31 west flash
39 To check output of this sample, run ``west espressif monitor`` or any other serial
41 This example uses ``west espressif monitor``, which automatically detects the serial
46 $ west espressif monitor
/Zephyr-latest/boards/infineon/cy8ckit_062s4/doc/
Dindex.rst65 west blobs fetch hal_infineon
92 The path to the installed Infineon OpenOCD executable must be available to the ``west`` tool comman…
99 # Run west config once to set permanent CMake argument
100 west config build.cmake-args -- -DOPENOCD=path/to/infineon/openocd/bin/openocd.exe
103 west build -b cy8ckit_062s4 -p always samples/basic/blinky
105 west flash
106 west debug
112 # Run west config once to set permanent CMake argument
113 west config build.cmake-args -- -DOPENOCD=path/to/infineon/openocd/bin/openocd
116 west build -b cy8ckit_062s4 -p always samples/basic/blinky
[all …]
/Zephyr-latest/submanifests/
Dexample.yaml.sample1 # Example manifest file you can include into the main west.yml file.
6 # Then change the 'name' and 'url' below and run 'west update'.
9 # every time you run 'west update'.
/Zephyr-latest/doc/build/snippets/
Dusing.rst14 With west build
21 west build -S foo app
27 west build -S snippet1 -S snippet2 [...] app
32 If you are running CMake directly instead of using ``west build``, use the
/Zephyr-latest/doc/build/sysbuild/
Dindex.rst55 - You can run sysbuild either with :ref:`west build
56 <west-building>` or directly via ``cmake``.
71 - Sysbuild integrates with west's :ref:`west-build-flash-debug` commands. It
72 does this by managing the :ref:`west-runner`, and specifically the
87 As mentioned above, you can run sysbuild via ``west build`` or ``cmake``.
91 .. group-tab:: ``west build``
93 Here is an example. For details, see :ref:`west-multi-domain-builds` in
94 the ``west build documentation``.
97 :tool: west
101 :west-args: --sysbuild
[all …]
/Zephyr-latest/boards/infineon/xmc45_relax_kit/doc/
Dindex.rst91 west build -b xmc45_relax_kit -p always samples/hello_world
93 west flash
94 west debug
101 west build -b xmc45_relax_kit -p always samples/hello_world
103 west flash
104 west debug
106 Once the gdb console starts after executing the west debug command, you may now set breakpoints and…
/Zephyr-latest/boards/infineon/xmc47_relax_kit/doc/
Dindex.rst93 west build -b xmc47_relax_kit -p always samples/hello_world
95 west flash
96 west debug
103 west build -b xmc47_relax_kit -p always samples/hello_world
105 west flash
106 west debug
108 Once the gdb console starts after executing the west debug command, you may now set breakpoints and…
/Zephyr-latest/doc/develop/west/
Dwhy.rst12 During the development of west, a set of :ref:`west-design-constraints` were
39 Some of west's features are similar to those provided by
43 Existing tools were considered during west's initial design and development.
82 See :ref:`west-basics` for information on how west workspaces manage multiple
93 command-line tools, i.e. use Zephyr without using west (although west itself
95 always be *convenient* to do so, however. (If all of west's features
106 - **Usable as a Library**: whenever possible, west features are
109 them. West itself is a Python package named ``west``; its libraries
118 can always find out what is happening "under the hood" when using west.
/Zephyr-latest/boards/infineon/cy8cproto_063_ble/doc/
Dindex.rst76 west blobs fetch hal_infineon
104 The path to the installed Infineon OpenOCD executable must be available to the ``west`` tool comman…
111 # Run west config once to set permanent CMake argument
112 west config build.cmake-args -- -DOPENOCD=path/to/infineon/openocd/bin/openocd.exe
115 west build -b cy8cproto_063_ble -p always samples/basic/blinky
117 west flash
118 west debug
124 # Run west config once to set permanent CMake argument
125 west config build.cmake-args -- -DOPENOCD=path/to/infineon/openocd/bin/openocd
128 west build -b cy8cproto_063_ble -p always samples/basic/blinky
[all …]
/Zephyr-latest/boards/infineon/cy8ckit_062s2_ai/doc/
Dindex.rst74 west blobs fetch hal_infineon
114 The path to the installed Infineon OpenOCD executable must be available to the ``west`` tool comman…
123 # Run west config once to set permanent CMake argument
124 west config build.cmake-args -- -DOPENOCD=path/to/infineon/openocd/bin/openocd.exe
127 west build -b cy8ckit_062s2_ai/cy8c624abzi_s2d44 -p always samples/basic/blinky
129 west flash
130 west debug
136 # Run west config once to set permanent CMake argument
137 west config build.cmake-args -- -DOPENOCD=path/to/infineon/openocd/bin/openocd
140 west build -b cy8ckit_062s2_ai/cy8c624abzi_s2d44 -p always samples/basic/blinky
[all …]
/Zephyr-latest/scripts/west_commands/completion/
Dwest-completion.zsh1 #compdef west
7 compdef _west west
13 'init[create a west workspace]'
14 'update[update projects described in west manifest]'
16 'manifest[manage the west manifest]'
22 'help[get help for west or a command]'
43 west topdir &>/dev/null
45 _values "west command" $all_cmds
47 _values "west command" $builtin_cmds
50 _values "west command" $all_cmds
[all …]
/Zephyr-latest/boards/infineon/cyw920829m2evk_02/doc/
Dindex.rst76 west blobs fetch hal_infineon
94 e.g. west build -p always -b cyw920829m2evk_02 samples/basic/blinky -S rtt-console
108 The path to the installed Infineon OpenOCD executable must be available to the ``west`` tool comman…
115 # Run west config once to set permanent CMake argument
116 west config build.cmake-args -- -DOPENOCD=path/to/infineon/openocd/bin/openocd.exe
119 west build -b cyw920829m2evk_02 -p always samples/basic/blinky
121 west flash
122 west debug
128 # Run west config once to set permanent CMake argument
129 west config build.cmake-args -- -DOPENOCD=path/to/infineon/openocd/bin/openocd
[all …]
/Zephyr-latest/scripts/pylib/pytest-twister-harness/
DREADME.rst29 or build shell application by west and call pytest directly:
38 west build -p -b native_sim -- -DCONFIG_NATIVE_UART_0_ON_STDINOUT=y
42 west build -p -b qemu_x86 -- -DQEMU_PIPE=qemu-fifo
46 west build -p -b nrf52840dk/nrf52840
/Zephyr-latest/doc/build/signing/
Dindex.rst7 also the ability to use ``west sign`` to sign binaries too, this page describes the former, the
8 latter is documented on :ref:`west-sign`.
16 ``west flash`` will use the signed binaries.
24 west build -b YOUR_BOARD zephyr/samples/hello_world --sysbuild -d build-hello-signed -- \
27 west flash -d build-hello-signed
49 If your ``west flash`` :ref:`runner <west-runner>` uses an image format supported by imgtool, you
51 ``west flash -d build-hello-signed``:
65 Whether ``west flash`` supports this feature depends on your runner. The ``nrfjprog`` and
74 The signing script used when running ``west flash`` can be extended or replaced to change features
89 west build -b <board> <application> -DSIGNING_SCRIPT=<file>
/Zephyr-latest/soc/nxp/imx/imx8m/
DCMakeLists.txt12 # west sign
21 COMMENT "west sign --if-tool-available --tool rimage ..."
22 …COMMAND west sign --if-tool-available --tool rimage --build-dir ${CMAKE_BINARY_DIR} ${WEST_SIGN_O…
/Zephyr-latest/samples/boards/espressif/xt_wdt/
DREADME.rst35 west build -p -b esp32s3_devkitm/esp32s3/procpu samples/boards/espressif/xt_wdt
36 west flash
44 To check output of this sample, run ``west espressif monitor`` or any other serial
46 This example uses ``west espressif monitor``, which automatically detects the serial
51 $ west espressif monitor
/Zephyr-latest/soc/amd/acp_6_0/
DCMakeLists.txt7 COMMENT "west sign --if-tool-available --tool rimage ..."
8 …COMMAND west sign --if-tool-available --tool rimage --build-dir ${CMAKE_BINARY_DIR} ${WEST_SIGN_O…

12345678910>>...27