aboutsummaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-04 17:38:00 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-03-04 17:38:00 +0000
commit40f49928b04e8f4d10cf6e3b739c79fcac10d3a0 (patch)
tree4c7840655e4f2bccac1f8dcf1ae41be17bdd0234 /nuttx/Documentation
parent03c2be3856624ed069e414148a1d571d4b1fcb25 (diff)
downloadpx4-firmware-40f49928b04e8f4d10cf6e3b739c79fcac10d3a0.tar.gz
px4-firmware-40f49928b04e8f4d10cf6e3b739c79fcac10d3a0.tar.bz2
px4-firmware-40f49928b04e8f4d10cf6e3b739c79fcac10d3a0.zip
Several fixes to the PIC32 USB device OUT path logic
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4451 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 32f118f7b..9d4a78f0e 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -152,10 +152,11 @@
to support a rich, multi-threaded development environment for deeply embedded
processors.
</p>
- NON-GOALS: (1) It is not a goal to provide the rich level of OS
- features like those provided with Linux.
- Small footprint is more important than features.
- Standard compliance is more important than small footprint.
+ NON-GOALS: (1) 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.
</p>