summaryrefslogtreecommitdiff
path: root/nuttx
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-06-30 23:12:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-06-30 23:12:17 +0000
commite7113063077b6eed6deed299e69e1c7f71f715aa (patch)
treef22d7a5b7737f7795d44eaf3beec8ffa65abcc3a /nuttx
parent93ade75ff7594c5e0be3dbd3560e3ca9d2bb9ef0 (diff)
downloadnuttx-e7113063077b6eed6deed299e69e1c7f71f715aa.tar.gz
nuttx-e7113063077b6eed6deed299e69e1c7f71f715aa.tar.bz2
nuttx-e7113063077b6eed6deed299e69e1c7f71f715aa.zip
update
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2766 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx')
-rw-r--r--nuttx/ChangeLog5
-rw-r--r--nuttx/Documentation/NuttX.html30
2 files changed, 34 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c1240f0aa..9595f0c25 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -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.
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 8e30d2862..5d1600b9d 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -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>
@@ -1438,6 +1438,29 @@ BFD_ASSERT (*plt_offset != (bfd_vma) -1);
</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">
<b>Other ports</b>
@@ -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>