summaryrefslogtreecommitdiff
path: root/nuttx/configs/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-14 18:38:09 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-14 18:38:09 +0000
commitb22d2aebfcb239ad078eb9dfff9c069b0ab94217 (patch)
tree0b7213802e3ebaa0966c07134c3d88f4130069c8 /nuttx/configs/README.txt
parent089108e86426b3371e4303d3942a5c911e264572 (diff)
downloadpx4-nuttx-b22d2aebfcb239ad078eb9dfff9c069b0ab94217.tar.gz
px4-nuttx-b22d2aebfcb239ad078eb9dfff9c069b0ab94217.tar.bz2
px4-nuttx-b22d2aebfcb239ad078eb9dfff9c069b0ab94217.zip
More updates to README files
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3610 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/configs/README.txt')
-rw-r--r--nuttx/configs/README.txt14
1 files changed, 7 insertions, 7 deletions
diff --git a/nuttx/configs/README.txt b/nuttx/configs/README.txt
index 77384eb1a..aadd2140d 100644
--- a/nuttx/configs/README.txt
+++ b/nuttx/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.