summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-18 18:31:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-18 18:31:26 +0000
commit529a1cf7339541eaee3d189a3b97d9c544ba7810 (patch)
tree2ef2e0911d89b06813b81aa21360cf2e20e24ca3 /nuttx/Documentation
parent5029575d531576c6818094334dcae95359bdd119 (diff)
downloadpx4-nuttx-529a1cf7339541eaee3d189a3b97d9c544ba7810.tar.gz
px4-nuttx-529a1cf7339541eaee3d189a3b97d9c544ba7810.tar.bz2
px4-nuttx-529a1cf7339541eaee3d189a3b97d9c544ba7810.zip
apps/ update from Uros
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3392 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index ac90b8003..61b6e1d3e 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -2218,6 +2218,12 @@ nuttx-5.20 2011-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
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/&lt;board&gt;/&lt;config&gt;/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 &lt;spudmonkey@racsa.co.cr&gt;