summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttX.html
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-06 00:19:59 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-06 00:19:59 +0000
commit1b0d4bc8f190687698dc712e7ca4ebc5b14ce24f (patch)
tree6fc1d5a2e93c1807f3811d39a2f338c887b6a070 /nuttx/Documentation/NuttX.html
parent225413bf763536b5de137eeb6d702b173e67a9fc (diff)
downloadpx4-nuttx-1b0d4bc8f190687698dc712e7ca4ebc5b14ce24f.tar.gz
px4-nuttx-1b0d4bc8f190687698dc712e7ca4ebc5b14ce24f.tar.bz2
px4-nuttx-1b0d4bc8f190687698dc712e7ca4ebc5b14ce24f.zip
Correct STM32 SPI3 bug reported by Uros
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3343 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation/NuttX.html')
-rw-r--r--nuttx/Documentation/NuttX.html26
1 files changed, 25 insertions, 1 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 4cdadd276..b895341ee 100644
--- a/nuttx/Documentation/NuttX.html
+++ b/nuttx/Documentation/NuttX.html
@@ -1378,7 +1378,7 @@
<tr>
<td valign="top"><img height="20" width="20" src="favicon.ico"></td>
<td bgcolor="#5eaee1">
- <b>8052 Microcontroller</b>
+ <b>Intel 8052 Microcontroller</b>
</td>
</tr>
<tr>
@@ -1404,6 +1404,28 @@
<tr>
<td valign="top"><img height="20" width="20" src="favicon.ico"></td>
<td bgcolor="#5eaee1">
+ <b>Intel 80486 (i486) Microprocessor</b>
+ </td>
+</tr>
+<tr>
+ <td><br></td>
+ <td>
+ <p>
+ <b>QEMU i486</b>.
+ This port uses the <a href="http://wiki.qemu.org/Main_Page">QEMU</a> i486 and the native
+ Linux, Cywgin, MinGW the GCC toolchain under Linux or Cygwin.
+ </p>
+ <ul>
+ <p>
+ <b>STATUS:</b>
+ This port is code complete but not yet tested. Stayed tuned.
+ </p>
+ </ul>
+ </td>
+</tr>
+<tr>
+ <td valign="top"><img height="20" width="20" src="favicon.ico"></td>
+ <td bgcolor="#5eaee1">
<b>Frescale M68HSC12</b>
</td>
</tr>
@@ -2126,6 +2148,8 @@ nuttx-5.19 2011-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
arch/x86/include/qemu, arch/x86/src/i486, and arch/x86/src/qemu.
* configs/qemu-i486 - "Board" support configurations for verifying the QEME
i486 port.
+ * arch/arm/src/stm32/stm32_spi.c -- Correct base address of SPI3 (reported by
+ Uros Platise).
pascal-2.1 2011-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;