-
Notifications
You must be signed in to change notification settings - Fork 0
/
ReleaseNotes
40 lines (28 loc) · 1.29 KB
/
ReleaseNotes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
pascal-0.1.2
^^^^^^^^^^^^
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.
pascal-0.1.3
^^^^^^^^^^^^
This was a bug-fix release
pascal-2.0
^^^^^^^^^^
This release updates all of the code to use the standard types defined
in the C99 files stdint.h and stdbool.h. This change was necessary for
compatibility with NuttX-5.0. No functional changes were made.
The release version was bumped to 2.0 because these changes introduce
typing incompatibilies with earlier versions.
This tarball contains a complete CVS snapshot from December 21, 2009.
pascal-3.0
^^^^^^^^^^
This release moves the Pascal installation location from the nuttx/
source to the apps/ source tree. Specifically, the Pascall runtime now
builds under apps/interpreters.
This means that the pascal-3.0 module is incompatible with will all
releases of NuttX prior to nuttx-6.0 where the apps/ module was
introduced. The release version was bumped to 3.0 because these changes
introduces installation incompatibilies with earlier versions.