From d8ee4cfaf8afacfe8ff455900ed391af4f642888 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 17 Jun 2009 20:25:27 +0000 Subject: Add exec_module git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1895 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/ChangeLog | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'nuttx/ChangeLog') diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index 488f31f3e..ab8724cc5 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -784,5 +784,11 @@ CONFIG_FDCLONE_DISABLE, CONFIG_FDCLONE_STDIO, CONFIG_SDCLONE_DISABLE. * Use of C++ reserved word 'private' in C header files causes problems for C++ that include them. + * Added 'binfmt' support to allow execution of programs in a file system, + binding to NuttX symbols. A custom format call NXFLAT is used; this + derives from http://xflat.sourceforge.net. At present is supports on + XIP execution from ROMFS file systems. Initial check-in is untested + and probably breaks many builds. + -- cgit v1.2.3