9
0
Fork 0
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2766 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2010-06-30 23:12:17 +00:00
parent 4ca344cf91
commit 4103eb052c
2 changed files with 34 additions and 1 deletions

View File

@ -1157,3 +1157,8 @@
configuration for the LPC1768 on the Nucleus2G board.
5.8 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* configs/nucleus2g/src/up_nsh.c and up_ssp.c - Add support
for SPI-based MMC/SD cards and integrate into the NSH example.
* arch/arm/src/lm3s/lm3s_vectors.S - Correct vectors for GPIOC & D
interrupts.

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: June 22, 2010</p>
<p>Last Updated: June 30, 2010</p>
</td>
</tr>
</table>
@ -1437,6 +1437,29 @@ BFD_ASSERT (*plt_offset != (bfd_vma) -1);
<ul>
</td>
</tr>
<tr>
<td><br></td>
<td><hr></td>
</tr>
<tr>
<td><br></td>
<td>
<p>
<b>XTRS: TRS-80 Model I/III/4/4P Emulator for Unix</b>.
A very similar Z80 port is available for <a href="http://www.tim-mann.org/xtrs.html">XTRS</a>,
the TRS-80 Model I/III/4/4P Emulator for Unix.
That port also uses the <a href="http://sdcc.sourceforge.net/">SDCC</a> toolchain
under Linux or Cygwin (verified using version 2.6.0).
</p>
<ul>
<p>
<b>STATUS:</b>
Basically the same as for the Z80 instruction set simulator.
This port was contributed by Jacques Pelletier.
</p>
<ul>
</td>
</tr>
<tr>
<td valign="top"><img height="20" width="20" src="favicon.ico"></td>
<td bgcolor="#5eaee1">
@ -1800,6 +1823,11 @@ buildroot-1.8 2009-12-21 &lt;spudmonkey@racsa.co.cr&gt;
<ul><pre>
nuttx-5.8 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
* configs/nucleus2g/src/up_nsh.c and up_ssp.c - Add support
for SPI-based MMC/SD cards and integrate into the NSH example.
* arch/arm/src/lm3s/lm3s_vectors.S - Correct vectors for GPIOC & D
interrupts.
pascal-2.1 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
buildroot-1.9 2010-xx-xx <spudmonkey@racsa.co.cr>