summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/ChangeLog5
-rw-r--r--nuttx/Documentation/NuttX.html1
-rw-r--r--nuttx/examples/README.txt6
3 files changed, 11 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1960c2828..e064b4d8f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -310,4 +310,7 @@
* Corrected a bug that caused the errno value of one task to be clobbered
when a different task exits. Effects all architectures.
-0.3.7 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+0.3.8 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+
+ * Added a test case to verify the Pascal P-Code interpreter
+
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 6b40bafdc..b9ac934c9 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -962,6 +962,7 @@ Other memory:
<pre><ul>
0.3.8 2008-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
+ * Added a test case to verify the Pascal P-Code interpreter
</pre></ul>
<table width ="100%">
diff --git a/nuttx/examples/README.txt b/nuttx/examples/README.txt
index 345c8e384..e71d3f823 100644
--- a/nuttx/examples/README.txt
+++ b/nuttx/examples/README.txt
@@ -125,3 +125,9 @@ examples/udp
This is a simple network test for verifying client- and server-
functionality over UDP.
+examples/pashello
+^^^^^^^^^^^^^^^^^
+
+ This is "Hello, World" implemented via the Pascal P-Code interpreter
+
+