summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html18
1 files changed, 15 insertions, 3 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index e086b1476..bcfa88c4b 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -2010,10 +2010,22 @@ svn checkout -r5595 http://svn.code.sf.net/p/nuttx/code/trunk nuttx-code
<ul>
<p>
<b>STATUS</b>.
- As of this writing, this is very much a work in progress.
- For a full-featured RTOS such as NuttX, providing support in a usable and meaningful way within the tiny memories of the NUC120 will be a challenge (128KB FLASH and 16KB of SRAM).
- Initial support for the NUC120 is expected in NuttX-6.26.
+ Initial support for the NUC120 was released in NuttX-6.26.
+ This initial support is very minimal:
+ There is an OS test configuration that verifies the correct port of NuttX to the part and
+ a NuttShell (<a href="NuttShell.html">NSH</a>) configuration that might be the basis for an application development.
+ As of this writing, more device drivers are needed to make this a more complete port.
</p>
+ <p>
+ For a full-featured RTOS such as NuttX, providing support in a usable and meaningful way within the tiny memories of the NUC120 demonstrates the scalability of NuttX (128KB FLASH and 16KB of SRAM).
+ When running the NSH configuration (a full up application), there is still more than 9KB or SRAM available:
+ </p>
+ <ul><pre>
+NuttShell (NSH) NuttX-6.26
+nsh> free
+ total used free largest
+Mem: 13344 3944 9400 9400
+nsh>
</ul>
<p>
<b>Development Environments:</b>