summaryrefslogtreecommitdiff
path: root/misc/pascal
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-10 14:09:38 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-02-10 14:09:38 +0000
commit07f6f06f8ac4ea46c6dbed38d2b5dbe5a2c12313 (patch)
treee576009d95b7843a52a82ccb713ee4750413ae56 /misc/pascal
parent9d60cd9dd29833e582f17c4012548f7e68fdaf43 (diff)
downloadpx4-nuttx-07f6f06f8ac4ea46c6dbed38d2b5dbe5a2c12313.tar.gz
px4-nuttx-07f6f06f8ac4ea46c6dbed38d2b5dbe5a2c12313.tar.bz2
px4-nuttx-07f6f06f8ac4ea46c6dbed38d2b5dbe5a2c12313.zip
Prep for 0.1.2 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@664 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'misc/pascal')
-rw-r--r--misc/pascal/ChangeLog3
-rw-r--r--misc/pascal/ReleaseNotes22
2 files changed, 10 insertions, 15 deletions
diff --git a/misc/pascal/ChangeLog b/misc/pascal/ChangeLog
index 864ee0fb5..9b8debd36 100644
--- a/misc/pascal/ChangeLog
+++ b/misc/pascal/ChangeLog
@@ -6,7 +6,7 @@ pascal-0.1.1 2008-02-01 Gregory Nutt <spudmonkey@racsa.co.cr>
* Correct some errors in the NuttX installation logic
-pascal-0.1.2 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+pascal-0.1.2 2008-02-10 Gregory Nutt <spudmonkey@racsa.co.cr>
* Add logic to build and link with the ZDS-II toolchain
use with the z16f.
@@ -16,3 +16,4 @@ pascal-0.1.2 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
and eliminate a compiler bug
* Changes so that runtime compiles with SDCC.
+pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
diff --git a/misc/pascal/ReleaseNotes b/misc/pascal/ReleaseNotes
index 09929eb49..2abb1dd3c 100644
--- a/misc/pascal/ReleaseNotes
+++ b/misc/pascal/ReleaseNotes
@@ -1,16 +1,10 @@
-Pascal-0.1.0 Release Notes
-^^^^^^^^^^^^^^^^^^^^^^^^^^
+pascal-0.1.2
+^^^^^^^^^^^^
-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.
+This is the 3rd release of the Pascal P-Code add-on to NuttX. This
+release adds support for some additional toolchains and standardizes
+the binary format to big-endian for portability of the P-Code across
+different platforms. This release is synchronized with the release
+of NuttX-0.3.8.
+This tarball contains a complete CVS snapshot from February 10, 2008.