diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 0ab1576188f..8edba79e96f 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -219,7 +219,8 @@
|
- Easily extensible to new processor architectures, SoC architecture, or board architectures.
+ Easily extensible to new processor architectures, SoC architecture, or board architectures.
+ A Porting Guide is in development.
@@ -978,11 +979,11 @@ Other memory:
 |
- User Guide |
+ User Guide |
 |
- Porting Guide |
+ Porting Guide |
diff --git a/TODO b/TODO
index 24dc5b02768..3351d7e46c1 100644
--- a/TODO
+++ b/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//src (same as 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,
|