summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Gielda <mgielda@antmicro.com>2014-04-12 01:35:03 +0200
committerMichael Gielda <mgielda@antmicro.com>2014-04-12 01:35:03 +0200
commit390c0f195b48010a044a38c56e1f9f436b7510ec (patch)
treeb3aba152674cd64a1bcdf1f5b74abcfe62912fd2
parent52ecbb4ddce66ddebc45c787af72873ba61dd9f7 (diff)
More modifications, added POSIX description, which closes #1
-rw-r--r--doc/source/appendix-b.rst8
-rw-r--r--doc/source/introduction.rst2
2 files changed, 8 insertions, 2 deletions
diff --git a/doc/source/appendix-b.rst b/doc/source/appendix-b.rst
index 4e34b7b..93a9d85 100644
--- a/doc/source/appendix-b.rst
+++ b/doc/source/appendix-b.rst
@@ -19,9 +19,13 @@ where (especially with the POSIX compatibility layer enabled),
the programming style for eCos applications dedicated for the Cortex-M4 core can vastly resemble that of Linux programs running on the Cortex-A5 core,
lowering the entry barrier for programmers.
-.. todo::
+To activate this package, use either :program:`ecosconfig` (``ecosconfig add CYGPKG_POSIX``) or :program:`configtool`:
- Describe how to enable POSIX compatibility, and point to a sample program.
+#. Choose :menuselection:`Build --> Packages`
+#. Select :guilabel:`POSIX compatibility layer` and click :guilabel:`Add >>`, then :guilabel:`OK`
+#. A new package, ``POSIX compatibility layer`` should appear in the package list - save your ``.ecc`` file and exit.
+
+A sample application, verified to work as expected using the port can be found inside the port code, in the subdirectory :file:`compat/posix/current/tests/pthread1.c`.
µITRON
------
diff --git a/doc/source/introduction.rst b/doc/source/introduction.rst
index b00dabb..0f2f295 100644
--- a/doc/source/introduction.rst
+++ b/doc/source/introduction.rst
@@ -56,4 +56,6 @@ Version information
Michael Gielda,Further updates,2014-04-02,0.3.2
Michael Gielda,Further updates & Appendix B,2014-04-07,0.4.0
Michael Gielda,Cleanup & division into files,2014-04-08,0.5.0
+ Michael Gielda,Simplified instructions & making tests,2014-04-11,0.5.1
+ Michael Gielda,Added POSIX compatibility description,2014-04-11,0.5.2