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:
parent
b28d3124dd
commit
dc80d84264
@ -449,6 +449,7 @@ CONFIG_EXAMPLES_PASHELLO=y
|
||||
#
|
||||
# CONFIG_INTERPRETERS_FICL is not set
|
||||
CONFIG_INTERPRETERS_PCODE=y
|
||||
CONFIG_INTERPRETERS_PRUN=y
|
||||
|
||||
#
|
||||
# Network Utilities
|
||||
|
@ -367,6 +367,7 @@ CONFIG_EXAMPLES_PASHELLO=y
|
||||
#
|
||||
# CONFIG_INTERPRETERS_FICL is not set
|
||||
CONFIG_INTERPRETERS_PCODE=y
|
||||
CONFIG_INTERPRETERS_PRUN=y
|
||||
|
||||
#
|
||||
# Network Utilities
|
||||
|
@ -404,6 +404,7 @@ CONFIG_EXAMPLES_PASHELLO=y
|
||||
#
|
||||
# CONFIG_INTERPRETERS_FICL is not set
|
||||
CONFIG_INTERPRETERS_PCODE=y
|
||||
CONFIG_INTERPRETERS_PRUN=y
|
||||
|
||||
#
|
||||
# Network Utilities
|
||||
|
@ -366,6 +366,7 @@ CONFIG_EXAMPLES_PASHELLO=y
|
||||
#
|
||||
# CONFIG_INTERPRETERS_FICL is not set
|
||||
CONFIG_INTERPRETERS_PCODE=y
|
||||
CONFIG_INTERPRETERS_PRUN=y
|
||||
|
||||
#
|
||||
# Network Utilities
|
||||
|
Loading…
Reference in New Issue
Block a user