From 81f2209011d270096a12f013d06a8537dcf6e168 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 21 Mar 2007 17:23:10 +0000 Subject: [PATCH] Update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@112 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 62e5702dcb..8a3099807e 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: March 16, 2007

+

Last Updated: March 21, 2007

@@ -420,7 +420,16 @@ Other memory: 0.1.3 2007-xx-xx Gregory Nutt + * Fix error in handing signed decimal in vsprintf(). + * Major restructuring of header files to get closer to + POSIX compliance. + * Eliminate compilation warnings that that crept into + recent check-ins + * Add kill() + * Added support for POSIX timers + * Some Documentation updates * Added support for the Neuros OSD / DM320 +