From db7257ad4894df88a59100a8849b156029fbcf21 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 9 May 2014 11:09:43 -0600 Subject: Move P-Code execution logic from interpreters/prun to system/prun --- nuttx/binfmt/libpcode/README.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nuttx/binfmt/libpcode') diff --git a/nuttx/binfmt/libpcode/README.txt b/nuttx/binfmt/libpcode/README.txt index 7c6ae8ff2..f42a4f54f 100644 --- a/nuttx/binfmt/libpcode/README.txt +++ b/nuttx/binfmt/libpcode/README.txt @@ -74,6 +74,10 @@ Here is a simple test configuration using the NuttX simulator: CONFIG_INTERPRETERS_PCODE=y + And the P-Code runtime support: + + CONFIG_SYSTEM_PRUN=y + This enables building the PCODE binary format CONFIG_PCODE=y -- cgit v1.2.3