summaryrefslogtreecommitdiff
path: root/apps/interpreters/README.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-06 12:21:14 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-06 12:21:14 -0600
commita834bce3649ac87c9ac969264824f47e8f6a1cb7 (patch)
treedb64940d45b618849ce07b109ce953eeeb511e66 /apps/interpreters/README.txt
parent2d9b0690685d838c7bab5354d71121e1671ec48e (diff)
downloadnuttx-a834bce3649ac87c9ac969264824f47e8f6a1cb7.tar.gz
nuttx-a834bce3649ac87c9ac969264824f47e8f6a1cb7.tar.bz2
nuttx-a834bce3649ac87c9ac969264824f47e8f6a1cb7.zip
Removed all support for the legacy configuration mechanism from the apps/ directory
Diffstat (limited to 'apps/interpreters/README.txt')
-rw-r--r--apps/interpreters/README.txt12
1 files changed, 0 insertions, 12 deletions
diff --git a/apps/interpreters/README.txt b/apps/interpreters/README.txt
index 667268809..9023ee5a5 100644
--- a/apps/interpreters/README.txt
+++ b/apps/interpreters/README.txt
@@ -60,15 +60,3 @@ pcode
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
-
- CONFIGURED_APPS += examples/pashello
-
- # Path to the Pascal p-code runtime interpreter module
-
- CONFIGURED_APPS += interpreters/pcode