From ac0c1e419229cbb849566f7d31bdc995286d342a Mon Sep 17 00:00:00 2001 From: Antony Pavlov Date: Fri, 21 Jan 2022 09:49:26 +0300 Subject: [PATCH] doc: mention MIPS architecture support MIPS architecture support was introduced in 0369998e612a ('arch: add MIPS architecture support'). Also sort supported architectures list alphabetically. Signed-off-by: Antony Pavlov --- doc/getting_started/installation_linux.rst | 2 ++ doc/introduction/index.rst | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/getting_started/installation_linux.rst b/doc/getting_started/installation_linux.rst index afcbea88804..2b78372e6a3 100644 --- a/doc/getting_started/installation_linux.rst +++ b/doc/getting_started/installation_linux.rst @@ -224,6 +224,8 @@ following target architectures: * :abbr:`ARC (Argonaut RISC Core)` +* :abbr:`MIPS (Microprocessor without Interlocked Pipeline Stages)` + * :abbr:`Nios II` * :abbr:`RISC-V` diff --git a/doc/introduction/index.rst b/doc/introduction/index.rst index 5d7da950c78..225cd3d8dbb 100644 --- a/doc/introduction/index.rst +++ b/doc/introduction/index.rst @@ -14,11 +14,11 @@ The Zephyr kernel supports multiple architectures, including: - ARMv7-A and ARMv8-A (Cortex-A, 32- and 64-bit) - ARMv7-R, ARMv8-R (Cortex-R, 32- and 64-bit) - Intel x86 (32- and 64-bit) + - MIPS (MIPS32 Release 1 specification) - NIOS II Gen 2 - RISC-V (32- and 64-bit) - SPARC V8 - Tensilica Xtensa - - MIPS (MIPS32 Release 1 specification) The full list of supported boards based on these architectures can be found :ref:`here `.