<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <link>https://hg.ecoscentric.com/ecos/</link>
    <language>en-us</language>

    <title>ecos: packages/redboot/current/include/redboot.h history</title>
    <description>packages/redboot/current/include/redboot.h revision history</description>
    <item>
    <title>Create new package for DHCP/BOOTP support so that it can be disable</title>
    <link>https://hg.ecoscentric.com/ecos/log/a75d37e86790/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Create new package for DHCP/BOOTP support so that it can be disable<br/>
(not built).  Moved options specific to DHCP/BOOTP into the new<br/>
package.<br/>
<br/>
Rewrite DHCP/BOOTP implementation to fix several problems: race<br/>
condition when receiving responses from multiple servers; broken retry<br/>
mechanism; XID is hard-wired constant; XID not verified properly.<br/>
<br/>
[ Bugzilla 1001177 ]]]></description>
    <author>&#103;&#114;&#97;&#110;&#116;&#101;</author>
    <pubDate>Tue, 06 Mar 2012 16:45:24 +0000</pubDate>
</item>
<item>
    <title>Update all copyright banners to reflect FSF ownership; fix and improve licence text.</title>
    <link>https://hg.ecoscentric.com/ecos/log/74dbf4c3f2e1/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Update all copyright banners to reflect FSF ownership; fix and improve licence text.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Thu, 29 Jan 2009 17:47:46 +0000</pubDate>
</item>
<item>
    <title>* src/fconfig.c, src/flash.c, src/io.c, src/load.c, src/main.c,</title>
    <link>https://hg.ecoscentric.com/ecos/log/6cbecf3cc2e4/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[* src/fconfig.c, src/flash.c, src/io.c, src/load.c, src/main.c,<br/>
  	src/xyzModem.c, include/redboot.h: more signed vs. unsigned char<br/>
	issues.<br/>
<br/>
	* src/fs/e2fs.c (e2fs_mount): Avoid compiler strict aliasing<br/>
	problem.<br/>
<br/>
	* include/fis.h (struct fis_image_desc): Make fis name be<br/>
	signed char to reduce warnings.<br/>
	* include/flash_config.h (struct _config): Make config_data<br/>
	be signed char to reduce warnings.<br/>
	* include/redboot.h: mon_write_char and mon_read_char_with_timeout<br/>
	take unsigned char, to reduce warnings.<br/>
	* src/parse.c: Add const to err_printf format.<br/>
	* src/fconfig.c: Many signed/unsigned warning cleanups.<br/>
	* src/io.c: Ditto.<br/>
	* src/xyzModem.c: Ditto.<br/>
	* src/load.c: Ditto.<br/>
	* src/flash.c: Ditto.<br/>
<br/>
	* src/fconfig.c (flash_write_config): Warning cleanup.<br/>
	* src/net/net_io.c (do_ip_addr): Warning cleanup.<br/>
	* src/flash.c (fis_create): Warning cleanup.<br/>
<br/>
	* include/net/net.h: Include redboot.h for tick functions.<br/>
