summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-01 14:32:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-01 14:32:56 +0000
commit4702500d852fb9b084e7b7fe19a533eae175c0d0 (patch)
treea3f982da45a2c4c4bcdd56088fffee132d8ccc61 /nuttx
parentb1631d1fe7da451d62e1d23142bfe48cab770cf8 (diff)
downloadnuttx-4702500d852fb9b084e7b7fe19a533eae175c0d0.tar.gz
nuttx-4702500d852fb9b084e7b7fe19a533eae175c0d0.tar.bz2
nuttx-4702500d852fb9b084e7b7fe19a533eae175c0d0.zip
Add Pascal test case
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@604 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-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
+
+