Bug fixes by David Hewson

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2545 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2010-03-16 00:59:09 +00:00
parent 982c71f7ea
commit 9e7daa0bf9
2 changed files with 5 additions and 1 deletions

View File

@ -1060,3 +1060,5 @@
* arch/arm/src/lpc313x/lpc313x_boot.c - Fix an error in the vector
initialization was causing a memory fault.
* lib/lib_strtod.c - Add strtod()
* lpc3131/ea3131 - Several bring fixes submitted by David Hewson. The
lpc3131 is almost there! Thanks David!

View File

@ -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: March 14, 2010</p>
<p>Last Updated: March 15, 2010</p>
</td>
</tr>
</table>
@ -1691,6 +1691,8 @@ nuttx-5.2 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* arch/arm/src/lpc313x/lpc313x_boot.c - Fix an error in the vector
initialization was causing a memory fault.
* lib/lib_strtod.c - Add strtod()
* lpc3131/ea3131 - Several bring fixes submitted by David Hewson. The
lpc3131 is almost there! Thanks David!
pascal-2.1 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;