1
0
Fork 0
forked from nuttx/nuttx-update

Documentation: Change 32bit arch to 64bit arch

since NuttX support at least 64bit x86 and riscv now

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2020-10-18 15:53:47 +08:00 committed by Brennan Ashton
parent 4f1f25b516
commit 8a7982bec0
2 changed files with 2 additions and 2 deletions

View file

@ -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 RTOSs (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 RTOSs (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|

View file

@ -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.