summaryrefslogtreecommitdiff
path: root/nuttx/Documentation
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-05 20:05:01 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-03-05 20:05:01 +0000
commitd36f52931465f7a56f5fbeb8128bbc6f5869279f (patch)
tree3d525d02fbc049ac0e541063a2a65d89cdf6bf70 /nuttx/Documentation
parent6218c1707eba6130302dfb8cfe253df1fafdde68 (diff)
downloadpx4-nuttx-d36f52931465f7a56f5fbeb8128bbc6f5869279f.tar.gz
px4-nuttx-d36f52931465f7a56f5fbeb8128bbc6f5869279f.tar.bz2
px4-nuttx-d36f52931465f7a56f5fbeb8128bbc6f5869279f.zip
Add a stub for the QEMU serial driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3341 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/Documentation')
-rw-r--r--nuttx/Documentation/NuttX.html17
-rwxr-xr-xnuttx/Documentation/README.html11
2 files changed, 21 insertions, 7 deletions
diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html
index 3e46d58e8..4cdadd276 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: March 2, 2011</p>
+ <p>Last Updated: March 5, 2011</p>
</td>
</tr>
</table>
@@ -2115,12 +2115,17 @@ nuttx-5.19 2011-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
occurs.
* configs/olimex-lpc1766stk -- Added an LED encoded to indicate if the LPC1766
is in sleeping.
- * examples/mm -- This is a simplified version of the "built-in" memory manager
- test of mm/mm_test.c. It is simplified because it does not have access to
- the internals of the memory manager as does mm/mm_test.c, but it has the
- advantage that it runs in the actual NuttX tasking environment (the
- mm/mm_test.c only runs in a PC simulation environment).
+ * examples/mm -- This is a simplified version of the "built-in" memory manager
+ test of mm/mm_test.c. It is simplified because it does not have access to
+ the internals of the memory manager as does mm/mm_test.c, but it has the
+ advantage that it runs in the actual NuttX tasking environment (the
+ mm/mm_test.c only runs in a PC simulation environment).
* drivers/mmcsd_sdio.c/h -- Several corrections submitted by Uros Platise.
+ * arch/x86 - Provide support for x86 architectures. Support for the i486
+ architecture under QEMU is provided under arch/x86/include/i486,
+ 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.
pascal-2.1 2011-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
diff --git a/nuttx/Documentation/README.html b/nuttx/Documentation/README.html
index 0338330fa..c9238cc8d 100755
--- a/nuttx/Documentation/README.html
+++ b/nuttx/Documentation/README.html
@@ -9,7 +9,7 @@
<tr align="center" bgcolor="#e4e4e4">
<td>
<h1><big><font color="#3c34ec"><i>NuttX README Files</i></font></big></h1>
- <p>Last Updated: February 27, 2010</p>
+ <p>Last Updated: March 5, 2010</p>
</td>
</tr>
</table>
@@ -38,6 +38,11 @@
| | | |-<a href="arch/sh/src/m16c/README.txt?view=log">m16c/README.txt</a>
| | | |-<a href="arch/sh/src/sh1/README.txt?view=log">sh1/README.txt</a>
| | | `-<a href="arch/sh/src/README.txt?view=log">README.txt</a>
+ | |- x86/
+ | | |- include/
+ | | | `-<a href="arch/x86/include/README.txt?view=log">README.txt</a>
+ | | `- src/
+ | | `-<a href="arch/x86/src/README.txt?view=log">README.txt</a>
| `- z80/
| | `- src/
| | `- <a href="arch/z80/src/z80/README.txt?view=log">z80/README.txt</a>
@@ -111,6 +116,10 @@
| | |- <a href="configs/pjrc-8051/include/README.txt?view=log">include/README.txt</a>
| | |- <a href="configs/pjrc-8051/src/README.txt?view=log">src/README.txt</a>
| | `- <a href="configs/pjrc-8051/README.txt?view=log"><b><i>README.txt</i></b></a>
+ | |- qemu-i486/
+ | | |- <a href="configs/qemu-i486/include/README.txt?view=log">include/README.txt</a>
+ | | |- <a href="configs/qemu-i486/src/README.txt?view=log">src/README.txt</a>
+ | | `- <a href="configs/qemu-i486/README.txt?view=log"><b><i>README.txt</i></b></a>
| |- sam3u-ek/
| | `- <a href="configs/sam3u-ek/README.txt?view=log"><b><i>README.txt</i></b></a>
| |- sim/