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

    <title>ecos-v3_0-branch: packages/redboot/current/src/main.c history</title>
    <description>packages/redboot/current/src/main.c revision history</description>
    <item>
    <title>* src/main.c: Move platform info behind GPL banner. [ Bugzilla 1000688 ]</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/a65c463473be/packages/redboot/current/src/main.c</link>
    <description><![CDATA[* src/main.c: Move platform info behind GPL banner. [ Bugzilla 1000688 ]]]></description>
    <author>&#106;&#108;&#100;</author>
    <pubDate>Wed, 25 Mar 2009 10:35:37 +0000</pubDate>
</item>
<item>
    <title>* doc/redboot_cmds.sgml: Add note concerning the termination of ELF downloads</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/4311ab2e713d/packages/redboot/current/src/main.c</link>
    <description><![CDATA[* doc/redboot_cmds.sgml: Add note concerning the termination of ELF downloads<br/>
  once all relevant sections have been transferred. [ Bugzilla 1000711 ]<br/>
<br/>
* doc/redboot_main.sgml: Update copyright notice.<br/>
<br/>
* src/main.c (do_baud_rate): Wait for 10s when changing serial baud to<br/>
  accommodate terminal emulators which do not provide rapid access to this<br/>
  parameter.<br/>
<br/>
* src/main.c (do_version): Tidy RAM availability message. [ Bugzilla 1000712 ]]]></description>
    <author>&#106;&#108;&#100;</author>
    <pubDate>Fri, 20 Mar 2009 08:34:22 +0000</pubDate>
</item>
<item>
    <title>* src/main.c: Update copyright notice.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/b5a12bb6a634/packages/redboot/current/src/main.c</link>
    <description><![CDATA[* src/main.c: Update copyright notice.]]></description>
    <author>&#106;&#108;&#100;</author>
    <pubDate>Thu, 19 Feb 2009 11:44:47 +0000</pubDate>
