summaryrefslogtreecommitdiff
path: root/apps/interpreters/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-06-01 17:25:16 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-06-01 17:25:16 -0600
commitb81b86e1f8c8a4aa0e3d85df8148152268f74260 (patch)
treea58d724c28a1d1631c16625d87d1c3f5ff278606 /apps/interpreters/README.txt
parent51dfcaa2147d375b9a66c50fd8db8c6f5e6133e4 (diff)
downloadnuttx-b81b86e1f8c8a4aa0e3d85df8148152268f74260.tar.gz
nuttx-b81b86e1f8c8a4aa0e3d85df8148152268f74260.tar.bz2
nuttx-b81b86e1f8c8a4aa0e3d85df8148152268f74260.zip
Updates to README files
Diffstat (limited to 'apps/interpreters/README.txt')
-rw-r--r--apps/interpreters/README.txt13
1 files changed, 10 insertions, 3 deletions
diff --git a/apps/interpreters/README.txt b/apps/interpreters/README.txt
index 9fe39a69c..667268809 100644
--- a/apps/interpreters/README.txt
+++ b/apps/interpreters/README.txt
@@ -33,7 +33,7 @@ pcode
sub-directory.
Example:
-
+
./INSTALL.sh -16 $PWD/../../../apps/interpreters
After installation, the NuttX apps/interpresters directory will contain
@@ -52,11 +52,18 @@ pcode
`-- model-specific source files
pashello
-
+
There is a simple Pascal example at apps/examples/pashello. This is the
standard "Hello, World!" example written in Pascal and interpreted from
Pascal P-Code at runtime. To use this example, place the following in
- your appconfig file"
+ your defonfig file:
+
+ CONFIG_EXAMPLES_PASHELLO=y
+ CONFIG_INTERPRETERS_PCODE=y
+
+ Old Style (deprecated). In the older configuration files, you would have
+ used an appconfig file containing the following definitions in order to
+ accomplish the same thing:
# Path to example in apps/examples containing the passhello_main entry point