From 5454d7c55d4ec8dd271adc2542c8f9075241dc20 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 14 May 2011 18:38:09 +0000 Subject: [PATCH] More updates to README files git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3610 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/README.html | 4 ++++ README.txt | 4 ++++ arch/README.txt | 22 +++++++++++----------- configs/README.txt | 14 +++++++------- configs/rgmp/README.txt | 2 +- 5 files changed, 27 insertions(+), 19 deletions(-) diff --git a/Documentation/README.html b/Documentation/README.html index 373f641920..a6d42ccda9 100755 --- a/Documentation/README.html +++ b/Documentation/README.html @@ -120,6 +120,10 @@ | | | |- include/README.txt | | | |- src/README.txt | | | `- README.txt + | | |- rgmp/ + | | | |- include/README.txt + | | | |- src/README.txt + | | | `- README.txt | | |- qemu-i486/ | | | |- include/README.txt | | | |- src/README.txt diff --git a/README.txt b/README.txt index f9c6e931a8..c7a682551d 100755 --- a/README.txt +++ b/README.txt @@ -366,6 +366,10 @@ Below is a guide to the available README files in the NuttX source tree: | | |- include/README.txt | | |- src/README.txt | | `- README.txt + | |- rgmp/ + | | |- include/README.txt + | | |- src/README.txt + | | `- README.txt | |- qemu-i486/ | | |- include/README.txt | | |- src/README.txt diff --git a/arch/README.txt b/arch/README.txt index fdcf915ec8..13e5bd7c55 100644 --- a/arch/README.txt +++ b/arch/README.txt @@ -246,6 +246,17 @@ arch/m68322 A work in progress. 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/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 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 - diff --git a/configs/README.txt b/configs/README.txt index 77384eb1ad..aadd2140dd 100644 --- a/configs/README.txt +++ b/configs/README.txt @@ -1093,15 +1093,15 @@ configs/pjrc-8051 configs/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 feathures. + 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 + See http://rgmp.sourceforge.net/wiki/index.php/Main_Page for further information + about RGMP. -information about RGMP. configs/sim 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. diff --git a/configs/rgmp/README.txt b/configs/rgmp/README.txt index da58a1e3e1..8709a4351a 100755 --- a/configs/rgmp/README.txt +++ b/configs/rgmp/README.txt @@ -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 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 feathures. +and GPOS features. See http://rgmp.sourceforge.net/wiki/index.php/Main_Page for further information about RGMP.