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.