From 8a7982bec0bec9197f9983c89a85f9fcd7abc080 Mon Sep 17 00:00:00 2001 From: Xiang Xiao Date: Sun, 18 Oct 2020 15:53:47 +0800 Subject: [PATCH] Documentation: Change 32bit arch to 64bit arch since NuttX support at least 64bit x86 and riscv now Signed-off-by: Xiang Xiao --- Documentation/index.rst | 2 +- Documentation/introduction/about.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/index.rst b/Documentation/index.rst index 7dd0d4249f..26a1338ca3 100644 --- a/Documentation/index.rst +++ b/Documentation/index.rst @@ -11,7 +11,7 @@ NuttX Documentation =================== -NuttX is a real-time operating system (RTOS) with an emphasis on standards compliance and small footprint. Scalable from 8-bit to 32-bit microcontroller environments, the primary governing standards in NuttX are Posix and ANSI standards. Additional standard APIs from Unix and other common RTOS’s (such as VxWorks) are adopted for functionality not available under these standards, or for functionality that is not appropriate for deeply-embedded environments (such as fork()). +NuttX is a real-time operating system (RTOS) with an emphasis on standards compliance and small footprint. Scalable from 8-bit to 64-bit microcontroller environments, the primary governing standards in NuttX are POSIX and ANSI standards. Additional standard APIs from Unix and other common RTOS’s (such as VxWorks) are adopted for functionality not available under these standards, or for functionality that is not appropriate for deeply-embedded environments (such as fork()). Last Updated: |today| diff --git a/Documentation/introduction/about.rst b/Documentation/introduction/about.rst index 0bfa2330b5..a7c485ffc1 100644 --- a/Documentation/introduction/about.rst +++ b/Documentation/introduction/about.rst @@ -21,7 +21,7 @@ NuttX is a real time embedded operating system (RTOS). Its goals are: tiny Linux work-alike with a much reduced feature set. * **Highly Scalable** - Fully scalable from tiny (8-bit) to moderate embedded (32-bit). Scalability with rich feature set + Fully scalable from tiny (8-bit) to moderate embedded (64-bit). Scalability with rich feature set is accomplished with: Many tiny source files, link from static libraries, highly configurable, use of weak symbols when available.