mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 15:58:59 +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_FICL is not set
|
||||||
CONFIG_INTERPRETERS_PCODE=y
|
CONFIG_INTERPRETERS_PCODE=y
|
||||||
|
CONFIG_INTERPRETERS_PRUN=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Network Utilities
|
# Network Utilities
|
||||||
|
|||||||
@@ -367,6 +367,7 @@ CONFIG_EXAMPLES_PASHELLO=y
|
|||||||
#
|
#
|
||||||
# CONFIG_INTERPRETERS_FICL is not set
|
# CONFIG_INTERPRETERS_FICL is not set
|
||||||
CONFIG_INTERPRETERS_PCODE=y
|
CONFIG_INTERPRETERS_PCODE=y
|
||||||
|
CONFIG_INTERPRETERS_PRUN=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Network Utilities
|
# Network Utilities
|
||||||
|
|||||||
@@ -404,6 +404,7 @@ CONFIG_EXAMPLES_PASHELLO=y
|
|||||||
#
|
#
|
||||||
# CONFIG_INTERPRETERS_FICL is not set
|
# CONFIG_INTERPRETERS_FICL is not set
|
||||||
CONFIG_INTERPRETERS_PCODE=y
|
CONFIG_INTERPRETERS_PCODE=y
|
||||||
|
CONFIG_INTERPRETERS_PRUN=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Network Utilities
|
# Network Utilities
|
||||||
|
|||||||
@@ -366,6 +366,7 @@ CONFIG_EXAMPLES_PASHELLO=y
|
|||||||
#
|
#
|
||||||
# CONFIG_INTERPRETERS_FICL is not set
|
# CONFIG_INTERPRETERS_FICL is not set
|
||||||
CONFIG_INTERPRETERS_PCODE=y
|
CONFIG_INTERPRETERS_PCODE=y
|
||||||
|
CONFIG_INTERPRETERS_PRUN=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# Network Utilities
|
# Network Utilities
|
||||||
|
|||||||
Reference in New Issue
Block a user