<br/>
	* include/net/net.h: Pull tick functions into redboot.h as they<br/>
	are used more widely than the net stack.<br/>
	* include/redboot.h: Declare tick functions.<br/>
	* src/main.c (cyg_start): Correctly compute workspace_end so it<br/>
	works even on high RAM values [bug #1000202].<br/>
	Don't use workspace_end directly for context init - it gets<br/>
	modified.<br/>
	(do_go): Don't use workspace_end directly for context init -<br/>
	it gets	modified.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 11 Nov 2008 04:32:10 +0000</pubDate>
</item>
<item>
    <title>* src/net/net_io.c: (do_ip_addr): Option to set domain name.</title>
    <link>https://hg.ecoscentric.com/ecos/log/b8111f0a6f98/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[* src/net/net_io.c: (do_ip_addr): Option to set domain name.<br/>
        * doc/redboot_cmds.sgml: Document new option.<br/>
        * cdl/redboot.cdl: CDL to control the use of DNS domain name.<br/>
        * src/net/bootp.c: Get the domain name from the reply.<br/>
        * src/net/dns.c: Domain name from CDL, fconfig and DHCP.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Mon, 04 Jun 2007 20:30:59 +0000</pubDate>
</item>
<item>
    <title>* src/fs/fileio.c (do_list): Use getcwd for current directory,</title>
    <link>https://hg.ecoscentric.com/ecos/log/467fd46113f3/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[* src/fs/fileio.c (do_list): Use getcwd for current directory,<br/>
      rather than &quot;.&quot; which may not be implemented in the FS.<br/>
      * src/parse.c (redboot_exec): Conditionalise use of<br/>
      __mem_fault_handler to only be when stubs are included.<br/>
      (error_handler): Ditto for this function.<br/>
<br/>
      * src/main.c (cyg_start): Conditionalise use of<br/>
      __mem_fault_handler to only be when stubs are included.<br/>
      (do_go): Ditto.<br/>
      (error_handler): Ditto for this function.<br/>
      * src/fs/fileio.c (do_mkdir, do_deldir, do_del, do_write): Added<br/>
      some extra argument checking to these functions.<br/>
      * src/fs/fileio.c (do_mount): Only support -f with &quot;legacy&quot; flash<br/>
      block devices.<br/>
      Clear mount table on failure.<br/>
      (do_move): Silence rename undefined warning.<br/>
      (do_write): Silence warnings.<br/>
      (do_info): Support longer device names.<br/>
<br/>
      * src/decompress.c (ZLIB_COMPRESSION_OVERHEAD):<br/>
      Increase substantially if jffs2 is present.<br/>
<br/>
      * src/fs/fileio.c: Fixed some bugs in handling of mounts. The<br/>
      strings used in the mount table must be copied, otherwise the<br/>
      mount table is corrupted by later commands. Also toughened up some<br/>
      error testing.<br/>
<br/>
      * doc/redboot_cmds.sgml: Added file mode documentation to load<br/>
      command.<br/>
<br/>
      * doc/redboot_cmds.sgml: Added documentation of filesystem access<br/>
      commands.<br/>
<br/>
      * src/fs/fileio.c (do_write): Added O_TRUNC to the open call to<br/>
      ensure that the file is resized to fit the new data.<br/>
<br/>
      * src/fs/fileio.c: Significantly reorganized to present an<br/>
      interface similar to the fis commands. Added a variety of command<br/>
      to manipulate files and directories in a filesystem.<br/>
<br/>
      * src/parse.c: Added redboot_exec() to provide an internal<br/>
      interface for executing RedBoot commands. Added err_printf() which<br/>
      allows an error message to be printed before longjumping out to an<br/>
      enclosing call to redboot_exec(). Where redboot_exec() is not<br/>
      involved, it just behaves like diag_printf().<br/>
<br/>
      * src/main.c: Removed unnecessary delay during startup. Changed<br/>
      diag_printf() in do_go() into err_printf().<br/>
<br/>
      * src/load.c: Changed some calls to diag_printf() to err_printf().<br/>
<br/>
      * src/net/net_io.c: Changed init priority to RedBoot_INIT_NET.<br/>
<br/>
      * include/redboot.h: Added some extra initialization<br/>
      priorities. Added prototypes for redboot_exec() and err_printf().]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Thu, 20 Jul 2006 20:27:47 +0000</pubDate>
</item>
<item>
    <title>Redundant FIS table support - from Alexander Neundorf</title>
    <link>https://hg.ecoscentric.com/ecos/log/5c5e93c863ac/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Redundant FIS table support - from Alexander Neundorf]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Tue, 09 May 2006 15:52:01 +0000</pubDate>
</item>
<item>
    <title>FIS fix from Stefan Sommerfeld, ANSI cursor keys from Gary Thomas</title>
    <link>https://hg.ecoscentric.com/ecos/log/5d5572c64422/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[FIS fix from Stefan Sommerfeld, ANSI cursor keys from Gary Thomas]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Thu, 08 Sep 2005 12:14:28 +0000</pubDate>
