diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 50ba2f76a8..c2828bf4b8 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
NuttX RTOS
- Last Updated: May 21, 2007
+ Last Updated: May 26, 2007
|
@@ -574,6 +574,10 @@ Other memory:
* Added unlink(), mkdir(), rmdir(), and rename()
* Fixed several serious FAT errors with oflags handling (&& instead of &)
* Added FAT support for unlink(), mkdir(), rmdir(), and rename()
+ * Added FAT support for opendir(), closedir(), readdir(), seekdir(),
+ telldir(), rewindir().
+ * Fixed ARM compilation errors introduced in 1.2.5 (that is what I get
+ for only testing on the simulation).
* Started m68322
diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html
index e7270063e6..8cd9d06e36 100644
--- a/Documentation/NuttxPortingGuide.html
+++ b/Documentation/NuttxPortingGuide.html
@@ -16,7 +16,7 @@
by
Gregory Nutt
- Last Update: April 30, 2007
+ Last Update: May 26, 2007
Table of Contents
@@ -1211,8 +1211,9 @@ The system can be re-made subsequently by just typing make
.
- CONFIG_DISABLE_CLOCK
, CONFI_DISABLE_POSIX_TIMERS
, CONFIG_DISABLE_PTHREAD
,
- CONFIG_DISABLE_SIGNALS
, CONFIG_DISABLE_MQUEUE
,
+ CONFIG_DISABLE_CLOCK
, CONFI_DISABLE_POSIX_TIMERS
,
+ CONFIG_DISABLE_PTHREAD
, CONFIG_DISABLE_SIGNALS
,
+ CONFIG_DISABLE_MQUEUE
, CONFIG_DISABLE_MOUNTPOUNT
Miscellaneous libc settings