openap-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[openap-cvs] : openap-main README,1.4,1.5


From: David Kimdon <address@hidden>
Subject: [openap-cvs] : openap-main README,1.4,1.5
Date: Mon, 05 Aug 2002 19:23:36 -0400

Update of /cvsroot/openap/openap-main
In directory subversions:/tmp/cvs-serv13451

Modified Files:
        README 
Log Message:
rationale for why we did it this way

Index: README
===================================================================
RCS file: /cvsroot/openap/openap-main/README,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- README      5 Aug 2002 21:42:24 -0000       1.4
+++ README      5 Aug 2002 23:23:34 -0000       1.5
@@ -105,3 +105,23 @@
 install_tools - install host tools into TOOLDIR
 clean - remove all generated files
 
+* Rationale
+
+The creation of Facility is driven by the absence of an open, flexible and easy
+to use framework for creating embedded applications.  Some key features of
+Facility and the rationale behind that design decision are included below:
+
+- modular : Facility must be extensible.  It must be easy to insert and
+  completely integrate local modules and other local logic into the Facility
+  build system without making any changes to the facility core.  The interface
+  into Facility must be such that individuals developing disparate applications
+  can collaborate on the core without interfering with (or knowing/caring 
about)
+  each other's applications.
+    
+- portable : Facility can be used on any system.  It does not depend on obscure
+  tools but instead relies on familiar tools that will be found on most any
+  Facility is distributed as source code to aid portability.
+
+- integrated : Facility is an integration system.  It brings together all 
pieces
+  that go into creating an image for an embedded device.
+




reply via email to

[Prev in Thread] Current Thread [Next in Thread]