</item>
<item>
    <title>Add missing close bracket in redboot version string</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/4794a43c1c7c/packages/redboot/current/src/main.c</link>
    <description><![CDATA[Add missing close bracket in redboot version string]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 30 Jan 2009 15:51:57 +0000</pubDate>
</item>
<item>
    <title>Reinstate an omitted newline in post-licence change redboot version info</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/ab7ee4a4e843/packages/redboot/current/src/main.c</link>
    <description><![CDATA[Reinstate an omitted newline in post-licence change redboot version info]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 30 Jan 2009 06:32:12 +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-v3_0-branch/log/74dbf4c3f2e1/packages/redboot/current/src/main.c</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-v3_0-branch/log/6cbecf3cc2e4/packages/redboot/current/src/main.c</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/fs/fileio.c (do_list): Use getcwd for current directory,</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/467fd46113f3/packages/redboot/current/src/main.c</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-v3_0-branch/log/5c5e93c863ac/packages/redboot/current/src/main.c</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>* src/xyzModem.c (xyzModem_stream_open): Fix compiler warnings.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/36bfd6474600/packages/redboot/current/src/main.c</link>
    <description><![CDATA[* src/xyzModem.c (xyzModem_stream_open): Fix compiler warnings.<br/>
        * src/flash_load.c (NEW): Implements access to flash<br/>
        * src/load.c: Allow load command to load directly into flash<br/>
        * cdl/redboot.c (CYGBLD_REDBOOT_LOAD_INTO_FLASH) Control new<br/>
        feature, disabled by default.<br/>
        * cdl/main.c (cyg_start): Assert check to see if we have<br/>
        overflowed the workspace.<br/>
        * doc/redboot_cmds.sgml: Document new flag.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Sat, 25 Feb 2006 14:21:12 +0000</pubDate>
</item>
<item>
    <title>* src/flash.c (_flash_info): Fixed a warning about a diag_printf</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/f199806a09e0/packages/redboot/current/src/main.c</link>
    <description><![CDATA[* src/flash.c (_flash_info): Fixed a warning about a diag_printf<br/>
       format string.<br/>
       * src/main.c (cyg_start): Expand aliases even if<br/>
       CYGSEM_REDBOOT_FLASH_ALIASES is not enabled since there are some<br/>
       hardcoded aliases (e.g., FREEMEMLO).]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Tue, 07 Jun 2005 18:55:51 +0000</pubDate>
</item>
<item>
    <title>* src/main.c (cyg_start): Fix compiler warning with</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/321c9b8eb063/packages/redboot/current/src/main.c</link>
    <description><![CDATA[* src/main.c (cyg_start): Fix compiler warning with<br/>
	HAL_THREAD_INIT_CONTEXT and the worspace end address.<br/>
	* src/fs/disk.c (find_dos_partitions): Removed unused variable.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Sat, 22 Jan 2005 15:01:37 +0000</pubDate>
</item>
<item>
    <title>Updates required by GCC v4 - from Andrea Michelotti &lt;amichelotti@atmel.com&gt;</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/6535959b8edf/packages/redboot/current/src/main.c</link>
    <description><![CDATA[Updates required by GCC v4 - from Andrea Michelotti &lt;amichelotti@atmel.com&gt;]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Fri, 03 Dec 2004 12:22:41 +0000</pubDate>
</item>
<item>
    <title>Add support for reverse endianess of fis and config data</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/0031b615f51c/packages/redboot/current/src/main.c</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-v3_0-branch/log/59fbd6362c2b/packages/redboot/current/src/main.c</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>* src/main.c: Make it build without CYGSEM_REDBOOT_FLASH_ALIASES.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/e1ee6283cd48/packages/redboot/current/src/main.c</link>
    <description><![CDATA[* src/main.c: Make it build without CYGSEM_REDBOOT_FLASH_ALIASES.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Mon, 24 May 2004 12:22:57 +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-v3_0-branch/log/43a89c18d005/packages/redboot/current/src/main.c</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>Cleanups to remove warnings</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/c4355f101bf6/packages/redboot/current/src/main.c</link>
    <description><![CDATA[Cleanups to remove warnings]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Tue, 24 Feb 2004 14:15:14 +0000</pubDate>
</item>
<item>
    <title>Update help strings for 'go' command - from Andy Dyer</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/0ec4d1b9182f/packages/redboot/current/src/main.c</link>
    <description><![CDATA[Update help strings for 'go' command - from Andy Dyer]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Thu, 19 Feb 2004 10:37:12 +0000</pubDate>
</item>
<item>
    <title>* cdl/redboot.cdl: Bring CYGNUM_REDBOOT_LOAD_ZLIB_BUFFER under</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/8b3549abe4ac/packages/redboot/current/src/main.c</link>
    <description><![CDATA[* cdl/redboot.cdl: Bring CYGNUM_REDBOOT_LOAD_ZLIB_BUFFER under<br/>
	CYGBLD_BUILD_REDBOOT_WITH_ZLIB. Add CYGPRI_REDBOOT_ZLIB_FLASH to<br/>
	control whether decompression can be used with flash images.<br/>
	* src/flash.c: Use CYGPRI_REDBOOT_ZLIB_FLASH instead of<br/>
	CYGPKG_COMPRESS_ZLIB.<br/>
	* src/load.c: Use CYGBLD_BUILD_REDBOOT_WITH_ZLIB in place of<br/>
	CYGPKG_COMPRESS_ZLIB.<br/>
	* src/main.c: only set fis_zlib_common_buffer if<br/>
	CYGPRI_REDBOOT_ZLIB_FLASH.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Wed, 11 Feb 2004 13:40:53 +0000</pubDate>
</item>
<item>
    <title>* src/main.c (set_comm_baud_rate): Get current rate with GETBAUD</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/ab4a708d689e/packages/redboot/current/src/main.c</link>
    <description><![CDATA[* src/main.c (set_comm_baud_rate): Get current rate with GETBAUD<br/>
	not SETBAUD!]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Wed, 11 Feb 2004 01:25:44 +0000</pubDate>
</item>
<item>
    <title>Fix for building without GDB stubs</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/c9e09b1c18cb/packages/redboot/current/src/main.c</link>
    <description><![CDATA[Fix for building without GDB stubs]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Sun, 18 Jan 2004 17:42:47 +0000</pubDate>
</item>
<item>
    <title>TCP SYN fix - from Jani Monoses</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/d9e058a49f03/packages/redboot/current/src/main.c</link>
    <description><![CDATA[TCP SYN fix - from Jani Monoses]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Fri, 12 Dec 2003 19:14:03 +0000</pubDate>
</item>
<item>
    <title>* src/main.c: Restore correct old baud rate if changing fails.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/1bc2e99ec44b/packages/redboot/current/src/main.c</link>
    <description><![CDATA[* src/main.c: Restore correct old baud rate if changing fails.]]></description>
    <author>&#97;&#115;&#108;</author>
    <pubDate>Mon, 24 Nov 2003 21:12:07 +0000</pubDate>
</item>
<item>
    <title>Fix GDB exceptions - broken on 10/23</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/19f40f995cc2/packages/redboot/current/src/main.c</link>
    <description><![CDATA[Fix GDB exceptions - broken on 10/23]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Thu, 13 Nov 2003 15:48:01 +0000</pubDate>
</item>
<item>
    <title>Attempt to handle illegal memory accesses and other abort conditions</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/afd4dd211d3a/packages/redboot/current/src/main.c</link>
    <description><![CDATA[Attempt to handle illegal memory accesses and other abort conditions]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Thu, 23 Oct 2003 14:00:19 +0000</pubDate>
</item>
<item>
    <title>Improve memory layout display - from Chris Garry</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/e4e339326f84/packages/redboot/current/src/main.c</link>
    <description><![CDATA[Improve memory layout display - from Chris Garry]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Sat, 20 Sep 2003 13:28:30 +0000</pubDate>
</item>
<item>
    <title>New platform - TAMS MOAB - and generic changes to support it</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/dbcfe4e0dbd2/packages/redboot/current/src/main.c</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>HAL enhancements from Pierre Habraken</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/609c8b1447ee/packages/redboot/current/src/main.c</link>
    <description><![CDATA[HAL enhancements from Pierre Habraken]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Tue, 06 May 2003 21:00:18 +0000</pubDate>
</item>
<item>
    <title>* src/main.c (do_go): Silence unused variable warning when no net.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/3c59fd67ae50/packages/redboot/current/src/main.c</link>
    <description><![CDATA[* src/main.c (do_go): Silence unused variable warning when no net.]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Tue, 08 Apr 2003 05:09:05 +0000</pubDate>
</item>
<item>
    <title>go command tweak</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/6aa5728bb6a0/packages/redboot/current/src/main.c</link>
    <description><![CDATA[go command tweak]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Fri, 04 Apr 2003 16:03:43 +0000</pubDate>
</item>
<item>
    <title>go command enhancements</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/a289defa82f0/packages/redboot/current/src/main.c</link>
    <description><![CDATA[go command enhancements]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Fri, 04 Apr 2003 15:41:16 +0000</pubDate>
</item>
<item>
    <title>* src/main.c (do_version): Test for CYGPKG_REDBOOT_FLASH as</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/900f348771ef/packages/redboot/current/src/main.c</link>
    <description><![CDATA[* src/main.c (do_version): Test for CYGPKG_REDBOOT_FLASH as<br/>
	CYGPKG_IO_FLASH can be loaded with no underlying hardware drivers!]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Wed, 05 Mar 2003 01:46:29 +0000</pubDate>
</item>
<item>
    <title>Export RedBoot FIS functions - from Knud Woehler &lt;knud.woehler@microplex.de&gt;</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/a2dfa8bf3c57/packages/redboot/current/src/main.c</link>
    <description><![CDATA[Export RedBoot FIS functions - from Knud Woehler &lt;knud.woehler@microplex.de&gt;]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Mon, 03 Mar 2003 17:09:56 +0000</pubDate>
</item>
<item>
    <title>return_to_redboot tweak</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/17d4ac30ee71/packages/redboot/current/src/main.c</link>
    <description><![CDATA[return_to_redboot tweak]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Tue, 04 Feb 2003 21:42:51 +0000</pubDate>
</item>
<item>
    <title>Support return to redboot from go</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/f2b5df359050/packages/redboot/current/src/main.c</link>
    <description><![CDATA[Support return to redboot from go]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Fri, 31 Jan 2003 16:45:57 +0000</pubDate>
</item>
<item>
    <title>Export RedBoot version via virtual vector table.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/44f818173f96/packages/redboot/current/src/main.c</link>
    <description><![CDATA[Export RedBoot version via virtual vector table.]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Tue, 03 Dec 2002 19:48:20 +0000</pubDate>
</item>
<item>
    <title>Fix baudrate setting for CYGPKG_REDBOOT_ANY_CONSOLE</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/a253970d627b/packages/redboot/current/src/main.c</link>
    <description><![CDATA[Fix baudrate setting for CYGPKG_REDBOOT_ANY_CONSOLE]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Mon, 16 Sep 2002 13:18:40 +0000</pubDate>
</item>
<item>
    <title>Add control for netio line flushing.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/85c0eb753287/packages/redboot/current/src/main.c</link>
    <description><![CDATA[Add control for netio line flushing.]]></description>
    <author>&#109;&#115;&#97;&#108;&#116;&#101;&#114;</author>
    <pubDate>Wed, 11 Sep 2002 12:14:51 +0000</pubDate>
</item>
<item>
    <title>Better memory use vis FIS &amp; ZLIB - from Thomas Koeller</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/906a5d289c6d/packages/redboot/current/src/main.c</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>Reorg CLI functions into separate files.  Update CDL.  Fix macros in scripts.</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/57f3c72256bb/packages/redboot/current/src/main.c</link>
    <description><![CDATA[Reorg CLI functions into separate files.  Update CDL.  Fix macros in scripts.]]></description>
    <author>&#103;&#116;&#104;&#111;&#109;&#97;&#115;</author>
    <pubDate>Tue, 06 Aug 2002 14:29:11 +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-v3_0-branch/log/d2c90368aeef/packages/redboot/current/src/main.c</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-v3_0-branch/log/e0c0827131d1/packages/redboot/current/src/main.c</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 2002-01-11-06:43:03-GMT</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/353a011b23b8/packages/redboot/current/src/main.c</link>
    <description><![CDATA[Merge from eCos master repository on 2002-01-11-06:43:03-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 11 Jan 2002 16:53:46 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-12-07-11:40:47-GMT</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/ea3f0bd33a73/packages/redboot/current/src/main.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-12-07-11:40:47-GMT]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 07 Dec 2001 14:15:03 +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-v3_0-branch/log/9b55e9c69693/packages/redboot/current/src/main.c</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-v3_0-branch/log/67850532eebb/packages/redboot/current/src/main.c</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>Merge from eCos master repository on 2001-10-19-06:43:02-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/678094f34118/packages/redboot/current/src/main.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-10-19-06:43:02-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 19 Oct 2001 07:02:26 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-10-05-06:43:03-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/d60da272beeb/packages/redboot/current/src/main.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-10-05-06:43:03-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 05 Oct 2001 15:31:48 +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-v3_0-branch/log/9160a8005d76/packages/redboot/current/src/main.c</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-v3_0-branch/log/f62680ef1804/packages/redboot/current/src/main.c</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-07-28-00:17:32-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/38892b97b685/packages/redboot/current/src/main.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-07-28-00:17:32-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Sun, 29 Jul 2001 02:00:07 +0000</pubDate>
</item>
<item>
    <title>Merge from eCos master repository on 2001-07-18-03:13:25-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/42f843b391aa/packages/redboot/current/src/main.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-07-18-03:13:25-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Wed, 18 Jul 2001 11:38:39 +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-v3_0-branch/log/d63db767121d/packages/redboot/current/src/main.c</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-15-06:43:03-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/2395031e7a66/packages/redboot/current/src/main.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-06-15-06:43:03-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 15 Jun 2001 22:45:04 +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-v3_0-branch/log/ac086aa3217e/packages/redboot/current/src/main.c</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-06-01-18:52:13-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/0d0f03f76f6a/packages/redboot/current/src/main.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-06-01-18:52:13-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Fri, 01 Jun 2001 22:16:29 +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-v3_0-branch/log/511f4dc167f6/packages/redboot/current/src/main.c</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-04-24-11:22:42-BST</title>
    <link>https://hg.ecoscentric.com/ecos-v3_0-branch/log/f2545e5de153/packages/redboot/current/src/main.c</link>
    <description><![CDATA[Merge from eCos master repository on 2001-04-24-11:22:42-BST]]></description>
    <author>&#106;&#108;&#97;&#114;&#109;&#111;&#117;&#114;</author>
    <pubDate>Wed, 25 Apr 2001 23:22:52 +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-v3_0-branch/log/b939e9cada46/packages/redboot/current/src/main.c</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>

  </channel>
</rss>
