summaryrefslogtreecommitdiff
path: root/nuttx/configs/sim
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-05-09 08:52:11 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-05-09 08:52:11 -0600
commitb373fc5405bc34fe4889a67d9a856c9228ae1240 (patch)
tree4dcde4ad339f61611ef2a291d3e52644d91ea4a8 /nuttx/configs/sim
parent56078d9f356c73497be755f6a912b7d2da6c66e8 (diff)
downloadpx4-nuttx-b373fc5405bc34fe4889a67d9a856c9228ae1240.tar.gz
px4-nuttx-b373fc5405bc34fe4889a67d9a856c9228ae1240.tar.bz2
px4-nuttx-b373fc5405bc34fe4889a67d9a856c9228ae1240.zip
Create P-Code execution helper in apps/interpreters/prun; The P-Code binary format is functional except that there are still some modularity and kernel build issues that need to be addressed.
Diffstat (limited to 'nuttx/configs/sim')
-rw-r--r--nuttx/configs/sim/pashello/defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/nuttx/configs/sim/pashello/defconfig b/nuttx/configs/sim/pashello/defconfig
index 508e32e38..3cbaa445d 100644
--- a/nuttx/configs/sim/pashello/defconfig
+++ b/nuttx/configs/sim/pashello/defconfig
@@ -449,6 +449,7 @@ CONFIG_EXAMPLES_PASHELLO=y
#
# CONFIG_INTERPRETERS_FICL is not set
CONFIG_INTERPRETERS_PCODE=y
+CONFIG_INTERPRETERS_PRUN=y
#
# Network Utilities