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.

This commit is contained in:
Gregory Nutt 2014-05-09 08:52:11 -06:00
parent b28d3124dd
commit dc80d84264
4 changed files with 4 additions and 0 deletions

View File

@ -449,6 +449,7 @@ CONFIG_EXAMPLES_PASHELLO=y
#
# CONFIG_INTERPRETERS_FICL is not set
CONFIG_INTERPRETERS_PCODE=y
CONFIG_INTERPRETERS_PRUN=y
#
# Network Utilities

View File

@ -367,6 +367,7 @@ CONFIG_EXAMPLES_PASHELLO=y
#
# CONFIG_INTERPRETERS_FICL is not set
CONFIG_INTERPRETERS_PCODE=y
CONFIG_INTERPRETERS_PRUN=y
#
# Network Utilities

View File

@ -404,6 +404,7 @@ CONFIG_EXAMPLES_PASHELLO=y
#
# CONFIG_INTERPRETERS_FICL is not set
CONFIG_INTERPRETERS_PCODE=y
CONFIG_INTERPRETERS_PRUN=y
#
# Network Utilities

View File

@ -366,6 +366,7 @@ CONFIG_EXAMPLES_PASHELLO=y
#
# CONFIG_INTERPRETERS_FICL is not set
CONFIG_INTERPRETERS_PCODE=y
CONFIG_INTERPRETERS_PRUN=y
#
# Network Utilities