summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-15 21:44:58 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-03-15 21:44:58 +0000
commit6e9b0ae4b4228aedf80cea605b8a8926fddf10be (patch)
treecd338a34ae5098513018a7562b30b22bd4e6c172 /nuttx
parent7071bb4cdb67b8ec70afa863a0d4e242ab5d3393 (diff)
downloadpx4-nuttx-6e9b0ae4b4228aedf80cea605b8a8926fddf10be.tar.gz
px4-nuttx-6e9b0ae4b4228aedf80cea605b8a8926fddf10be.tar.bz2
px4-nuttx-6e9b0ae4b4228aedf80cea605b8a8926fddf10be.zip
Turn off NSH debug option that was causing a crash
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1614 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/ChangeLog3
-rw-r--r--nuttx/Documentation/NuttX.html5
-rw-r--r--nuttx/examples/nsh/nsh.h2
3 files changed, 8 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 692a657b5..746be8fb7 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -654,3 +654,6 @@
mutexes are built on semaphores, they will have this property as well.
0.4.4 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+
+ * examples/nsh: A debug option was left on that can (and does) cause
+ infinite loops and stack overflows.
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 5008ab67c..7d565de74 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -8,7 +8,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
- <p>Last Updated: March 8, 2009</p>
+ <p>Last Updated: March 14, 2009</p>
</td>
</tr>
</table>
@@ -1346,6 +1346,9 @@ buildroot-0.1.3 2009-02-28 &lt;spudmonkey@racsa.co.cr&gt;
<pre><ul>
nuttx-0.4.4 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
+ * examples/nsh: A debug option was left on that can (and does) cause
+ infinite loops and stack overflows.
+
pascal-0.1.3 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
buildroot-0.1.4 2009-xx-xx &lt;spudmonkey@racsa.co.cr&gt;
diff --git a/nuttx/examples/nsh/nsh.h b/nuttx/examples/nsh/nsh.h
index fe90777dc..0ef0baaec 100644
--- a/nuttx/examples/nsh/nsh.h
+++ b/nuttx/examples/nsh/nsh.h
@@ -153,7 +153,7 @@
/* Define to enable dumping of all input/output buffers */
-#define CONFIG_EXAMPLES_NSH_TELNETD_DUMPBUFFER 1
+#undef CONFIG_EXAMPLES_NSH_TELNETD_DUMPBUFFER
#undef CONFIG_EXAMPLES_NSH_FULLPATH
/* Make sure that the home directory is defined */