summaryrefslogtreecommitdiff
path: root/nuttx/binfmt/libpcode/Kconfig
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/binfmt/libpcode/Kconfig
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/binfmt/libpcode/Kconfig')
-rw-r--r--nuttx/binfmt/libpcode/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/nuttx/binfmt/libpcode/Kconfig b/nuttx/binfmt/libpcode/Kconfig
index 03255ffab..b09f6795e 100644
--- a/nuttx/binfmt/libpcode/Kconfig
+++ b/nuttx/binfmt/libpcode/Kconfig
@@ -15,6 +15,20 @@ config PCODE_PRIORITY
---help---
This is the task_priority that will be used when starting P-code interpreter.
+config PCODE_VARSTACKSIZE
+ int "P-code variable stack size"
+ default 1024
+ ---help---
+ This size of the P-Code variable storage area to be allocated by the
+ P-Code runtime.
+
+config PCODE_STRSTACKSIZE
+ int "P-code string stack size"
+ default 128
+ ---help---
+ This size of the P-Code string stack area to be allocated by the
+ P-Code runtime.
+
config PCODE_TEST_FS
bool "Mount a test file system"
depends on FS_ROMFS && !DISABLE_MOUNTPOINT