From 2e9977373c5d6cc83998dd28f13d15edfee28ba3 Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 18 Mar 2011 18:31:26 +0000 Subject: [PATCH] apps/ update from Uros git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3392 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index ac90b800398..61b6e1d3ef9 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -2218,6 +2218,12 @@ nuttx-5.20 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> where the GPL driver(s) can be re-installed into the NuttX source tree. By re-installing the driver, you agree to the GPL licsensing and all of its implications. + * Makefile, apps/Makefile, tools/configure.sh -- add logic to copy + configs/<board>/<config>/appdir to apps/.config and to simply the + application configuration logic. + * examples/nsh and apps/nshlib - Move the core NuttShell (NSH) logic + out of the exemples directory and into the apps/directory where + it belongs. apps-5.20 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>