Skip to content

Commit

Permalink
doc: mention MIPS architecture support
Browse files Browse the repository at this point in the history
MIPS architecture support was introduced
in 0369998 ('arch: add MIPS architecture support').

Also sort supported architectures list alphabetically.

Signed-off-by: Antony Pavlov <[email protected]>
  • Loading branch information
frantony authored and nashif committed Jan 24, 2022
1 parent 82bc7d0 commit ac0c1e4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions doc/getting_started/installation_linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion doc/introduction/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`.

Expand Down

0 comments on commit ac0c1e4

Please sign in to comment.