* User guide feature list updates
@ 2010-02-17 11:02 John Dallaway
0 siblings, 0 replies; only message in thread
From: John Dallaway @ 2010-02-17 11:02 UTC (permalink / raw)
To: eCos Patches List
[-- Attachment #1: Type: text/plain, Size: 122 bytes --]
This patch brings various feature lists up to date within the eCos User
Guide. Checked-in.
John Dallaway
eCos maintainer
[-- Attachment #2: user-guide-100217.patch --]
[-- Type: text/x-patch, Size: 6448 bytes --]
Index: ChangeLog
===================================================================
RCS file: /cvs/ecos/ecos/doc/sgml/user-guide/ChangeLog,v
retrieving revision 1.12
diff -U5 -r1.12 ChangeLog
--- ChangeLog 20 Mar 2009 13:57:15 -0000 1.12
+++ ChangeLog 17 Feb 2010 10:55:40 -0000
@@ -1,5 +1,13 @@
+2010-02-17 John Dallaway <john@dallaway.org.uk>
+
+ * introduction.sgml: Mention PPP, lwIP and uSTL. Mention
+ Cortex-M and FR30 architectural support.
+ * programming-concepts-techniques.sgml: Extend list of kernel
+ instrumention event classes.
+ * user-guide.sgml: Update copyright dates.
+
2009-03-20 John Dallaway <john@dallaway.org.uk>
* installation.sgml: Update supported host list to include
Microsoft Windows Vista.
Index: introduction.sgml
===================================================================
RCS file: /cvs/ecos/ecos/doc/sgml/user-guide/introduction.sgml,v
retrieving revision 1.4
diff -U5 -r1.4 introduction.sgml
--- introduction.sgml 29 Jan 2009 17:47:47 -0000 1.4
+++ introduction.sgml 17 Feb 2010 10:55:40 -0000
@@ -7,11 +7,11 @@
<!-- eCos User Guide -->
<!-- -->
<!-- =============================================================== -->
<!-- ####ECOSDOCCOPYRIGHTBEGIN#### -->
<!-- =============================================================== -->
-<!-- Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. -->
+<!-- Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2010 Free Software Foundation, Inc. -->
<!-- This material may be distributed only subject to the terms -->
<!-- and conditions set forth in the Open Publication License, v1.0 -->
<!-- or later (the latest version is presently available at -->
<!-- http://www.opencontent.org/openpub/) -->
<!-- Distribution of the work or derivative of the work in any -->
@@ -102,12 +102,24 @@
</para>
</listitem>
<listitem>
<para>A fully featured TCP/IP stack implementing IP, IPv6, ICMP, UDP
-and TCP over ethernet. Support for SNMP, HTTP, TFTP and FTP are also
-present.
+and TCP over ethernet and serial interfaces. Support for SNMP, HTTP,
+TFTP, PPP and FTP is also present.
+</para>
+</listitem>
+
+<listitem>
+<para>A lightweight TCP/IP stack (lwIP) implementing IP, ICMP, UDP
+and TCP over ethernet and serial interfaces.
+</para>
+</listitem>
+
+<listitem>
+<para>A lightweight implementation of the C++ Standard Template
+Library (uSTL).
</para>
</listitem>
<listitem>
<para>The RedBoot ROM monitor is an application that uses the
@@ -211,27 +223,27 @@
range of different target architectures:
</para>
<itemizedlist>
-<listitem><para>ARM, Intel StrongARM and XScale</para></listitem>
+<listitem><para>ARM, Cortex-M, Intel StrongARM and XScale</para></listitem>
-<listitem><para>Fujitsu FR-V</para></listitem>
+<listitem><para>Fujitsu FR-V, FR30</para></listitem>
<listitem><para>Hitachi SH2/3/4</para></listitem>
-<listitem><para>Hitachi H8/300H </para></listitem>
+<listitem><para>Hitachi H8/300H, H8S </para></listitem>
<listitem><para>Intel x86</para></listitem>
<listitem><para>MIPS</para></listitem>
<listitem><para>Matsushita AM3x</para></listitem>
-<listitem><para>Motorola PowerPC</para></listitem>
+<listitem><para>Freescale PowerPC</para></listitem>
-<listitem><para>Motorola 68k/Coldfire</para></listitem>
+<listitem><para>Freescale 68k/Coldfire</para></listitem>
<listitem><para>NEC V850</para></listitem>
<listitem><para>Sun SPARC</para></listitem>
Index: programming-concepts-techniques.sgml
===================================================================
RCS file: /cvs/ecos/ecos/doc/sgml/user-guide/programming-concepts-techniques.sgml,v
retrieving revision 1.5
diff -U5 -r1.5 programming-concepts-techniques.sgml
--- programming-concepts-techniques.sgml 29 Jan 2009 17:47:47 -0000 1.5
+++ programming-concepts-techniques.sgml 17 Feb 2010 10:55:41 -0000
@@ -7,11 +7,11 @@
<!-- eCos User Guide -->
<!-- -->
<!-- =============================================================== -->
<!-- ####ECOSDOCCOPYRIGHTBEGIN#### -->
<!-- =============================================================== -->
-<!-- Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002 Free Software Foundation, Inc. -->
+<!-- Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2010 Free Software Foundation, Inc. -->
<!-- This material may be distributed only subject to the terms -->
<!-- and conditions set forth in the Open Publication License, v1.0 -->
<!-- or later (the latest version is presently available at -->
<!-- http://www.opencontent.org/openpub/) -->
<!-- Distribution of the work or derivative of the work in any -->
@@ -756,11 +756,20 @@
</LISTITEM>
<LISTITEM>
<PARA>counting semaphore operations </PARA>
</LISTITEM>
<LISTITEM>
-<PARA>clock ticks and interrupts </PARA>
+<PARA>condition variable operations </PARA>
+</LISTITEM>
+<LISTITEM>
+<PARA>event flag operations </PARA>
+</LISTITEM>
+<LISTITEM>
+<PARA>message box operations </PARA>
+</LISTITEM>
+<LISTITEM>
+<PARA>clock ticks, interrupts and alarms</PARA>
</LISTITEM>
</ITEMIZEDLIST>
<PARA>Examples of fine-grained scheduler event types are: </PARA>
<ITEMIZEDLIST>
<LISTITEM>
Index: user-guide.sgml
===================================================================
RCS file: /cvs/ecos/ecos/doc/sgml/user-guide/user-guide.sgml,v
retrieving revision 1.8
diff -U5 -r1.8 user-guide.sgml
--- user-guide.sgml 27 Aug 2009 09:00:11 -0000 1.8
+++ user-guide.sgml 17 Feb 2010 10:55:41 -0000
@@ -71,11 +71,11 @@
]>
<BOOK ID="ECOS-USER-GUIDE">
<bookinfo>
<TITLE>eCos User Guide</TITLE>
- <copyright><year>2001, 2002, 2003, 2004, 2009</year><holder>Free Software Foundation, Inc.</holder></copyright>
+ <copyright><year>2001, 2002, 2003, 2004, 2009, 2010</year><holder>Free Software Foundation, Inc.</holder></copyright>
<legalnotice>
<title>Documentation licensing terms</title>
<para>This material may be distributed only subject to the terms
and conditions set forth in the Open Publication License, v1.0
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2010-02-17 11:02 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-02-17 11:02 User guide feature list updates John Dallaway
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).