mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +08:00
Add Pascal test case
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@604 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -310,4 +310,7 @@
|
|||||||
* Corrected a bug that caused the errno value of one task to be clobbered
|
* Corrected a bug that caused the errno value of one task to be clobbered
|
||||||
when a different task exits. Effects all architectures.
|
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
|
||||||
|
|
||||||
|
|||||||
@@ -962,6 +962,7 @@ Other memory:
|
|||||||
<pre><ul>
|
<pre><ul>
|
||||||
0.3.8 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
|
||||||
</pre></ul>
|
</pre></ul>
|
||||||
|
|
||||||
<table width ="100%">
|
<table width ="100%">
|
||||||
|
|||||||
@@ -125,3 +125,9 @@ examples/udp
|
|||||||
This is a simple network test for verifying client- and server-
|
This is a simple network test for verifying client- and server-
|
||||||
functionality over UDP.
|
functionality over UDP.
|
||||||
|
|
||||||
|
examples/pashello
|
||||||
|
^^^^^^^^^^^^^^^^^
|
||||||
|
|
||||||
|
This is "Hello, World" implemented via the Pascal P-Code interpreter
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user