mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user