summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-25 23:50:07 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-06-25 23:50:07 +0000
commit772d37ebff574dfbcd3038061e33eee0411e5c18 (patch)
tree8e3ab5cf1ca32058b06cdc8a751f1d0a6f9d3aa7
parentfcbb25d13635927aab700cf549afff6ffae60ca4 (diff)
downloadnuttx-772d37ebff574dfbcd3038061e33eee0411e5c18.tar.gz
nuttx-772d37ebff574dfbcd3038061e33eee0411e5c18.tar.bz2
nuttx-772d37ebff574dfbcd3038061e33eee0411e5c18.zip
ChangeLog
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1956 42af7a65-404d-4744-a932-0658087f49c3
-rw-r--r--nuttx/Documentation/NuttX.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 27873d291..0dfc4d0e0 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/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: June 24, 2009</p>
+ <p>Last Updated: June 25, 2009</p>
</td>
</tr>
</table>
@@ -1490,6 +1490,9 @@ nuttx-0.4.9 2009-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* 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 &lt;spudmonkey@racsa.co.cr&gt;