From 0c7804b74dcec7d746e95425157bd6afc1435de6 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 22 Mar 2012 00:51:01 +0000 Subject: NFS update + make some examples configurable as NSH built-ins git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4501 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/README.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/examples/README.txt') diff --git a/apps/examples/README.txt b/apps/examples/README.txt index 54cbec978..b037b9501 100644 --- a/apps/examples/README.txt +++ b/apps/examples/README.txt @@ -384,6 +384,9 @@ examples/hello than examples/null with a single printf statement. Really useful only for bringing up new NuttX architectures. + * CONFIG_EXAMPLES_HELLO_BUILTIN + Build the "Hello, World" example as an NSH built-in application. + examples/helloxx ^^^^^^^^^^^^^^^^ @@ -848,6 +851,8 @@ examples/ostest The behavior of the ostest can be modified with the following settings in the configs//defconfig file: + * CONFIG_EXAMPLES_OSTEST_BUILTIN + Build the OS test example as an NSH built-in application. * CONFIG_EXAMPLES_OSTEST_LOOPS Used to control the number of executions of the test. If undefined, the test executes one time. If defined to be -- cgit v1.2.3