mirror of
https://github.com/apache/nuttx.git
synced 2026-06-05 07:12:54 +08:00
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
This commit is contained in:
@@ -654,3 +654,6 @@
|
|||||||
mutexes are built on semaphores, they will have this property as well.
|
mutexes are built on semaphores, they will have this property as well.
|
||||||
|
|
||||||
0.4.4 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
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.
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
<tr align="center" bgcolor="#e4e4e4">
|
<tr align="center" bgcolor="#e4e4e4">
|
||||||
<td>
|
<td>
|
||||||
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
|
<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>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
@@ -1346,6 +1346,9 @@ buildroot-0.1.3 2009-02-28 <spudmonkey@racsa.co.cr>
|
|||||||
<pre><ul>
|
<pre><ul>
|
||||||
nuttx-0.4.4 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
nuttx-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.
|
||||||
|
|
||||||
pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||||
|
|
||||||
buildroot-0.1.4 2009-xx-xx <spudmonkey@racsa.co.cr>
|
buildroot-0.1.4 2009-xx-xx <spudmonkey@racsa.co.cr>
|
||||||
|
|||||||
+1
-1
@@ -153,7 +153,7 @@
|
|||||||
|
|
||||||
/* Define to enable dumping of all input/output buffers */
|
/* 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
|
#undef CONFIG_EXAMPLES_NSH_FULLPATH
|
||||||
|
|
||||||
/* Make sure that the home directory is defined */
|
/* Make sure that the home directory is defined */
|
||||||
|
|||||||
Reference in New Issue
Block a user