9
0
Fork 0

More updates to README files

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@3610 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2011-05-14 18:38:09 +00:00
parent 05339cd94b
commit f7a9be6a80
6 changed files with 28 additions and 20 deletions

View File

@ -355,7 +355,7 @@ examples/rgmp
running GPOS and RTOS simultaneously on multi-processor platforms. You can running GPOS and RTOS simultaneously on multi-processor platforms. You can
port your favorite RTOS to RGMP together with an unmodified Linux to form a port your favorite RTOS to RGMP together with an unmodified Linux to form a
hybrid operating system. This makes your application able to use both RTOS hybrid operating system. This makes your application able to use both RTOS
and GPOS feathures. and GPOS features.
See http://rgmp.sourceforge.net/wiki/index.php/Main_Page for further See http://rgmp.sourceforge.net/wiki/index.php/Main_Page for further

View File

@ -120,6 +120,10 @@
| | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/pjrc-8051/include/README.txt?view=log">include/README.txt</a> | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/pjrc-8051/include/README.txt?view=log">include/README.txt</a>
| | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/pjrc-8051/src/README.txt?view=log">src/README.txt</a> | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/pjrc-8051/src/README.txt?view=log">src/README.txt</a>
| | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/pjrc-8051/README.txt?view=log"><b><i>README.txt</i></b></a> | | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/pjrc-8051/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- rgmp/
| | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/rgmp/include/README.txt?view=log">include/README.txt</a>
| | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/rgmp/src/README.txt?view=log">src/README.txt</a>
| | | `- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/rgmp/README.txt?view=log"><b><i>README.txt</i></b></a>
| | |- qemu-i486/ | | |- qemu-i486/
| | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/qemu-i486/include/README.txt?view=log">include/README.txt</a> | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/qemu-i486/include/README.txt?view=log">include/README.txt</a>
| | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/qemu-i486/src/README.txt?view=log">src/README.txt</a> | | | |- <a href="http://nuttx.svn.sourceforge.net/viewvc/nuttx/trunk/nuttx/configs/qemu-i486/src/README.txt?view=log">src/README.txt</a>

View File

@ -366,6 +366,10 @@ Below is a guide to the available README files in the NuttX source tree:
| | |- include/README.txt | | |- include/README.txt
| | |- src/README.txt | | |- src/README.txt
| | `- README.txt | | `- README.txt
| |- rgmp/
| | |- include/README.txt
| | |- src/README.txt
| | `- README.txt
| |- qemu-i486/ | |- qemu-i486/
| | |- include/README.txt | | |- include/README.txt
| | |- src/README.txt | | |- src/README.txt

View File

@ -246,6 +246,17 @@ arch/m68322
A work in progress. A work in progress.
STATUS: Stalled for the time being. STATUS: Stalled for the time being.
arch/rgmp
RGMP stands for RTOS and GPOS on Multi-Processor. RGMP is a project
for running GPOS and RTOS simultaneously on multi-processor platforms.
You can port your favorite RTOS to RGMP together with an unmodified
Linux to form a hybrid operating system. This makes your application
able to use both RTOS and GPOS features.
See http://rgmp.sourceforge.net/wiki/index.php/Main_Page for further
information about RGMP.
arch/sh - SuperH and related Hitachi/Renesas microcontrollers arch/sh - SuperH and related Hitachi/Renesas microcontrollers
arch/sh/include and arch/sh/src/common arch/sh/include and arch/sh/src/common
@ -300,14 +311,3 @@ arch/z80 - ZiLOG 8-bit microcontrollers
arch/z80/include/ez80 and arch/z80/src/ez80 arch/z80/include/ez80 and arch/z80/src/ez80
ZiLOG ez80 Acclaim! Microcontroller ZiLOG ez80 Acclaim! Microcontroller
The following architecture directories are deprecated. They have been
replaced by the logic in arm/arm and will deleted at some point in the
future.
arch/c5471
Replaced with arch/arm/include/c5471 and arch/arm/src/c5471
arch/dm320
Replaced with arch/arm/include/dm320 and arch/arm/src/dm320

View File

@ -1097,11 +1097,11 @@ configs/rgmp
running GPOS and RTOS simultaneously on multi-processor platforms. You can running GPOS and RTOS simultaneously on multi-processor platforms. You can
port your favorite RTOS to RGMP together with an unmodified Linux to form a port your favorite RTOS to RGMP together with an unmodified Linux to form a
hybrid operating system. This makes your application able to use both RTOS hybrid operating system. This makes your application able to use both RTOS
and GPOS feathures. and GPOS features.
See http://rgmp.sourceforge.net/wiki/index.php/Main_Page for further See http://rgmp.sourceforge.net/wiki/index.php/Main_Page for further information
about RGMP.
information about RGMP.
configs/sim configs/sim
A user-mode port of NuttX to the x86 Linux platform is available. A user-mode port of NuttX to the x86 Linux platform is available.
The purpose of this port is primarily to support OS feature development. The purpose of this port is primarily to support OS feature development.

View File

@ -5,7 +5,7 @@ RGMP stands for RTOS and GPOS on Multi-Processor. RGMP is a project for
running GPOS and RTOS simultaneously on multi-processor platforms. You can running GPOS and RTOS simultaneously on multi-processor platforms. You can
port your favorite RTOS to RGMP together with an unmodified Linux to form a port your favorite RTOS to RGMP together with an unmodified Linux to form a
hybrid operating system. This makes your application able to use both RTOS hybrid operating system. This makes your application able to use both RTOS
and GPOS feathures. and GPOS features.
See http://rgmp.sourceforge.net/wiki/index.php/Main_Page for further See http://rgmp.sourceforge.net/wiki/index.php/Main_Page for further
information about RGMP. information about RGMP.