</item>
<item>
    <title>Add support for reverse endianess of fis and config data</title>
    <link>https://hg.ecoscentric.com/ecos/log/0031b615f51c/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Add support for reverse endianess of fis and config data]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Wed, 01 Sep 2004 21:21:30 +0000</pubDate>
</item>
<item>
    <title>get rid of unused workspace_size</title>
    <link>https://hg.ecoscentric.com/ecos/log/59fbd6362c2b/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[get rid of unused workspace_size]]></description>
    <author>&#106;&#97;&#110;&#105;</author>
    <pubDate>Mon, 31 May 2004 07:55:28 +0000</pubDate>
</item>
<item>
    <title>Add checking (assert) for size of option arrays.  Also fix port for TFTP on little endian systems.</title>
    <link>https://hg.ecoscentric.com/ecos/log/43a89c18d005/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Add checking (assert) for size of option arrays.  Also fix port for TFTP on little endian systems.]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Fri, 23 Apr 2004 20:38:17 +0000</pubDate>
</item>
<item>
    <title>Improve FIS directory handling - should work with small block size devices</title>
    <link>https://hg.ecoscentric.com/ecos/log/08edfb52f9cd/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Improve FIS directory handling - should work with small block size devices]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Wed, 15 Oct 2003 15:52:02 +0000</pubDate>
</item>
<item>
    <title>Some cleanups from David Vrable</title>
    <link>https://hg.ecoscentric.com/ecos/log/13ba50dd5a8e/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Some cleanups from David Vrable]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Tue, 30 Sep 2003 21:17:43 +0000</pubDate>
</item>
<item>
    <title>New platform - TAMS MOAB - and generic changes to support it</title>
    <link>https://hg.ecoscentric.com/ecos/log/dbcfe4e0dbd2/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[New platform - TAMS MOAB - and generic changes to support it]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Fri, 19 Sep 2003 17:11:18 +0000</pubDate>
</item>
<item>
    <title>Add ^C abort functionality to BOOTP and PING operations.</title>
    <link>https://hg.ecoscentric.com/ecos/log/92e31da869cc/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Add ^C abort functionality to BOOTP and PING operations.]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Wed, 16 Jul 2003 19:08:54 +0000</pubDate>
</item>
<item>
    <title>Better memory use vis FIS &amp; ZLIB - from Thomas Koeller</title>
    <link>https://hg.ecoscentric.com/ecos/log/906a5d289c6d/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Better memory use vis FIS &amp; ZLIB - from Thomas Koeller]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Sat, 24 Aug 2002 11:34:49 +0000</pubDate>
</item>
<item>
    <title>* src/crc.c: Removed. Replaced with the CRC package.</title>
    <link>https://hg.ecoscentric.com/ecos/log/3e80ecaaa3f8/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[* src/crc.c: Removed. Replaced with the CRC package.<br/>
        * src/cksum.c: Removed the posix_crc function.<br/>
        * src/flash.c: Use the crc package crc functions.<br/>
        * src/xyzModem.c: Ditto<br/>
        * include/redboot.h: Use the crc package include file.<br/>
        * cdl/redboot.cdl: removed crc.c]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Mon, 12 Aug 2002 07:54:52 +0000</pubDate>
</item>
<item>
    <title>Fix problem with x/y-modem load.</title>
    <link>https://hg.ecoscentric.com/ecos/log/a6660704f7a6/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Fix problem with x/y-modem load.]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Thu, 18 Jul 2002 20:05:22 +0000</pubDate>
</item>
<item>
    <title>Improve load command - make I/O methods table driven.</title>
    <link>https://hg.ecoscentric.com/ecos/log/e1b642d73533/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Improve load command - make I/O methods table driven.]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Mon, 01 Jul 2002 20:55:25 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2002-05-23-21:39:14-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/d2c90368aeef/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Merge from eCos master repository on 2002-05-23-21:39:14-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Thu, 23 May 2002 22:59:51 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2002-05-20-20:11:54-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/e0c0827131d1/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Merge from eCos master repository on 2002-05-20-20:11:54-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 20 May 2002 22:19:26 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-11-23-15:32:03-GMT</title>
    <link>https://hg.ecoscentric.com/ecos/log/9b55e9c69693/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Merge from eCos master repository on 2001-11-23-15:32:03-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 23 Nov 2001 17:12:52 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-11-02-06:43:03-GMT</title>
    <link>https://hg.ecoscentric.com/ecos/log/67850532eebb/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Merge from eCos master repository on 2001-11-02-06:43:03-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 02 Nov 2001 16:12:33 +0000</pubDate>
