From 97c4f5bffc13f31a19dfbf9545c4dd1048f01370 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 1 Jun 2008 17:50:07 +0000 Subject: [PATCH] examples/ostest can be executed in a loop git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@763 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index c6b94fa595..6d8a69ba15 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -1016,6 +1016,7 @@ nuttx-0.3.11 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> verified). * Host simulator no longer uses Linux system calls directly; Now works with Cygwin. * Fix an error that occurs when a POSIX timer is deleted by the timer signal handler. + * Add logic to allow the examples/ostest to be run repetitively as an endurance test. pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>