Skip to content

Commit ac0c1e4

Browse files
frantonynashif
authored andcommitted
doc: mention MIPS architecture support
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]>
1 parent 82bc7d0 commit ac0c1e4

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

doc/getting_started/installation_linux.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -224,6 +224,8 @@ following target architectures:
224224

225225
* :abbr:`ARC (Argonaut RISC Core)`
226226

227+
* :abbr:`MIPS (Microprocessor without Interlocked Pipeline Stages)`
228+
227229
* :abbr:`Nios II`
228230

229231
* :abbr:`RISC-V`

doc/introduction/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ The Zephyr kernel supports multiple architectures, including:
1414
- ARMv7-A and ARMv8-A (Cortex-A, 32- and 64-bit)
1515
- ARMv7-R, ARMv8-R (Cortex-R, 32- and 64-bit)
1616
- Intel x86 (32- and 64-bit)
17+
- MIPS (MIPS32 Release 1 specification)
1718
- NIOS II Gen 2
1819
- RISC-V (32- and 64-bit)
1920
- SPARC V8
2021
- Tensilica Xtensa
21-
- MIPS (MIPS32 Release 1 specification)
2222

2323
The full list of supported boards based on these architectures can be found :ref:`here <boards>`.
2424

0 commit comments

Comments
 (0)