mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
Move P-Code execution logic from interpreters/prun to system/prun
This commit is contained in:
+1
-1
@@ -72,7 +72,7 @@ endif
|
||||
config PCODE
|
||||
bool "Support P-Code Applications"
|
||||
default n
|
||||
depends on INTERPRETERS_PCODE && INTERPRETERS_PRUN && (!NUTTX_KERNEL || EXPERIMENTAL)
|
||||
depends on INTERPRETERS_PCODE && SYSTEM_PRUN && (!NUTTX_KERNEL || EXPERIMENTAL)
|
||||
---help---
|
||||
Enable support for interpreted P-Code binaries. P-Code binaries are
|
||||
generated by the NuttX Pascal compiler.
|
||||
|
||||
Reference in New Issue
Block a user