update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2565 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
4b613104d0
commit
4cd0a2fd39
12
ChangeLog
12
ChangeLog
|
@ -1069,3 +1069,15 @@
|
||||||
EA3131.
|
EA3131.
|
||||||
|
|
||||||
5.3 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
5.3 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||||
|
|
||||||
|
* arch/arm/src/lpc313x/lpc313x_usbdev.c - USB driver for the LPC313x
|
||||||
|
contributed by David Hewson.
|
||||||
|
* configs/ea3131/src/up_ubstrgc.c, configs/ea3131/usbserial,
|
||||||
|
configs/ea3131/usbstorage - USB storage and USB serial example support
|
||||||
|
contributed by David Hewson.
|
||||||
|
* Several important compilation error fixes in lpc313x and (dualspeed) USB
|
||||||
|
code also contributed by David Hewson.
|
||||||
|
* arch/arm/src/sam3u/sam3u_dmac.c - DMA support for the AT90SAM3U.
|
||||||
|
(incomplete on initial checkin).
|
||||||
|
* arch/arm/src/sam3u/sam3u_hsmci.c - SD memory card support for AT90SAM3U
|
||||||
|
(incomplete on initial checkin).
|
|
@ -8,7 +8,7 @@
|
||||||
<tr align="center" bgcolor="#e4e4e4">
|
<tr align="center" bgcolor="#e4e4e4">
|
||||||
<td>
|
<td>
|
||||||
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
|
<h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
|
||||||
<p>Last Updated: March 18, 2010</p>
|
<p>Last Updated: March 28, 2010</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
@ -1652,6 +1652,18 @@ buildroot-1.8 2009-12-21 <spudmonkey@racsa.co.cr>
|
||||||
<ul><pre>
|
<ul><pre>
|
||||||
nuttx-5.3 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
nuttx-5.3 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||||
|
|
||||||
|
* arch/arm/src/lpc313x/lpc313x_usbdev.c - USB driver for the LPC313x
|
||||||
|
contributed by David Hewson.
|
||||||
|
* configs/ea3131/src/up_ubstrgc.c, configs/ea3131/usbserial,
|
||||||
|
configs/ea3131/usbstorage - USB storage and USB serial example support
|
||||||
|
contributed by David Hewson.
|
||||||
|
* Several important compilation error fixes in lpc313x and (dualspeed) USB
|
||||||
|
code also contributed by David Hewson.
|
||||||
|
* arch/arm/src/sam3u/sam3u_dmac.c - DMA support for the AT90SAM3U.
|
||||||
|
(incomplete on initial checkin).
|
||||||
|
* arch/arm/src/sam3u/sam3u_hsmci.c - SD memory card support for AT90SAM3U
|
||||||
|
(incomplete on initial checkin).
|
||||||
|
|
||||||
pascal-2.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
pascal-2.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||||
|
|
||||||
buildroot-1.9 2010-xx-xx <spudmonkey@racsa.co.cr>
|
buildroot-1.9 2010-xx-xx <spudmonkey@racsa.co.cr>
|
||||||
|
|
Loading…
Reference in New Issue