Lines Matching +full:opt +full:- +full:in

11 certain conditions (for example, running tests in QEMU for some architectures).
18 * ARC (32-bit and 64-bit; ARCv1, ARCv2, ARCv3)
19 * ARM (32-bit and 64-bit; ARMv6, ARMv7, ARMv8; A/R/M Profiles)
20 * MIPS (32-bit and 64-bit)
22 * RISC-V (32-bit and 64-bit; RV32I, RV32E, RV64I)
23 * x86 (32-bit and 64-bit)
34 script. Additional OS-specific instructions are described in the sections below.
40 If you install the Zephyr SDK outside any of the default locations (listed in
42 of the Zephyr SDK, then you must register the Zephyr SDK in the CMake package registry
43 by running the setup script. If you decide not to register the Zephyr SDK in the CMake registry,
52 * ``/company/tools/zephyr-sdk-0.13.2``
53 * ``/company/tools/zephyr-sdk-a.b.c``
54 * ``/company/tools/zephyr-sdk-x.y.z``
64 In general, the Zephyr SDK version referenced in this page should be considered
77 .. note:: You can change |sdk-version-literal| to another version in the instructions below
86 .. group-tab:: Ubuntu
92 .. parsed-literal::
95 wget |sdk-url-linux|
96 wget -O - |sdk-url-linux-sha| | shasum --check --ignore-missing
98 If your host architecture is 64-bit ARM (for example, Raspberry Pi), replace ``x86_64``
99 with ``aarch64`` in order to download the 64-bit ARM Linux SDK.
103 .. parsed-literal::
105 tar xvf zephyr-sdk- |sdk-version-trim| _linux-x86_64.tar.xz
112 * ``$HOME/.local/opt``
114 * ``/opt``
117 The Zephyr SDK bundle archive contains the ``zephyr-sdk-<version>``
119 installation path will be ``$HOME/zephyr-sdk-<version>``.
123 .. parsed-literal::
125 cd zephyr-sdk- |sdk-version-ltrim|
137 .. parsed-literal::
139 …sudo cp ~/zephyr-sdk- |sdk-version-trim| /sysroots/x86_64-pokysdk-linux/usr/share/openocd/contrib/…
140 sudo udevadm control --reload
142 .. group-tab:: macOS
148 .. parsed-literal::
151 curl -L -O |sdk-url-macos|
152 curl -L |sdk-url-macos-sha| | shasum --check --ignore-missing
154 If your host architecture is 64-bit ARM (Apple Silicon), replace
155 ``x86_64`` with ``aarch64`` in order to download the 64-bit ARM macOS SDK.
159 .. parsed-literal::
161 tar xvf zephyr-sdk- |sdk-version-trim| _macos-x86_64.tar.xz
168 * ``$HOME/.local/opt``
170 * ``/opt``
173 The Zephyr SDK bundle archive contains the ``zephyr-sdk-<version>``
175 installation path will be ``$HOME/zephyr-sdk-<version>``.
179 .. parsed-literal::
181 cd zephyr-sdk- |sdk-version-ltrim|
190 .. group-tab:: Windows
198 .. parsed-literal::
201 wget |sdk-url-windows|
205 .. parsed-literal::
207 7z x zephyr-sdk- |sdk-version-trim| _windows-x86_64.7z
215 The Zephyr SDK bundle archive contains the ``zephyr-sdk-<version>``
217 installation path will be ``%HOMEPATH%\zephyr-sdk-<version>``.
221 .. parsed-literal::
223 cd zephyr-sdk- |sdk-version-ltrim|
232 .. _Zephyr SDK Releases: https://github.com/zephyrproject-rtos/sdk-ng/tags
233 …patibility Matrix: https://github.com/zephyrproject-rtos/sdk-ng/wiki/Zephyr-SDK-Version-Compatibil…