From a7b10a2562bf803febef6a396755db02712c3f45 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 20 Jun 2009 19:17:08 +0000 Subject: [PATCH] Add symbol table support git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1917 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index cb637824d29..716654e4b9e 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: June 18, 2009

+

Last Updated: June 20, 2009

@@ -1481,6 +1481,8 @@ nuttx-0.4.9 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> derives from http://xflat.sourceforge.net. At present is supports on XIP execution from ROMFS file systems. Initial check-in is untested and probably breaks many builds. + * examples/lib: Added qsort() + * examples/nxflat: Added support for symbol tables pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>