From 9e52f60313290f0b6e17551e825094c117909690 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 12 May 2011 17:42:01 +0000 Subject: First set of changes to incorporate the RGMP port git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3595 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/README.txt | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'apps/examples/README.txt') diff --git a/apps/examples/README.txt b/apps/examples/README.txt index 468d3d86b..b19b6d1d1 100644 --- a/apps/examples/README.txt +++ b/apps/examples/README.txt @@ -348,6 +348,19 @@ examples/poll CONFIGURED_APPS += uiplib +examples/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. + + See http://rgmp.sourceforge.net/wiki/index.php/Main_Page for further + + At present, the RGMP example folder contains only an empty main.c file. + examples/romfs ^^^^^^^^^^^^^^ -- cgit v1.2.3