summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/Documentation/NuttX.html7
-rw-r--r--nuttx/TODO3
2 files changed, 5 insertions, 5 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 0ab157618..8edba79e9 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -219,7 +219,8 @@
<td><br></td>
<td>
<p>
- <li>Easily extensible to new processor architectures, SoC architecture, or board architectures.</li>
+ <li>Easily extensible to new processor architectures, SoC architecture, or board architectures.
+ A <a href="NuttxPortingGuide.html">Porting Guide</a> is in development.</li>
</p>
</tr>
@@ -978,11 +979,11 @@ Other memory:
<ul><table>
<tr>
<td><img src="favicon.ico"></td>
- <td><a href="NuttxUserGuide.html">User Guide</td>
+ <td><a href="NuttxUserGuide.html">User Guide</a></td>
</tr>
<tr>
<td><img src="favicon.ico"></td>
- <td><a href="NuttxPortingGuide.html">Porting Guide</td>
+ <td><a href="NuttxPortingGuide.html">Porting Guide</a></td>
</tr>
</center></ul>
diff --git a/nuttx/TODO b/nuttx/TODO
index 24dc5b027..3351d7e46 100644
--- a/nuttx/TODO
+++ b/nuttx/TODO
@@ -62,7 +62,7 @@ o File system
- FAT32: long file names
o Documentation
-- Document fs/ & driver/ logic
+- Document driver/ logic
- Document C-library APIs
o Build system
@@ -72,7 +72,6 @@ o Build system
- Dependencies do not work correctly under configs/<board>/src (same as arch/<arch>/src/board).
o Applications & Tests
-- Verify TELNET frontend to nsh
o ARM
- Add option to use a separate stack for interrupt handling. At present,