From 8d41af0536a9cb0ad85531f3adb67c67fa127845 Mon Sep 17 00:00:00 2001 From: Anas Nashif Date: Thu, 5 May 2022 11:33:51 -0400 Subject: [PATCH] doc: update architectures in README Add all missing architectures to the README. Signed-off-by: Anas Nashif --- README.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index a1b45ca6c66..3b5025350a2 100644 --- a/README.rst +++ b/README.rst @@ -22,9 +22,9 @@ The Zephyr OS is based on a small-footprint kernel designed for use on resource-constrained systems: from simple embedded environmental sensors and LED wearables to sophisticated smart watches and IoT wireless gateways. -The Zephyr kernel supports multiple architectures, including ARM Cortex-M, -Intel x86, ARC, Nios II, Tensilica Xtensa, and RISC-V, and a large number of -`supported boards`_. +The Zephyr kernel supports multiple architectures, including ARM (Cortex-A, +Cortex-R, Cortex-M), Intel x86, ARC, Nios II, Tensilica Xtensa, and RISC-V, +SPARC, MIPS, and a large number of `supported boards`_. .. below included in doc/introduction/introduction.rst