Skip to content

Commit 989b71b

Browse files
stephanosiocarlescufi
authored andcommitted
doc: beyong-GSG: Update instructions for multi-platform Zephyr SDK
Since Zephyr SDK is now supported on all major operating systems, there is no need to restrict it to "on Linux." This commit also removes an endorsement of the GNU Arm Embedded toolchain because there is no need to recommend and/or use it anymore for the aforementioned reason. Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 97e226c commit 989b71b

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

doc/guides/beyond-GSG.rst

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -64,22 +64,20 @@ a cross-compiler and related tools which are different than the compiler
6464
and tools used for developing software that runs
6565
natively on your operating system.
6666

67-
On Linux systems, you can install the :ref:`Zephyr SDK <zephyr_sdk>` to
68-
get toolchains for all supported architectures. Otherwise, you can
69-
install other toolchains in the usual way for your operating system: with
70-
installer programs or system package managers, by downloading and
71-
extracting a zip archive, etc.
67+
You can install the :ref:`Zephyr SDK <zephyr_sdk>` to get toolchains for all
68+
supported architectures. Otherwise, you can install other toolchains in the
69+
usual way for your operating system: with installer programs or system package
70+
managers, by downloading and extracting a zip archive, and so on.
7271

7372
You configure the Zephyr build system to use a specific toolchain by
7473
setting :ref:`environment variables <env_vars>` such as
7574
:envvar:`ZEPHYR_TOOLCHAIN_VARIANT` to a supported value, along with
7675
additional variable(s) specific to the toolchain variant.
7776

78-
While the Zephyr SDK includes standard tool chains for all supported
77+
While the Zephyr SDK includes standard toolchains for all supported
7978
architectures, there are also customized alternatives as described in
8079
these documents. (If you're not sure which to use, check your specific
81-
:ref:`board-level documentation <boards>`. If you're targeting an Arm
82-
Cortex-M board, for example, :ref:`toolchain_gnuarmemb` is a safe bet.)
80+
:ref:`board-level documentation <boards>`.)
8381

8482
.. toctree::
8583
:maxdepth: 2

0 commit comments

Comments
 (0)