summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-05 17:18:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-01-05 17:18:06 +0000
commitd982872a71040806abb5bd52f4c3a510b13fc5d6 (patch)
treef0b6c9cf341c7e4dbac69420a900fdd37e389433
parenta99776a6908af30ab5d8b2e94ace10fa58e31eda (diff)
downloadpx4-nuttx-d982872a71040806abb5bd52f4c3a510b13fc5d6.tar.gz
px4-nuttx-d982872a71040806abb5bd52f4c3a510b13fc5d6.tar.bz2
px4-nuttx-d982872a71040806abb5bd52f4c3a510b13fc5d6.zip
Release notes, change log, README
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@510 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--misc/pascal/README22
-rw-r--r--misc/pascal/ReleaseNotes16
2 files changed, 38 insertions, 0 deletions
diff --git a/misc/pascal/README b/misc/pascal/README
new file mode 100644
index 000000000..347c6d33c
--- /dev/null
+++ b/misc/pascal/README
@@ -0,0 +1,22 @@
+README
+^^^^^^
+
+Configuring Pascal
+^^^^^^^^^^^^^^^^^^
+
+ cd <pascal-directory>
+ ./Configure
+ (Answer questions)
+
+Building Pascal
+^^^^^^^^^^^^^^^
+
+ cd <pascal-directory>
+ make
+
+Installing the NuttX Runtime P-Code Interpreter
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+ cd <pascal-directory>/nuttx
+ ./INSTALL.sh <nuttx-directory>
+
diff --git a/misc/pascal/ReleaseNotes b/misc/pascal/ReleaseNotes
new file mode 100644
index 000000000..09929eb49
--- /dev/null
+++ b/misc/pascal/ReleaseNotes
@@ -0,0 +1,16 @@
+Pascal-0.1.0 Release Notes
+^^^^^^^^^^^^^^^^^^^^^^^^^^
+
+This is the initial release of a small Pascal compiler. This
+is a compiler that I have worked tinkered with for many years.
+It is being released now to provide an interpreted language of
+the NuttX RTOS.
+
+The state of this compiler is uncertain at this time and so
+must be at a pre-alpha level. It contains some partially
+implemented features. For this realease, only 16-bit p-code
+output has been tests (and only superficially).
+
+The compiler includes the NuttX runtime that can be used to
+execute compiled Pascal P-code files from NuttX.
+