diff --git a/ChangeLog b/ChangeLog index 692a657b5a1083e24e0d884e31e6ec090fd985cc..746be8fb7feb57eac0c461ed33cf179f69c84cb1 100644 --- a/ChangeLog +++ b/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/Documentation/NuttX.html b/Documentation/NuttX.html index 5008ab67c1fc630cd5e75702b319f3262da28384..7d565de74b407bc7f09c43ee967ba8aee3c8e210 100644 --- a/Documentation/NuttX.html +++ b/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 <spudmonkey@racsa.co.cr> <pre><ul> 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> buildroot-0.1.4 2009-xx-xx <spudmonkey@racsa.co.cr> diff --git a/examples/nsh/nsh.h b/examples/nsh/nsh.h index fe90777dce0dbb190a051674e06bdbb859f5e3dc..0ef0baaecc6a6f595f86adc115bb2a9c0582d537 100644 --- a/examples/nsh/nsh.h +++ b/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 */