Mercurial > ecos
changeset 2939:2cf7405710b5
* 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.
| author | jld |
|---|---|
| date | Wed, 17 Feb 2010 10:58:57 +0000 |
| parents | 0979164a30d5 |
| children | f89e0743ba67 |
| files | doc/sgml/user-guide/ChangeLog doc/sgml/user-guide/introduction.sgml doc/sgml/user-guide/programming-concepts-techniques.sgml doc/sgml/user-guide/user-guide.sgml |
| diffstat | 4 files changed, 40 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/doc/sgml/user-guide/ChangeLog +++ b/doc/sgml/user-guide/ChangeLog @@ -1,3 +1,11 @@ +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
--- a/doc/sgml/user-guide/introduction.sgml +++ b/doc/sgml/user-guide/introduction.sgml @@ -9,7 +9,7 @@ <!-- =============================================================== --> <!-- ####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 --> @@ -104,8 +104,20 @@ support for PCMCIA, USB and PCI intercon <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> @@ -213,13 +225,13 @@ range of different target architectures: <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> @@ -227,9 +239,9 @@ range of different target architectures: <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>
--- a/doc/sgml/user-guide/programming-concepts-techniques.sgml +++ b/doc/sgml/user-guide/programming-concepts-techniques.sgml @@ -9,7 +9,7 @@ <!-- =============================================================== --> <!-- ####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 --> @@ -758,7 +758,16 @@ Idle Thread pri = 31 state = R <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>
--- a/doc/sgml/user-guide/user-guide.sgml +++ b/doc/sgml/user-guide/user-guide.sgml @@ -73,7 +73,7 @@ <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>