</item>
<item>
    <title>Fix net_debug bug</title>
    <link>https://hg.ecoscentric.com/ecos/log/9dd39c51f7a7/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Fix net_debug bug]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 22 Oct 2001 15:29:11 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-10-02-17:59:22-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/022f1e506033/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Merge from eCos master repository on 2001-10-02-17:59:22-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 02 Oct 2001 18:28:24 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-09-12-03:52:30-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/9160a8005d76/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Merge from eCos master repository on 2001-09-12-03:52:30-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Wed, 12 Sep 2001 04:21:13 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-09-07-06:43:02-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/f62680ef1804/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Merge from eCos master repository on 2001-09-07-06:43:02-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Wed, 12 Sep 2001 00:59:17 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-06-29-06:43:03-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/d63db767121d/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Merge from eCos master repository on 2001-06-29-06:43:03-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 29 Jun 2001 07:16:25 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-06-08-21:11:51-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/ac086aa3217e/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Merge from eCos master repository on 2001-06-08-21:11:51-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Sun, 10 Jun 2001 19:35:23 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-05-18-01:30:05-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/511f4dc167f6/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Merge from eCos master repository on 2001-05-18-01:30:05-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 18 May 2001 06:32:28 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-03-29-21:44:39-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/b939e9cada46/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Merge from eCos master repository on 2001-03-29-21:44:39-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 06 Apr 2001 17:20:13 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-02-26-23:18:05-GMT</title>
    <link>https://hg.ecoscentric.com/ecos/log/e2d866e32dac/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Merge from eCos master repository on 2001-02-26-23:18:05-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 27 Feb 2001 01:21:45 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-02-12-23:44:24-GMT</title>
    <link>https://hg.ecoscentric.com/ecos/log/25e238959bae/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Merge from eCos master repository on 2001-02-12-23:44:24-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 13 Feb 2001 01:23:16 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-01-19-06:43:03-GMT</title>
    <link>https://hg.ecoscentric.com/ecos/log/52c99470ec11/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Merge from eCos master repository on 2001-01-19-06:43:03-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 19 Jan 2001 07:37:45 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-12-08-02:09:36-GMT</title>
    <link>https://hg.ecoscentric.com/ecos/log/6b5f480c6929/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Merge from eCos master repository on 2000-12-08-02:09:36-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 08 Dec 2000 03:30:06 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-10-23-17:01:37-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/eb9fd8c04db3/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Merge from eCos master repository on 2000-10-23-17:01:37-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 23 Oct 2000 17:10:57 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-10-12-08:46:24-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/0c2b7be0d798/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Merge from eCos master repository on 2000-10-12-08:46:24-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Thu, 12 Oct 2000 20:31:43 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-09-19-06:25:26-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/518f42066aba/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Merge from eCos master repository on 2000-09-19-06:25:26-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 19 Sep 2000 05:53:51 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-09-11-03:00:13-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/0ec04793409a/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Merge from eCos master repository on 2000-09-11-03:00:13-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 11 Sep 2000 02:42:46 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-09-04-20:50:20-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/6bd9d475ed4b/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Merge from eCos master repository on 2000-09-04-20:50:20-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Mon, 04 Sep 2000 20:24:12 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-08-25-19:22:58-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/bd1a71e3e476/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Merge from eCos master repository on 2000-08-25-19:22:58-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 25 Aug 2000 19:17:22 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2000-08-21-22:40:54-BST</title>
    <link>https://hg.ecoscentric.com/ecos/log/6ed91473a1cd/packages/redboot/current/include/redboot.h</link>
    <description><![CDATA[Merge from eCos master repository on 2000-08-21-22:40:54-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 25 Aug 2000 17:32:38 +0000</pubDate>
</item>

  </channel>
</rss>
