Add CRC32 to lib/; add tool to make lpc313x bootloader images

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2506 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2010-01-16 02:12:48 +00:00
parent 4ca7b94249
commit 6d9e83fed5
1 changed files with 3 additions and 1 deletions

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: December 31, 2009</p>
<p>Last Updated: January 15, 2010</p>
</td>
</tr>
</table>
@ -1676,6 +1676,8 @@ nuttx-5.1 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* arch/arm/src/sam3u, arch/arm/include/sam3u, and configs/sam3u-ek -
Added the basic framework needed to begin a port for the SAM3U-EK
development board.
* confgs/ea3131/tools: Added a tool to create a image suitable for
use with the LPC313x bootloader.
pascal-2.1 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;