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:
parent
82bc7d0733
commit
ac0c1e4192
2 changed files with 3 additions and 1 deletions
|
@ -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`
|
||||
|
|
|
@ -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>`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue