From 76ac2dc47870e8ffc0e8a97bf438dde2c9ae16b7 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Wed, 19 Jan 2022 15:23:31 -0500 Subject: [PATCH] doc: update list of supported architectures - Add MIPS to the list. - Update ARC entry with ARCv3 support. Signed-off-by: Anas Nashif --- doc/introduction/index.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/introduction/index.rst b/doc/introduction/index.rst index 1a18af02e22..5d7da950c78 100644 --- a/doc/introduction/index.rst +++ b/doc/introduction/index.rst @@ -9,7 +9,7 @@ sensors and LED wearables to sophisticated embedded controllers, smart watches, and IoT wireless applications. The Zephyr kernel supports multiple architectures, including: - - ARC EM and HS + - ARCv2 (EM and HS) and ARCv3 (HS6X) - ARMv6-M, ARMv7-M, and ARMv8-M (Cortex-M) - ARMv7-A and ARMv8-A (Cortex-A, 32- and 64-bit) - ARMv7-R, ARMv8-R (Cortex-R, 32- and 64-bit) @@ -18,6 +18,7 @@ The Zephyr kernel supports multiple architectures, including: - 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 `.