From 00d140fe0cb52270734dd82bdaebd29d6bc0ff20 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 25 Jun 2009 23:50:07 +0000 Subject: [PATCH] ChangeLog git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1956 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 27873d291c3..0dfc4d0e0ae 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: June 24, 2009

+

Last Updated: June 25, 2009

@@ -1490,6 +1490,9 @@ nuttx-0.4.9 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * Fixed an important bug in ROMFS. The initial XIP offset was set incorrectly so if sector zero was read first, there was a bad read. I don't know how it worked before. + * arch/arm/src/common/up_use_stack.c. Fixed a fatal stack setup error. + This file has been around for a long time, but I don't think it has + every been used before (i.e., prior to the NXFLAT logic) pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>