From 0f7b9d643f30c26217575f1ae78cf6fa936aba07 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 1 Oct 2016 10:13:37 -0600 Subject: [PATCH] Correct statment in a document --- Documentation/NuttX.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 700876be653..4d6823305ec 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: July 25, 2016

+

Last Updated: September 30, 2016

@@ -146,13 +146,11 @@ to support a rich, multi-threaded development environment for deeply embedded processors.

- NON-GOALS: (1) It is not a goal to provide the level of OS features like those provided by Linux. + NON-GOALS: It is not a goal to provide the level of OS features like those provided by Linux. In order to work with smaller MCUs, small footprint must be more important than an extensive feature set. But standard compliance is more important than small footprint. Surely a smaller RTOS could be produced by ignoring standards. Think of NuttX is a tiny Linux work-alike with a much reduced feature set. - (2) There is no MMU-based support for processes. - At present, NuttX assumes a flat address space.