doc: mention MIPS architecture support

MIPS architecture support was introduced
in 0369998e61 ('arch: add MIPS architecture support').

Also sort supported architectures list alphabetically.

Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com>
This commit is contained in:
Antony Pavlov 2022-01-21 09:49:26 +03:00 committed by Anas Nashif
commit ac0c1e4192
2 changed files with 3 additions and 1 deletions

View file

@ -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`

View file

@ -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 <boards>`.