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:
parent
4f1f25b516
commit
8a7982bec0
2 changed files with 2 additions and 2 deletions
|
@ -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|
|
||||
|
||||
|
|
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue