summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-05-09 12:30:07 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-05-09 12:30:07 -0600
commit2992f82c56ff672531fd152c89e783c6fc2daec0 (patch)
tree9c640841e6e562f9e98e154ea68d97cb2c211f45 /apps/ChangeLog.txt
parentdb7257ad4894df88a59100a8849b156029fbcf21 (diff)
downloadnuttx-2992f82c56ff672531fd152c89e783c6fc2daec0.tar.gz
nuttx-2992f82c56ff672531fd152c89e783c6fc2daec0.tar.bz2
nuttx-2992f82c56ff672531fd152c89e783c6fc2daec0.zip
Move prun from interpreters/ to system/; And an NSH built-in appliation that can be used to execute P-Code files from the NSH command line
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index b4ab12f0b..2bc6275cb 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -914,3 +914,8 @@
* apps/interpreters/prun and apps/include/interpreters/prun.h: Broke out
the P-code execution logic from apps/examples/pashello and moved it to
these directorit where it can be used more generally (2014-5-9).
+ * apps/system/prun and apps/include/interpreters/pexec_main.c: Move the
+ P-Code execution logic from apps/interpreters/prun to
+ apps/system/prun; Add pexec_main.c which is an NSH built-in
+ application that can be used to run P-Code programs from the NSH
+ command line (2014-5-9).