From b0cbf7e2a6f8d2fb1f81d70ebf009d6ae28a0e8c Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 5 Mar 2011 20:05:01 +0000 Subject: [PATCH] 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 --- Documentation/NuttX.html | 17 +++++++++++------ Documentation/README.html | 11 ++++++++++- 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 3e46d58e8d..4cdadd2761 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: March 2, 2011

+

Last Updated: March 5, 2011

@@ -2115,12 +2115,17 @@ nuttx-5.19 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> 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 <spudmonkey@racsa.co.cr> diff --git a/Documentation/README.html b/Documentation/README.html index 0338330fae..c9238cc8d1 100755 --- a/Documentation/README.html +++ b/Documentation/README.html @@ -9,7 +9,7 @@

NuttX README Files

-

Last Updated: February 27, 2010

+

Last Updated: March 5, 2010

@@ -38,6 +38,11 @@ | | | |-m16c/README.txt | | | |-sh1/README.txt | | | `-README.txt + | |- x86/ + | | |- include/ + | | | `-README.txt + | | `- src/ + | | `-README.txt | `- z80/ | | `- src/ | | `- z80/README.txt @@ -111,6 +116,10 @@ | | |- include/README.txt | | |- src/README.txt | | `- README.txt + | |- qemu-i486/ + | | |- include/README.txt + | | |- src/README.txt + | | `- README.txt | |- sam3u-ek/ | | `- README.txt | |- sim/