update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2766 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
db1863b7f9
commit
caaae732b3
@ -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.
|
||||
|
@ -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 <spudmonkey@racsa.co.cr>
|
||||
<ul><pre>
|
||||
nuttx-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.
|
||||
|
||||
pascal-2.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
|
||||
|
||||
buildroot-1.9 2010-xx-xx <spudmonkey@racsa.co.cr>
|
||||
|
Loading…
Reference in New Issue
Block a user