summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/libpcode
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-05-09 11:09:43 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-05-09 11:09:43 -0600
commitdb7257ad4894df88a59100a8849b156029fbcf21 (patch)
treea9d11941769c64bc9981c87e6a92c214708867a2 /nuttx/binfmt/libpcode
parent892b3598fffb8e999493cbfa9c8bbf95855b0a48 (diff)
downloadnuttx-db7257ad4894df88a59100a8849b156029fbcf21.tar.gz
nuttx-db7257ad4894df88a59100a8849b156029fbcf21.tar.bz2
nuttx-db7257ad4894df88a59100a8849b156029fbcf21.zip
Move P-Code execution logic from interpreters/prun to system/prun
Diffstat (limited to 'nuttx/binfmt/libpcode')
-rw-r--r--nuttx/binfmt/libpcode/README.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/binfmt/libpcode/README.txt b/nuttx/binfmt/libpcode/README.txt
index 7c6ae8ff2..f42a4f54f 100644
--- a/nuttx/binfmt/libpcode/README.txt
+++ b/nuttx/binfmt/libpcode/README.txt
@@ -74,6 +74,10 @@ Here is a simple test configuration using the NuttX simulator:
CONFIG_INTERPRETERS_PCODE=y
+ And the P-Code runtime support:
+
+ CONFIG_SYSTEM_PRUN=y
+
This enables building the PCODE binary format
CONFIG_PCODE=y