From 52fc121ac6444a506e2378225194faf5067008e4 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 18 Jun 2009 21:17:53 +0000 Subject: Integrated mknxflat git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1905 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/configs/eagle100/ostest/defconfig | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nuttx/configs/eagle100/ostest/defconfig') diff --git a/nuttx/configs/eagle100/ostest/defconfig b/nuttx/configs/eagle100/ostest/defconfig index 20dded4d1..1a20946c4 100644 --- a/nuttx/configs/eagle100/ostest/defconfig +++ b/nuttx/configs/eagle100/ostest/defconfig @@ -247,6 +247,9 @@ CONFIG_HAVE_LIBM=n # CONFIG_SDCLONE_DISABLE. Disable cloning of all socket # desciptors by task_create() when a new task is started. If # set, all sockets will appear to be closed in the new task. +# CONFIG_NXFLAT. Enable support for the NXFLAT binary format. +# This format will support execution of NuttX binaries located +# in a ROMFS filesystem (see examples/nxflat). # CONFIG_EXAMPLE=ostest CONFIG_DEBUG=n @@ -269,6 +272,7 @@ CONFIG_SEM_NNESTPRIO=0 CONFIG_FDCLONE_DISABLE=n CONFIG_FDCLONE_STDIO=n CONFIG_SDCLONE_DISABLE=y +CONFIG_NXFLAT=n # # The following can be used to disable categories of -- cgit v1.2.3